SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2016-10-24 08:56:06 +00:00 committed by Git OBS Bridge
parent 2d74dbc639
commit a105b3f1c0
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c861fb5f0e9feb0564ba5ef4f3d2744cb56ec6ba831aae430cd734b6cfd676c7
size 1271039
oid sha256:93de4dcf09a44b4eb08a917ffe261bf736f1bbf67c24ba4979fe1263b5b80e22
size 1288596

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 24 08:44:52 UTC 2016 - werner@suse.de
- Add ncurses patch 20161022
+ modify tset -w (and tput reset) to update the program's copy of the
screensize if it was already set in the system, to improve tabstop
setting which relies upon knowing the actual screensize.
+ add functionality of tset -w to tput, like the "-c" feature this is
not optional in tput.
+ add "clear" as a possible link/alias to tput.
+ improve tput's check for being called as "init" or "reset" to allow
for transformed names.
+ split-out the "clear" function from progs/clear.c, share with
tput to get the same behavior, e.g., the E3 extension.
-------------------------------------------------------------------
Mon Oct 17 08:37:12 UTC 2016 - werner@suse.de