Home
last modified time | relevance | path

Searched refs:sigwinch (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/nvi/cl/
H A Dcl_term.c355 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) in cl_ssize() argument
383 if (sigwinch) { in cl_ssize()
/freebsd/contrib/ncurses/
H A Dconfigure.in1254 ### use option --enable-sigwinch to turn on use of SIGWINCH logic
1256 AC_ARG_ENABLE(sigwinch, optenable
1257 [ --enable-sigwinch compile with SIGWINCH handler],
H A DNEWS5739 + fix build for --disable-sigwinch
6970 + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs. Use
9086 for programs with their own sigwinch handler, such as lynx (reported
9337 that made the screen repaint, to make it clearer when a sigwinch
9358 sigwinch handler:
9360 sigwinch handler.
9752 + correct marker positions in lrtest.c after receiving a sigwinch.
10780 + modify tclock example to be resizable (if ncurses' sigwinch handler
11175 + enable sigwinch handler by default.
12069 + if there's no ioctl's to support sigwinch handler, disable it.
[all …]
H A DINSTALL719 --enable-sigwinch
/freebsd/contrib/dialog/
H A DCHANGES2438 + modified msgbox.c and yesno.c to work with the KEY_RESIZE sigwinch