Bug#800562: ncurses-term: screen terminfo is missing 'erase_chars' capstring

2015-10-10 Thread Thomas Dickey
On Wed, Sep 30, 2015 at 08:36:19PM -0400, Thomas Dickey wrote: > On Wed, Sep 30, 2015 at 11:37:37PM +0100, Paul LeoNerd Evans wrote: > > Package: ncurses-term > > Version: 6.0+20150810-1 > > Severity: normal > > Tags: upstream > > > > The `screen` program has the ability to perform the 'erase_char

Bug#800562: ncurses-term: screen terminfo is missing 'erase_chars' capstring

2015-09-30 Thread Thomas Dickey
On Wed, Sep 30, 2015 at 11:37:37PM +0100, Paul LeoNerd Evans wrote: > Package: ncurses-term > Version: 6.0+20150810-1 > Severity: normal > Tags: upstream > > The `screen` program has the ability to perform the 'erase_chars' > behaviour, using an ECMA-48-standard CSI X; for example: > > $ echo -

Bug#800562: ncurses-term: screen terminfo is missing 'erase_chars' capstring

2015-09-30 Thread Paul LeoNerd Evans
Package: ncurses-term Version: 6.0+20150810-1 Severity: normal Tags: upstream The `screen` program has the ability to perform the 'erase_chars' behaviour, using an ECMA-48-standard CSI X; for example: $ echo -e "ABCDEF\e[3G\e[2X" AB EF correctly erases the 2 chars in the middle when run via