Move primary buffer into scrollback when entering alternate screen mode
Terminal does this and it's clever because you can scroll up to see the command you ran. The way we handle the scrollback buffer in alternate screen mode will need to be rethunk if we do this, maybe throwing out the "append to scrollback in alterante screen mode" feature since it won't make sense any more.