forked from pool/ncurses
Update to patch ncurses-6.0-20170107
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=279
This commit is contained in:
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 11:17:00 UTC 2017 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 20170107
|
||||
+ amend changes for tput to reset tty modes to "sane" if the program
|
||||
is run as "reset", like tset. Likewise, ensure that tset sends
|
||||
either reset- or init-strings.
|
||||
+ improve manual page descriptions of tput init/reset and tset/reset,
|
||||
to make it easier to see how they are similar and different.
|
||||
+ move a static result from key_name() to _nc_globals
|
||||
+ modify _nc_get_screensize to allow for use_env() and use_tioctl()
|
||||
state to be per-screen when sp-funcs are configured, better matching
|
||||
the behavior when using the term-driver configuration.
|
||||
+ improve cross-references in manual pages for often used functions
|
||||
+ move SCREEN field for use_tioctl() data before the ncursesw fields,
|
||||
and limit that to the sp-funcs configuration to improve termlib
|
||||
compatibility (cf: 20120714).
|
||||
+ correct order of initialization for traces in use_env() and
|
||||
use_tioctl() versus first trace calls.
|
||||
- Add ncurses patch 20161231
|
||||
+ fix errata for ncurses-howto (report by Damien Ruscoe).
|
||||
+ fix a few places in configure/build scripts where DESTDIR and rpath
|
||||
were combined (report by Thomas Klausner).
|
||||
+ merge current st description (report by Harry Gindi) -TD
|
||||
+ modify flash capability for linux and wyse entries to put the delay
|
||||
between the reverse/normal escapes rather than after -TD
|
||||
+ modify program tabs to pass the actual tty file descriptor to
|
||||
setupterm rather than the standard output, making padding work
|
||||
consistently.
|
||||
+ explain in clear's manual page that it writes to stdout.
|
||||
+ add special case for verbose debugging traces of command-line
|
||||
utilities which write to stderr (cf: 20161126).
|
||||
+ remove a trace with literal escapes from skip_DECSCNM(), added in
|
||||
20161203.
|
||||
+ update config.guess, config.sub from
|
||||
http://git.savannah.gnu.org/cgit/config.git
|
||||
- Add ncurses patch 20161224
|
||||
+ correct parmeters for copywin call in _nc_Synchronize_Attributes()
|
||||
(patch by Leon Winter).
|
||||
+ improve color-handling section in terminfo manual page (prompted by
|
||||
patch by Mihail Konev).
|
||||
+ modify programs clear, tput and tset to pass the actual tty file
|
||||
descriptor to setupterm rather than the standard output, making
|
||||
padding work.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 12:57:51 UTC 2016 - werner@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user