Add PS_SIGWINCH_PEND (mutt#3837 by flachkapp)..
commitdc5585ee67caab04716ca44902df4cf4ca933ff2
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Mon, 9 May 2016 21:19:30 +0000 (9 23:19 +0200)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 15 Sep 2016 13:57:35 +0000 (15 15:57 +0200)
tree75cd5d7e08905bd43ee5ab544488e0ab969b768d
parent7f52ae73159dd82ebb65b72ac36f7dae237547b3
Add PS_SIGWINCH_PEND (mutt#3837 by flachkapp)..

Flachkapp is absolutely right in that we don't update $COLUMNS and
$LINES after screen resizes.

These values are not normally exported by the shell, but since we
want to provide a friendly environment for the child processes
we'll manage, and do manage the screen dimensions in interactive
mode anyway, let's just export $COLUMNS and $LINES: like that
users don't need to do `stty size`, which (the "size" of it)
furthermore isn't standardized by POSIX.
lex_input.c
main.c
nail.1
nail.h