the bitrig natano_ksh_winch branch has been created by natano. it is 1 commit behind master, and 1 commit ahead.
commit 5261713adbbbf465ca907309c93d65abb512b20b diff: https://github.com/bitrig/bitrig/commit/5261713 author: Martin Natano <[email protected]> date: Sat Feb 21 09:19:16 2015 +0100 Handle SIGWINCH while waiting for user input in emacs mode. Previously it was necessary to send '\n' or CTRL('C') for the shell to pick up the new window size. With this change the shell picks up the window resize event while the prompt is displayed and redraws the input line. M bin/ksh/edit.c M bin/ksh/edit.h M bin/ksh/emacs.c M bin/ksh/vi.c
