]> git.tuebingen.mpg.de Git - paraslash.git/commit
do not use STDIN as a fd for select
authorAndre <maan@p133.(none)>
Thu, 15 Jun 2006 13:10:53 +0000 (15:10 +0200)
committerAndre <maan@p133.(none)>
Thu, 15 Jun 2006 13:10:53 +0000 (15:10 +0200)
commite7966be29d104bc2932f402abbe3e36750a0f846
tree7544bd1f808dfc0b5a571dab114b49d14a105d84
parentef94bc193cdfc8076069ef1fa38cd21f5a3402e7
do not use STDIN as a fd for select

It was a bad idea to do this to speed up scrolling as it confuses ncurses and
got even worse for nonblocking stdin.

Just decrease the select timeout instead.
gui.c