]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
interactive: Honor SIGWINCH.
authorAndre Noll <maan@systemlinux.org>
Mon, 9 Apr 2012 01:02:59 +0000 (03:02 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:28 +0000 (20:28 +0100)
For the upcoming single key mode of the i9e subsystem, we need to
know the width of the terminal.

This makes this information available to all functions in interactive.c
via the i9e_private structure. The new num_columns variable of this
structure is updated whenever i9e_signal_dispatch() is called with
sig_num equal to SIGWINCH.


No differences found