ASCII BEL character displayed by screen, horking terminal display

2011-11-02 Thread Daniel Rall
When I start screen from gnome-terminal on Ubuntu 10.04.3, and do something that produces a bell (e.g. hit tab twice from within bash), I'm getting an ASCII BEL character displayed literally by screen, rather than a visual or audible bell. $ echo $TERM xterm $ screen -c /dev/null $ echo $TERM scre

Re: screen-users Digest, Vol 1122, Issue 1

2010-11-28 Thread Daniel Patrick Sullivan
ture. > > Happy Thankings giving to the community as well. > > > > > On Sun, Nov 28, 2010 at 2:51 PM, Daniel Patrick Sullivan > mailto:dansu...@uchicago.edu>> wrote: > Ok I have been tinkering around a little bit and I actually want to take this > a step f

Re: screen-users Digest, Vol 1122, Issue 1

2010-11-28 Thread Daniel Patrick Sullivan
Ok I have been tinkering around a little bit and I actually want to take this a step further. I want to write a screen "macro" that does the following things in sequence (I've put the required key for each step at the end of the numbered command; 1) Enter copy mode: ^a[ 2) Go to the top of the

Re: Question Regarding Navigating the Buffer

2010-11-25 Thread Daniel Patrick Sullivan
Michael, This is exactly what I was looking for. You get a gold star :-) Happy Thanksgiving. Dan On Nov 23, 2010, at 1:34 PM, Michael Kelleher wrote: > Enter scrollback mode then hit "g w" > > On Nov 23, 2010 11:41 AM, "Pandurangan R S" > mailto:pandurangan@gmail.com>> wrote: > _

Re: Question Regarding Navigating the Buffer

2010-11-23 Thread Daniel Patrick Sullivan
ble alphabet) from the beginning of scrollback buffer, after this i manually navigate to the actual point! On Tue, Nov 23, 2010 at 10:37 PM, Kevin Van Workum wrote: Does "g^" do what you want? That should put the cursor on the first non-whitespace char in the buffer. On Mon, Nov

Re: Question Regarding Navigating the Buffer

2010-11-23 Thread Daniel Patrick Sullivan
ld put the cursor on the first non-whitespace char in the buffer. On Mon, Nov 22, 2010 at 8:55 AM, Daniel Patrick Sullivan wrote: Hi, Everyone, I have a quick question with respect to navigating screens buffer. Basically I work with embedded systems and often have to block and copy mo

Question Regarding Navigating the Buffer

2010-11-23 Thread Daniel Patrick Sullivan
Hi, Everyone, I have a quick question with respect to navigating screens buffer. Basically I work with embedded systems and often have to block and copy more than a single screens worth of text to the buffer to attach to tickets or send to customers, etc. I'd like to be able to copy and paste

Assistance with backtick and caption

2009-09-08 Thread Daniel Swan
Help with GNU screen: Backtick and Caption. I'm trying to get GNU screen to show the output of "uptime" for the host being accessed in the current window, but unfortunately, no matter what window I go in, it shows the uptime for the host I originally launched screen in ("adminhost"). Does

Re: binding that creates a new window and prompts for the new window's title at the same time?

2009-05-22 Thread Daniel Choi
Thanks. That's great. Is there a way to go a step further and do something like this? bind 'c' eval screen title I'd like to clear the suggested title and put the cursor at the beginning of the line. Dan On Thu, May 21, 2009 at 12:15 PM, Sadrul Habib Chowdhury wrote:

key binding to create a new window + prompt for title?

2009-05-21 Thread Daniel Choi
I want to create a key binding that creates a new window and prompts for the new window's title immediately after. How can I do that? ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

binding that creates a new window and prompts for the new window's title at the same time?

2009-05-21 Thread Daniel Choi
Hi everyone, I'm new to this list and have been using gnu screen seriously for only a few days. I just want to say that I love it and I'm never going back to using tabbed Terminal windows on OS X. My question is this. I want to create a key binding that creates a new window and prompts for the ne

Re: Tab bar

2006-10-13 Thread Hr. Daniel Mikkelsen
bW}%-w%{.rW}%f%n %t%{-}%+w %=%{..G}[%H %l] %{..Y} > %m/%d %c " In my head, screen 0 is to the right of screen 9, not left of screen 1, because of how keyboards look. Is there any way to get screen to represent this on such a "tab bar"? -- Daniel Mikkelsen Copyleft Software

Problem with starting up Screen

2006-08-20 Thread Yang, Daniel
I just installed screen on solaris 8 using a package version Screen version 4.00.02 (FAU) 5-Dec-03   I'm getting the following error when trying to start it up:   Ttyn:  Permission denied   Sorry, could not find PTY   Any help would be appreciated.   Thanks,   Dan ___

Re: vertical split

2005-12-18 Thread Daniel
he code. I hope you will find time to finnish off the issues with resizing, etc, so that the feature will be good enough for merging with the main branch. Doing great so far, thank you Bill. //daniel ___ screen-users mailing list screen-users@g

Re: binding Ctrl+Tab

2005-11-15 Thread Daniel Lublin
> Based on ergonomics alone, I personally have no interest in > binding this key combination. ;-) I rather like it; usually I'm somewhat resting the left side of my left hand -- what do you call it; the wrist proper? carpus? -- so that I easily can lower it and press left Ctrl, then I use my litt

Re: Screen title, not just $WINDOW number, in prompt?

2005-09-01 Thread Daniel Lublin
On Thu, Sep 01, 2005 at 03:08:47PM -0700, Steven Brown wrote: > [EMAIL PROTECTED]:~(1)$ > [...] > > [EMAIL PROTECTED]:~(compile)$ I you use screens hardstatus, you can atleast have "(compile)" at the bottom of every screen (and a list of all other windows too, if you want). But maybe you don't lik