CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/29 14:46:13
Modified files:
lib/libcurses/tty: tty_update.c
Log message:
Add a fix from ncurses 20200523 via Hiltjo Posthuma that prevents
ncurses passing strings to tputs() that look like BSD padding when using
the rep terminfo(5) capability (with BSD_TPUTS which we and upstream
both have enabled). Upstream change:
+ add a check in EmitRange to guard against repeat_char emitting digits
which could be interpreted as BSD-style padding when --enable-bsdpad
is configured (report/patch by Hiltjo Posthuma).
ok millert