From: Andre Date: Thu, 15 Jun 2006 13:10:53 +0000 (+0200) Subject: do not use STDIN as a fd for select X-Git-Tag: v0.2.14~60^2~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e7966be29d104bc2932f402abbe3e36750a0f846;hp=e7966be29d104bc2932f402abbe3e36750a0f846 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. ---