Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 1996 14:06:55 -0700 (PDT)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libncurses lib_newterm.c
Message-ID:  <199608152106.OAA22365@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         96/08/15 14:06:55

  Modified:    lib/libncurses  lib_newterm.c
  Log:
  Make libncurses catch SIGWINCH and update the values for LINES and COLS.
  
  I was perplexed when an example I'd written to show the values for these
  variables changing as an xterm window was resized didn't work, and looking
  into it I see that size tracking for LINES and COLS seems to be one SVR4
  enhancement which didn't come across with libncurses.
  
  Revision  Changes    Path
  1.8       +15 -0     src/lib/libncurses/lib_newterm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608152106.OAA22365>