Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create terminal groups for managing multiple windows' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create terminal groups for managing multiple windows
Authored by: Thom on Nov 28, '03 12:04:12AM

I don't know if this is the best way to access the buffer, but what I do is use screen's copy/paste command.

Use the meta key (typically ^a), then '[' to access copy mode.
From there, the arrow keys move the cursor or ^y scrolls up line by line.
When you're done reading scrollback, hit esc, or spacebar twice.

Be careful not to leave the screen in copy mode because it will freeze the shell and sometimes interfere with your process (e.g. ircII or whatever).

You can increase the size of your scrollback per window in your .screenrc file using the 'defscrollback #' command, where # is the number of lines you want. The more you ask for, the more memory each screen will consume. Or you can specify it on a per-screen basis using ^a, ':', 'scrollback #', (return). Use 'man screen' for more details.

HTH,

Thom Brooks



[ Reply to This | # ]