1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # GNU Screen - main configuration file
- # All other .screenrc files will source this file to inherit settings.
- # Author: Christian Wills - cwills.sys@gmail.com
- # Modified by Jovian Hersemeule to launche htop on many ssh hosts at once
- # Allow bold colors - necessary for some reason
- attrcolor b ".I"
- # Tell screen how to set colors. AB
- termcapinfo
- # Enables
- termcapinfo |||
- # Erase
- defbce
- # Enable
- term
- # Cache
- defscrollback
- # New
- backtick /bin/
- hardstatus
- # Very
- hardstatus
- # change
- escape
- # Hide
- bind
- # Show
- bind
- # Launch
- screen
- split
- focus
- screen /usr//bin/
- split
- focus
- screen /usr//bin/
- #screen
|