From: Thomas E. Dickey Date: Sat, 26 May 2007 23:44:27 +0000 (+0000) Subject: ncurses 5.6 - patch 20070526 X-Git-Tag: v5.7~67 X-Git-Url: https://ncurses.scripts.mit.edu/?a=commitdiff_plain;h=2c829dd4faf4c7933e06804793e84079300e34e9;hp=2c829dd4faf4c7933e06804793e84079300e34e9;p=ncurses.git ncurses 5.6 - patch 20070526 + modify keyname() to use "^X" form only if meta() has been called, or if keyname() is called without initializing curses, e.g., via initscr() or newterm() (prompted by LinuxBase #1604). + document some portability issues in man/curs_util.3x + add a shadow copy of TTY buffer to _nc_prescreen to fix applications broken by moving that data into SCREEN (cf: 20061230). ---