CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/13 04:43:52
Modified files: usr.bin/tmux : grid-view.c grid.c input.c screen.c tmux.h window.c Log message: Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full screen interactive programs to preserve the screen contents. When activated, it saves a copy of the visible grid and disables scrolling into and resizing out of the history; when deactivated the visible data is restored and the history reenabled.