Skip to content

Commit

Permalink
Revert "Disable automatic wake-ups"
Browse files Browse the repository at this point in the history
This does not play nicely with Turbo Vision's frame rate limit, so revert it for now.
  • Loading branch information
magiblot committed Oct 21, 2024
1 parent 70926d6 commit 0cc0aed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/tvterm/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ TVTermApp::TVTermApp() :
&TVTermApp::initDeskTop
)
{
// We do not need automatic wake-ups. Terminals do it when necessary.
eventTimeoutMs = -1;
disableCommands(tileCmds);
for (ushort cmd : TerminalWindow::appConsts.focusedCmds())
disableCommand(cmd);
Expand Down

0 comments on commit 0cc0aed

Please sign in to comment.