bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Drop erroneous spaces from tmux entry.


From: C Anthony Risinger
Subject: Drop erroneous spaces from tmux entry.
Date: Thu, 17 May 2018 00:02:09 -0500

Drop the repeated `\s` in `tmux`'s `sgr` capability. It doesn't work for me when they're present. I simply copied the `sgr` entry from `iterm2` verbatim (identical aside from `iterm2`'s better handling of standout/reverse).

Is there a place to submit PRs? Or something similarly low barrier?

Thanks,

diff --git misc/terminfo.src misc/terminfo.src
index 9600dabc..10a94949 100644
--- a/misc/terminfo.src
+++ b/misc/terminfo.src
@@ -7002,9 +7002,8 @@ screen3|older VT 100/ANSI X3.64 virtual terminal,
 # match the terminal.
 tmux|tmux terminal multiplexer,
  invis=\E[8m, rmso=\E[27m,
- sgr=\E[0%?%p6%t;1%;%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;
-     \s\s\s\s\s\s\s\s\s\s\s\s5%;%?%p5%t;2%;m%?%p9%t\016%e
-     \017%;,
+ sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?
+     %p5%t;2%;m%?%p9%t\016%e\017%;,
  smso=\E[7m, E3=\E[3J, use=ecma+italics,
  use=ecma+strikeout, use=xterm+edit, use=xterm+pcfkeys,
  use=xterm+sl, use=xterm+tmux, use=screen,

--

C Anthony

reply via email to

[Prev in Thread] Current Thread [Next in Thread]