# vim: ft=screen source .screenrc # Something in DOSEMU (maybe S-Lang?) will strcmp $TERM for xterm, I created an # alias in my termcap entry for screen.xterm-256color to workaround that. This # is literally the same termcap entry as screen.xterm-256color, but doesn't # start with the string "xterm". # # See dnote view terminal 35 term xterm-256color.screen # Disable hardstatus, this rc is only used for hosting DOSEMU. hardstatus ignore # Hide messages on borders, this makes them just solid bars. caption string "" # Create an 80x25 layout for MS-DOS applications. split resize 26 # Add one for border split -v resize 81 # Add one for border # Kill windows when closing terminal. autodetach off # You could disable all screen bindings, if you like. #unbindall # Example of automatically populating blank regions. #screen agenda #focus #screen watch --interval 3600 --color --no-title ncal #focus #screen watch --interval 3600 --no-title --exec curl --silent https://wttr.in/?format=4 #focus