refactor: Revert screen timeout to original 10ms value

This commit is contained in:
n loewen 2025-06-08 10:17:37 +01:00 committed by n loewen (aider)
parent 394f188b72
commit e525aef5c2
1 changed files with 1 additions and 1 deletions

2
gtm
View File

@ -1446,7 +1446,7 @@ def main(stdscr, filename, show_add, show_del, mouse, show_diff=True, wrap_lines
except:
pass
stdscr.keypad(True)
stdscr.timeout(50) # Less aggressive timeout (50ms instead of 10ms)
stdscr.timeout(10)
if curses.has_colors():
curses.use_default_colors()