]> git.wh0rd.org Git - nano.git/commit
in get_key_buffer(), if we fail to get a character over MAX_BUF_SIZE
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 19 Mar 2006 19:25:29 +0000 (19:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 19 Mar 2006 19:25:29 +0000 (19:25 +0000)
commit91493254000520634be208201398d312a8635c83
tree0cc9311d9e78905f79335af260b5cb37dbd981ec
parent1ec74ee30c391ab79cfd9a067f37093243c11ce0
in get_key_buffer(), if we fail to get a character over MAX_BUF_SIZE
times in a row, hang up regardless of the value of errno; this fixes a
problem where nano doesn't terminate properly under xterm if the user
su's to root, runs nano, and then closes the terminal window

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3309 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/nano.h
src/winio.c