]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found