Screen Scrollback Buffer Hint
One of those oneliners that make your life a lot easier..
# ~/.screenrc # Make xterm scrolling work properly with screen (works for terminal.app, too). termcapinfo xterm-256color|xterm-color|xterm|xterms|xs|rxvt ti@:te@
Allows you to scroll back in screen without having to go to scrollback-mode.
