Skip to content

Instantly share code, notes, and snippets.

@gamesguru
Created March 17, 2022 18:15
Show Gist options
  • Select an option

  • Save gamesguru/0b91e65a1d21ca182ae5c1a35f7c726d to your computer and use it in GitHub Desktop.

Select an option

Save gamesguru/0b91e65a1d21ca182ae5c1a35f7c726d to your computer and use it in GitHub Desktop.

Revisions

  1. gamesguru created this gist Mar 17, 2022.
    19 changes: 19 additions & 0 deletions .screenrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    defshell -bash
    hardstatus alwayslastline
    hardstatus string '%{= kw}%-w%{= BW}%50>%n %t%{= kw}%+w%<'
    shelltitle ""
    multiuser off
    vbell_msg "Beep!"
    startup_message off
    defscrollback 40000
    #terminfo and termcap for nice 256 color terminal
    # allow bold colors - necessary for some reason
    attrcolor b ".I"
    # tell screen how to set colors. AB = background, AF=foreground
    termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
    termcapinfo xterm-color "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
    # erase background with current bg color
    defbce "on"
    maptimeout 5
    term screen-256color
    termcapinfo xterm* ti@:te@