mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 12:16:22 +00:00
Moved resize code to windows.c, reorder main loop
This commit is contained in:
@@ -47,8 +47,8 @@ void profanity_run(void)
|
||||
while(ch != '\n') {
|
||||
gui_refresh();
|
||||
jabber_process_events();
|
||||
win_handle_special_keys(&ch);
|
||||
inp_get_char(&ch, inp, &size);
|
||||
win_handle_special_keys(&ch);
|
||||
}
|
||||
|
||||
inp[size++] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user