Re: Scrollback and other commands don't work

2014-04-21 Thread Alex
Hi, On Sat, Apr 19, 2014 at 7:24 AM, David T. Pierson wrote: > 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 th

Re: Scrollback and other commands don't work

2014-04-19 Thread David T. Pierson
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

Re: Scrollback and other commands don't work

2014-04-17 Thread Jürgen Weigert
Let me through you some random questions. Maybe that sheds some light on the issue. Within a screen session, if you do C-A i it should show you something like this (27,5)/(87,38)+ +flow UTF-8 0(bash) where is my scrollback. Do you see a 0 instead? If so, does it change, if you do from

Re: Scrollback and other commands don't work

2014-04-17 Thread Alex
Hi guys, On Mon, Apr 14, 2014 at 6:01 PM, Jürgen Weigert wrote: > One more note: There could also be a compile time limit. > If you can grab the source of your fc20 screen version, check out this: > > $ grep MAXHISTHEIGHT src/* > src/screen.h:#define MAXHISTHEIGHT3000 > Just to be safe,

Re: Scrollback and other commands don't work

2014-04-15 Thread Jürgen Weigert
One more note: There could also be a compile time limit. If you can grab the source of your fc20 screen version, check out this: $ grep MAXHISTHEIGHT src/* src/screen.h:#define MAXHISTHEIGHT3000 In my case, the definition is there, but is unused. (grep returns only one hit) Maybe fc20 app

Re: Scrollback and other commands don't work

2014-04-14 Thread Neal Fultz
You have the line for capturing the xterm title in your screenrc. Is that doing it? On Mon, Apr 14, 2014 at 12:42:53PM -0400, Alex wrote: > Hi all, I posted the message below about a week ago and received no > responses. I could really use some help here. Is there anyone who can help? > Are there

Re: Scrollback and other commands don't work

2014-04-14 Thread Alex
Thanks guys, I'll work on this in the coming days and let you know what I find. Really appreciate it. Thanks, Alex On Mon, Apr 14, 2014 at 2:26 PM, Neal Fultz wrote: > You have the line for capturing the xterm title in your screenrc. Is > that doing it? > > On Mon, Apr 14, 2014 at 12:42:53PM -

Re: Scrollback and other commands don't work

2014-04-14 Thread Alex
Hi all, I posted the message below about a week ago and received no responses. I could really use some help here. Is there anyone who can help? Are there other resources I can search for answers? Thanks again, Alex On Wed, Apr 9, 2014 at 8:17 PM, Alex wrote: > Hi, > > I'm using 4.1.0-0.17.20120

Scrollback and other commands don't work

2014-04-09 Thread Alex
Hi, I'm using 4.1.0-0.17.20120314git3c2946.fc20 on fedora20 and am having some problems. The problems started since the upgrade from fc18 to fc20. The first is scrollback. I have defscrollback 10 in my .screenrc, and have also tried "-h 1" when starting it from the command-line, and neith