mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[select] Start redrawing terminal also without libevent. Refs #201
This commit is contained in:
parent
d7dacd2dbc
commit
201e6c055a
@ -522,9 +522,10 @@ select_loop(void (*init)(void))
|
||||
if (!event_enabled) {
|
||||
restrict_fds();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
periodic_redraw_all_terminals(NULL);
|
||||
|
||||
#ifdef USE_LIBEVENT
|
||||
if (event_enabled) {
|
||||
while (!program.terminate) {
|
||||
check_signals();
|
||||
@ -537,7 +538,6 @@ select_loop(void (*init)(void))
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
|
||||
while (!program.terminate) {
|
||||
struct timeval *timeout = NULL;
|
||||
int n, i, has_timer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user