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
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
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
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,
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
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
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 -
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
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