Skip to content

Commit

Permalink
screenrc: Add 'xterm-256color' to terminals
Browse files Browse the repository at this point in the history
KDE's Konsole terminal sets env variable TERM to 'xterm-256color' by
default in newer versions, so the scrollbar fix did not match anymore.

Signed-off-by: Alexander Dahl <post@lespocky.de>
  • Loading branch information
LeSpocky committed Aug 16, 2019
1 parent ffe57c8 commit a03c1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/grml/screenrc_generic
Expand Up @@ -140,7 +140,7 @@
# To get screen to add lines to xterm's scrollback buffer, uncomment the
# following termcapinfo line which tells xterm to use the normal screen buffer
# (which has scrollback), not the alternate screen buffer.
termcapinfo xterm|xterms|xs|rxvt ti@:te@
termcapinfo xterm|xterm-256color|xterms|xs|rxvt ti@:te@

# Welcome the user:
echo "welcome BoFH!"
Expand Down

0 comments on commit a03c1ff

Please sign in to comment.