12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # GNU Screen - main configuration file
- # All other .screenrc files will source this file to inherit settings.
- # Author: Christian Wills - cwills.sys@gmail.com
- # 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
|