diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 20:23:07 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 20:23:07 +0300 |
commit | 737da0cb69fbda2560500d3004cb762856fdfa71 (patch) | |
tree | 13c96b8c67d7f1919ccf6c3bee423ec60b751aec /debian/patches/02-debian-drop-rin-from-screen-256color.diff | |
download | ncurses-debian.tar.gz |
ncurses (6.1+20191019-1)debian/6.1+20191019-1debian
Diffstat (limited to 'debian/patches/02-debian-drop-rin-from-screen-256color.diff')
-rw-r--r-- | debian/patches/02-debian-drop-rin-from-screen-256color.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/02-debian-drop-rin-from-screen-256color.diff b/debian/patches/02-debian-drop-rin-from-screen-256color.diff new file mode 100644 index 0000000..168e0b1 --- /dev/null +++ b/debian/patches/02-debian-drop-rin-from-screen-256color.diff @@ -0,0 +1,23 @@ +Author: Sven Joachim <svenjoac@gmx.de> +Description: Remove "rin" from screen-256color + Some (many?) tmux users have set their TERM environment variable to + screen-256color, and tmux before version 3.0 does not deal with "rin" + correctly. So drop "rin" from screen-256color, at least until tmux + 3.0 is released. +Bug-Debian: https://bugs.debian.org/933572 +Last-Update: 2019-08-07 + +--- + misc/terminfo.src | 1 + + 1 file changed, 1 insertion(+) + +--- a/misc/terminfo.src ++++ b/misc/terminfo.src +@@ -7302,6 +7302,7 @@ screen-16color-bce-s|GNU Screen with 16 + + screen-256color|GNU Screen with 256 colors, + use=xterm+256setaf, use=screen4, ++ rin@, + + screen-256color-s|GNU Screen with 256 colors and status line, + use=xterm+256setaf, use=screen-s, |