]> git.wh0rd.org Git - nano.git/commit
Handling a SIGWINCH (which signals a change in window size) not when it
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 28 May 2015 13:02:29 +0000 (13:02 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Thu, 28 May 2015 13:02:29 +0000 (13:02 +0000)
commit75d64e677ec3f9771ec897a8505bb893825fc42d
tree4f9d37e9318a14d3b5a7701762eaa61c17e83827
parentc5710d0ef8df8a3deb7c018a7490504bb252d355
Handling a SIGWINCH (which signals a change in window size) not when it
happens but only when checking for keyboard input.  It now reports the
SIGWINCH via a special key value to the calling routine, to allow not
only the main editor but also the help viewer and the file browser to
adapt their display to the new size.
Patch by Mahyar Abbaspour, somewhat edited by Benno.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5228 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/browser.c
src/global.c
src/help.c
src/nano.c
src/nano.h
src/prompt.c
src/proto.h
src/text.c
src/winio.c