Re: screen getting stuck on startup

2011-05-15 Thread Mandar Mitra
Hello, The problem recurred, so I am reporting what I see: Sadrul Habib Chowdhury wrote (Tue, Apr 26, 2011 at 01:23:16PM -0400): > On Mon, Apr 25, 2011 at 11:55 AM, Mandar Mitra wrote: > > Hi all, > > > > I'm facing the following strange problem with screen. > >

Re: screen getting stuck on startup

2011-04-27 Thread Mandar Mitra
Thanks for your feedback. Like I said, this happens only sometimes, so I will try out your suggestion the next time this happens and report back. Best, Mandar. Sadrul Habib Chowdhury wrote (Tue, Apr 26, 2011 at 01:23:16PM -0400): > On Mon, Apr 25, 2011 at 11:55 AM, Mandar Mitra wrote: >

screen getting stuck on startup

2011-04-26 Thread Mandar Mitra
Hi all, I'm facing the following strange problem with screen. My .xinitrc / .xsession has the following line: (/usr/bin/xterm -geometry 80x46+1440-0 -T 2.1 -n 2.1 -e screen -m &) *Sometimes*, when I log in to an X session, the xterm started above is blank, with only a "[" (black fg, red bg) in

Re: Save/restore terminal

2010-10-02 Thread Mandar Mitra
> found it useful. But suddenly my screen windows started doing > save/restore (i.e. the behavior when launching those programs from a > normal shell). I don't recall if and what I changed in the terminal or > screen. Is there option by which screen's save/restore behavior can be > altered? Does p

Re: Scrolling up / down by 1 line

2010-06-11 Thread Mandar Mitra
David Collins wrote (Fri, May 21, 2010 at 03:50:01PM +0100): > C-e and C-y Many thanks (and apologies for the delayed reply)! C-e and C-y do exactly what I wanted. I'm now trying to define shortcuts that I'm more accustomed to using markkeys (control-1 / alt-1 or shift-up / shift-down). With

Scrolling up / down by 1 line

2010-05-21 Thread Mandar Mitra
Hello, I'd like to be able to easily scroll by one line in copy mode. Right now, I can only do this by typing 1 + C-u (or C-d), but that's not very convenient. Can I define a binding for the combination? Or can I set the amount that C-u/C-d scrolls by? I've only recently started using screen, so pl