fix: Remove redundant nodelay(True) to improve mouse event handling

This commit is contained in:
n loewen (aider) 2025-06-07 21:58:39 +01:00
parent e663e3b417
commit db4b7b574e
1 changed files with 0 additions and 1 deletions

View File

@ -506,7 +506,6 @@ def handle_keyboard_input(key, state):
def main(stdscr, filename, show_diff, show_add, show_del, mouse):
curses.curs_set(0)
stdscr.keypad(True)
stdscr.nodelay(True)
stdscr.timeout(50)
if curses.has_colors():