Re: colors in gnome-terminal

2023-09-26 Thread folkert
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866907 For some reason the bug-fix is not backported to debian. https://stackoverflow.com/questions/50826467/screen-truecolor-ubuntu-18-04-broke

Re: colors in gnome-terminal

2023-09-26 Thread folkert
Oh never mind: I tried all options given there and none of them work. (neither with your awk script nor my own teset https://vanheusden.com/permshare/gnu-screen-colors.jpg ) https://askubuntu.com/questions/87169/using-gnu-screen-with-256-colors Strange thing is though that at least in ubuntu scr

Re: colors in gnome-terminal

2023-09-26 Thread folkert
Did you try: https://wiki.archlinux.org/title/GNU_Screen#Use_256_colors > Hello, > > On debian bookworm with gnome, screen removes fancy colors, e.g. the > following script from which > is supposed to print a rainbow pattern, does not: > > awk 'BEGIN{ >

colors in gnome-terminal

2023-09-25 Thread Nikolaos Chatzikonstantinou
Hello, On debian bookworm with gnome, screen removes fancy colors, e.g. the following script from which is supposed to print a rainbow pattern, does not: awk 'BEGIN{ s="/\\/\\/\\/\\/\\"; s=s s s s s s s s; for (colnum = 0; colnum<77; colnum++) {