Created
May 3, 2026 04:14
-
-
Save u1i/d1796133c2be53d0eed66d337e71c5d9 to your computer and use it in GitHub Desktop.
Claude Code in GNU Screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Force screen to use 256 colors | |
| term screen-256color | |
| # Tell screen to allow 256 color programs | |
| attrcolor b ".I" | |
| termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
| defscreenrc 256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment