You are not logged in.
Arch Linux + XFCE + XFCE Terminal
GNU screen seems to have true color (24bit) support in its master branch (as per here) which can be enabled using the option
#
# ~/.screenrc
#
truecolor on
as mentioned here.
I cannot get this working even with latest screen version 4.7.0 and I have my bash prompt using true color (to get Arch blue).
Does anybody have any info on this?
Thanks in advance.
Offline
You need to use screen from the master branch, e.g. with the screen-git AUR package. The v4 branch does not have any truecolor support.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Oh, OK. I thought the latest version is from the master branch; will try this.
Thanks for the reply.
Offline
Related but not what you ask: check out tmux. I used screen for years but switched, more flexible and powerful.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
True color works with the git version of screen; seems like it will only make to version 5.
(@graysky : Thanks for the suggestion. I know about tmux and byobu; was wondering why the feature doesn't work in screen)
Offline