diff options
Diffstat (limited to '')
-rw-r--r-- | .config/screen/screenrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 15b5673..8628fd9 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -26,7 +26,7 @@ term $TERM # depend on $TERM term xterm-256color # or specified term # allow bold colors - necessary for some reason -attrcolor b ".I" +# attrcolor b ".I" attrcolor i "+b" # erase background with current bg color |