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 screen.

However, the `screen` terminfo file fails to include the `erase_chars`
capstring:

  $ infocmp -L1 screen | grep erase_chars
  <no output>

as compared other terms that do; for example:

  $ infocmp -L1 xterm | grep erase_chars
          erase_chars=\E[%p1%dX,

This capstring should be added to the screen terminfo. (and likewise
screen-bce, screen-256color, screen-256color-bce)


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information

Reply via email to