.screenrc
changeset 207 db705bb4344e
parent 206 e27dc360b685
child 467 6f8820ca7f1c
equal deleted inserted replaced
206:e27dc360b685 207:db705bb4344e
     1 
     1 
     2 startup_message off
     2 startup_message off
     3 
     3 
     4 # Use backtick instead of Ctrl+A.
     4 # Use backtick instead of Ctrl+A.
     5 escape ``
     5 escape ``
       
     6 
       
     7 term xterm-256color
       
     8 
       
     9 shell bash
     6 
    10 
     7 # If a window goes unresponsive, don't block the whole session waiting for it.
    11 # If a window goes unresponsive, don't block the whole session waiting for it.
     8 nonblock on
    12 nonblock on
     9 
    13 
    10 # Window numbering starts at 1, not 0.
    14 # Window numbering starts at 1, not 0.