Xinqi Bao's Git

Remove timeout in the main loop
authorRoberto E. Vargas Caballero <[email protected]>
Sun, 16 Sep 2012 08:47:21 +0000 (10:47 +0200)
committerRoberto E. Vargas Caballero <[email protected]>
Sun, 16 Sep 2012 08:47:21 +0000 (10:47 +0200)
The main loop waits until there is some data to read in file descriptors of
the X server or the pseudo tty. But it uses a timeout in select(), which
causes that st awake each 20 ms, even it doesn't have something to do. This
patch removes this problem removing the timeout, which is not needed.
---
 TODO |    1 -
 st.c |   27 +++------------------------
 2 files changed, 3 insertions(+), 25 deletions(-)


No differences found