screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrollback and other commands don't work


From: David T. Pierson
Subject: Re: Scrollback and other commands don't work
Date: Sat, 19 Apr 2014 07:24:43 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Apr 17, 2014 at 02:59:06PM -0400, Alex wrote:
> I does recognize some of my ~/.screenrc settings, including my keybindings.
> Could it have something to do with my version of gnome-terminal? Scrollback
> works in the terminal alone, when screen isn't running...

The way you have worded this makes me wonder whether what you are
referring to as "scrollback" is the terminal's scrollback rather than
screen's scrollback.

I'd consider a terminal's scrollback to be the lines of terminal output
that can be viewed by scrolling up using the GUI scrollbar or mouse's
scroll wheel.

Screen's scrollback is the lines of terminal history kept in screen's
history buffer for a given screen window.  This can be viewed by
issuing C-A C-[ then navigating with vi-like commands such as C-B and
C-F.

Which of these types of scrollback are you not able to see?

If it is the terminal's scrollback, you may need to tell screen not to
use the parent terminal's "alternate screen".  If so, put this in your
.screenrc:

termcapinfo * ti@:te@


David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]