reworded important comment

This commit is contained in:
anon 2023-11-24 16:16:55 +01:00
parent 46eb053d87
commit 69cd55268a

View File

@ -517,7 +517,7 @@ int handle_input(const int c) {
return 0; return 0;
} }
/* - Resize - */ /* - Resize - */
/* it's treated specially because curses treat it specially: /* it's treated specially here because curses treat it specially:
+ its valid without keypad() + its valid without keypad()
+ as far as i can tell this is the only key that does not + as far as i can tell this is the only key that does not
flush after itself flush after itself