On Tue, Jul 18, 2017 at 06:51:49PM -0700, Rich Burridge wrote:
On 07/18/2017 06:45 PM, Rich Burridge wrote:
...
Any red flags for you with this terminfo file?
I did diff the Solaris one against the Ubunto one and got:
$ gdiff -urN solaris-terminfo.txt linux-terminfo.txt
--- solaris-terminfo.txt 2017-07-18 18:56:24.204081755 +0000
+++ linux-terminfo.txt 2017-07-18 18:55:00.479256768 +0000
@@ -1,18 +1,18 @@
-$ /usr/gnu/bin/infocmp xterm-color
-# Reconstructed via infocmp from file:
/usr/gnu/share/terminfo/x/xterm-color
-xterm-color|nxterm|generic color xterm,
+infocmp xterm-color
+# Reconstructed via infocmp from file: /lib/terminfo/x/xterm-color
+xterm-color|generic "ANSI" color xterm (X Window System),
am, km, mir, msgr, xenl,
colors#8, cols#80, it#8, lines#24, ncv@, pairs#64,
That's simple: don't use "xterm-color".
http://invisible-island.net/ncurses/ncurses.faq.html#xterm_color
The screenshot seemed to show that you're using some version of
gnome-terminal. For anything "recent" (since around 2000), and probably
any version of Solaris that you're using, it copies the "bce" feature
done in Linux console (early 1990s) and XFree86 xterm (mid-1990s).
When an application clears the screen, the terminal will fill in with
the currently-set colors. Depending on the details, that might be
the color you expect, or it might be the (uncolored) default colors
for the terminal.