RE: scanf failling with ICANON mode when in daemon mode (screen -dmS)

2025-04-28 Thread Presseau, Michael
=rheinmetall...@gnu.org On Behalf Of Presseau, Michael Sent: April 28, 2025 8:34 AM To: noloa...@gmail.com Cc: screen-users@gnu.org Subject: RE: scanf failling with ICANON mode when in daemon mode (screen -dmS) Hi Jeffrey, Thank for your answer but there is no change in behavior when TCSANOW is add

RE: scanf failling with ICANON mode when in daemon mode (screen -dmS)

2025-04-28 Thread Presseau, Michael
Hi Jeffrey, Thank for your answer but there is no change in behavior when TCSANOW is add. -Original Message- From: Jeffrey Walton Sent: April 25, 2025 5:29 PM To: Presseau, Michael Cc: screen-users@gnu.org Subject: Re: scanf failling with ICANON mode when in daemon mode (screen -dmS

scanf failling with ICANON mode when in daemon mode (screen -dmS)

2025-04-25 Thread Presseau, Michael
;, c); } else { printf("stdin_thread scanf failed! ret: %d\n", ret); } } return 0; } ``` Michael

Re: Weird command line editing issues with Bash

2023-11-09 Thread Michael Grant
Note: Wrapping the tput output in \[ \] is recommended by the Bash man page. This helps Bash ignore non-printable characters so that it correctly calculates the size of the prompt. https://wiki.archlinux.org/title/Bash/Prompt_customization

mouse scrolling and scroll bars ideas (long)

2022-08-15 Thread Michael Grant
a built-in way to replay a screens scrollback buffer into the window. 4) virtual scrollbars around screens which are clickable and dragable. (1) may already be implemented unless it's tmux I'm recalling that had that feature. Even if without virtual scrollbars (i guess that could b

Re: prevent screen region clearing

2020-12-21 Thread Michael Grant
rminal screen) and when you exit vi, it switches back to the real screen. Try disabling that feature and see if that helps. Michael Grant signature.asc Description: PGP signature

Re: reading an environment variable from screen [SOLVED]

2020-12-17 Thread Michael Grant
On Thu, Dec 17, 2020 at 10:46:43AM -0500, Michael Grant wrote: > Slight change to my previous message: > > > if [ -n "$STY" ]; then > function fix_ssh_auth_sock() { > screen -S $STY -X colon "msgwait 0\r" > export SSH_AUTH_SOCK=

Re: reading an environment variable from screen [SOLVED]

2020-12-17 Thread Michael Grant
Slight change to my previous message: if [ -n "$STY" ]; then function fix_ssh_auth_sock() { screen -S $STY -X colon "msgwait 0\r" export SSH_AUTH_SOCK=`screen -S $STY -Q echo '$SSH_AUTH_SOCK\r'` screen -S $STY -X colon "msgwait 5\r" } export PROMPT_COMMAND=fix_

Re: reading an environment variable from screen [SOLVED]

2020-12-17 Thread Michael Grant
> In that case, this solution can be expanded a bit to do what you > want. The basic idea would be: > 1. On login, create a directory $HOME/.ssh/sockets/$TIME/ and put >a file setting the variables correctly in there (for example, >name the file $HOME/.ssh/sockets/$TIME/sshenv). In that cas

Re: reading an environment variable from screen

2020-12-16 Thread Michael Grant
om/questions/180148/how-do-you-get-screen-to-automatically-connect-to-the-current-ssh-agent-when-re You're right, it works a most of the time. Where it fails is if I log in a second time from a different computer. I was just looking to see if I could fix that. Michael signature.asc Description: PGP signature

reading an environment variable from screen

2020-12-16 Thread Michael Grant
When I reattach to screen, the SSH_AUTH_SOCK is wrong. I often ssh in and run screen simultaneously on a laptop and desktop. So I can’t use the trick of symlinking something to /tmp/ssh-xx. Is there some way to interrogate screen to tell me what the contents of an environment variable

Re: some screen windows freezing

2020-12-11 Thread Michael Parson
. Check the man page FLOW-CONTROL section as well as about the '-f' screen flag, the 'defflow' and 'flow' .screenrc options about how to control and/or disable this feature inside of screen. -- Michael Parson Pflugerville, TX KF5LGQ

RE: real-time mouse selection in vi

2020-12-10 Thread Michael Grant
What is ‘bpr’? From: BX Snipa Sent: 10 December 2020 06:10 To: Michael Grant Subject: Re: real-time mouse selection in vi bpr From: screen-users on behalf of Michael Grant Sent: Wednesday, December 9, 2020 10:36 AM To: screen-users@gnu.org Subject: real-time mouse selection in vi   When I

real-time mouse selection in vi

2020-12-09 Thread Michael Grant
takes a second click to highlight the text and it does not highlight the text in real-time. The region highlights only after the second click. Any idea how to get the real-time selection working within screen? Michael Grant

RE: hardstatus and putty scrolling

2020-08-28 Thread Michael Grant
> Would you mind sharing your .screenrc? I feel like I could learn a lot from > it. Or if you have a dotfiles repo on github that would be fantastic too. Sure. I don’t have them in a public repo. If anything isn’t clear, please ask. Hope this is interesting/helpful to someone! I almost alway

RE: hardstatus and putty scrolling

2020-08-27 Thread Michael Grant
and copypaste probably would work across computers (within Screen). Sounds like a win-win-win if you ask me! Can this work? Comments? Michael Grant

RE: hardstatus and putty scrolling

2020-08-26 Thread Michael Grant
scrolled to. Anyone thought about this? Does this already exist? Michael Grant

hardstatus and putty scrolling

2020-08-26 Thread Michael Grant
I use Screen in PuTTY. I have a hard status line set. When I scroll up the PuTTY window, the hard status line scrolls off the bottom of the screen. I was wondering, is there some way to stop this such that the hard status line always stuck at the bottom of the window regardless of the position

Re: Help using eval in screenrc

2020-03-28 Thread Michael Grant
default! And, if anyone else has a better way of redrawing a screen's scrollback buffer than this, please post! I spent ages working this out. The only thing it does not redraw is the color, though I have 'paste font' enabled. Hope this helps! Michael Grant signature.asc Description: PGP signature

Re: good Linux terminal emulator for screen?

2019-09-26 Thread Michael Parson
lly selected in screen to some other X11 window. macOS has a similar command to xclip that will stuff your buffer file into the macOS clipboard, thought it's been long enough since using a Mac that this info has scrolled out of my wet-ware scrollback and would have to look it up again. -

Re: Is there a screen command to identify the current visible window number?

2018-09-12 Thread Michael Parson
de in the middle. This should prevent the blocking. -- Michael Parson Pflugerville, TX KF5LGQ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

screen-users@gnu.org

2017-12-26 Thread Michael Grant
On Tue, Dec 26, 2017 at 08:55:15PM +, Ed wrote: > On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: > > bind £ select 13 David, just out of curiousity, where are you trying to bind your key? In your .screenrc? or in .bashrc or somewhere odd? I have several key bindings like thi

Re: Binding GBP Pound Key

2017-12-26 Thread Michael Grant
y generates the unicode code 0xa3 which goes straight in as unicode and gets displayed as a £ when displayed. It's working fine even as I type this email in emacs inside mutt inside screen. Michael Grant signature.asc Description: PGP signature __

Re: Cannot re-attach to screen session after screen-4.3.1-r1 to screen-4.4.0 upgrade

2017-04-11 Thread Michael Parson
You might need to remove the SUID bit from the screen binary first. Check the man page for more info. -- Michael Parson Pflugerville, TX KF5LGQ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: problem with using screen and a GUI

2017-01-19 Thread Michael Parson
On Thu, 19 Jan 2017, Tim RENAUD wrote: Hello, Before I get into details, I just want to confirm this is the mailing list I use to discuss my issue? That depends, what is your issue? This list is about using gnu-screen, the terminal multiplexer. -- Michael Parson Pflugerville, TX KF5LGQ

Re: How to programmatically open new screen window?

2016-12-23 Thread Michael Parson
creen -x ${sessionname} -X select newwin # feed the new window a command-line screen -x ${sessionname} -X at "newwin" stuff "echo hello world^M" -- snippet -- -- Michael Parson Austin, TX KF5LGQ ___ screen-users mailing list screen

Re: Sending Command Pipeline to a detached Screen

2016-11-23 Thread Michael Parson
en -S screen-name -X stuff "echo hello world^M" -- Michael Parson Austin, TX KF5LGQ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Send break to screen

2016-10-03 Thread Michael Parson
On Fri, 30 Sep 2016, Clark Wang wrote: On Fri, Sep 30, 2016 at 1:30 AM, Michael Parson wrote: On Thu, 29 Sep 2016, Clark Wang wrote: Where is this kind of usage (stuff ^X) documented? I did not found it in screen manual. The 'stuff' command is in the screen manpage: stuff [stri

Re: Send break to screen

2016-09-29 Thread Michael Parson
s, I don't even have to type in my password. I use the above method rather than telling screen to start the ssh session as the window process so that when the ssh session dies, I can just switch back to that window, hit the up arrow and return to get back in. -- Michael Parson Pflugerville, TX KF5LGQ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: hot change screens locale

2016-08-07 Thread Michael Parson
setting. If a second parameter is given, the display's encoding is also changed (this should rather be done with screen's "-U" option). See also "defutf8", which changes the default setting of a new window. -- Michael Parson Austin, TX KF5LGQ

w, who, and finger and ipv6

2016-07-23 Thread Michael Grant
4 users, load average: 0.05, 0.07, 0.05 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT mgrant pts/12a00:S.1 Mon064days 0.02s 0.02s /bin/bash % finger Login NameTty Idle Login Time Office Office Phone mgrantMichael Grant pts

Re: gnu screen defrag

2016-06-17 Thread Michael Parson
On Fri, 17 Jun 2016, Amadeusz Sławiński wrote: On Thu, 16 Jun 2016 17:12:29 -0500 (CDT) Michael Parson wrote: Greetings fellow gnu-screen users. I remember someone asking for something like this a while back, and I think there were a few solutions, but I never tried them out. I decided I

gnu screen defrag

2016-06-16 Thread Michael Parson
Just please don't flame for re-inventing a wheel when better alternatives are out there that I didn't find. :) It works for me. If it works for you, enjoy. -- Michael Parson Austin, TX KF5LGQ ___ screen-users mailing list screen-user

Re: Binding the "Ctrl + ;" key combination to "focus right" command

2016-04-10 Thread Michael Grant
There is a possible way to use ctrl-; in screen, you would first need to bind ctrl-; to a real ascii (perhaps even a multibyte unicode character would work). You would do this in your local window system. It's been a while since I did this but in X it was something like setxkbmap. In windows you

Putty and screen resizing

2015-11-04 Thread Michael Grant
their window putty window size. I understand iTerm resizes itself accordingly whereas Putty does not, or maybe I have some config option set or not set in putty? I can't find one that seems appropriate. Michael Grant ___ screen-users mailing list s

Re: Binding the "Ctrl + ;" key combination to "focus right" command

2015-09-09 Thread Michael Parson
egion commands bind j focus down bind k focus up bind h focus left bind l focus right Then you can "C-a j" to move focus down, etc. Not quite as smooth as having it on a single key-binding, but it gets the job done. Bonus, having your CTRL key where it's

Re: Opening vim in new xterm+screen window in same session

2015-08-13 Thread Michael Parson
, will be the one you originally ran the command in. Now, for extra fun, you can now do things like: for i in *.cc, do svim $i ; done This will open a new screen window running vim for each file matching the glob (*.cc), all named for the file that is being edited. -- Michael Pars

redraw screen (with scrollback history buffer)

2015-03-15 Thread Michael Grant
I defscrollback to 2000 and have a putty window with 2000 lines of scrollback. I would like a way to get screen to redraw the full 2000 lines of scrollback (with color and other highlighting!) on command. Currently I have a sort of kludge to do this writing a hardcopy file and then execing a scri

Re: How can I stuff in a new window of an existing screen session?

2015-02-05 Thread Michael Parson
is technically two commands, but one command line: screen -t "test" ; screen -X at "test" stuff "echo test^V^M" The first one creates a new screen window called 'test'. The second one tells screen to stuff the string "echo test" to the window n

Re: screen height issue

2014-03-15 Thread Michael Grant
Mahood wrote: > On Sat, 15 Mar 2014, Michael Grant wrote: > > >> Yes I'm aware of this. But what would be cool is if the scrollbar could >> be somehow linked to the scrolling in copy mode. >> >> One thing I can imagine is just filling the of screen lines each

Re: screen height issue

2014-03-15 Thread Michael Grant
cript that does this bound to a key. It would be nice if those lines could be filled offscreen somehow. As in first the visible area was redrawn then the copy area so the user might not notice. On 15 Mar 2014 17:38, "Jim Mahood" wrote: > On Wed, 12 Mar 2014, Michael Grant wrote: &

screen height issue

2014-03-12 Thread Michael Grant
ross screens to scroll back whatever screen you were in? One possible way to do this might be to just dump the entire screen and it's history lines to fill up the putty buffer each time you switch screens. Michael Grant ___ screen-users mailing list

How does screen survive logout?

2014-02-21 Thread Michael Clark
I'm fairly new to linux and I am just curious as to how screen manages to survive the logout process. I don't know the logout process really works either but I assume that screen manages to ignore the signal sent to all the process I own when I logout. I thought that was SIGHUP but when I do kill -

Beep notifications in multi-attach mode

2013-09-24 Thread Michael C. Toren
Hi, I've grown fond of using multi-attach (multi-display?) mode ("screen -x") to display two different windows on two different xterms. One drawback, though, is that if I'm typing in one window and cause a beep, a beep notification is also displayed in the other xterm. The notification will also

Re: emacs compatibility - changing a default binding?

2013-04-24 Thread Michael Grant
s pressed like AltGr-Esc. You can use a tool like http://www.kbdedit.com/ to create a new keyboard mapping (on windows--similar things exist on linux/mac) and add a key comination to emit the unicode character. If someone tries this, I'd be interested to know if that works! Michael Grant

Re: invoking in screen binding

2012-09-30 Thread Michael Parson
en "exrc" line with the argumant pasted from the screen buffer `q'. My problem is that I cannot make this command submit with a carriage return or enter despite the attempts you see with a cntrl-V Any clues as to how I can get the command to submit with the binding? Eric -- Michael Pa

[PATCH v2] Fix segfault when restoring w_alt.cursor

2012-08-10 Thread Michael Spang
Screen can be segfaulted with the following steps: - Start screen - Enable altscreen with ":altscreen on" - Enable caption with ":caption always" - Run vim - Resize the current terminal to one line high - Resize the current terminal to multiple lines high - Quit vim This happens bec

[PATCH v2] Fix segfault when restoring w_alt.cursor

2012-08-10 Thread Michael Spang
Screen can be segfaulted with the following steps: - Start screen - Enable altscreen with ":altscreen on" - Enable caption with ":caption always" - Run vim - Resize the current terminal to one line high - Resize the current terminal to multiple lines high - Quit vim This happens bec

[PATCH] Forbid creation of zero-height canvas

2012-08-10 Thread Michael Spang
The code is not prepared to handle a canvas with no lines. One way to segfault screen with a 0-line canvas is: - Start screen - Enable caption with ":caption always" - Run vim - Resize the current terminal to one line high - Resize the current terminal to multiple lines high - Quit vim

Re: Sending the Ctrl-C keystroke into a screen window

2012-05-21 Thread Michael Parson
e: $ screen -X at "test" stuff "^C" -- Michael Parson Unix Thug Austin, TX KF5LGQ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Get current working directory from another screen window

2011-06-24 Thread Michael Parson
n your current screen, and you should now be in that directory. If you were to pop back over to screen 4, you would see the pwd command that was executed. -- Michael Parson mpar...@bl.org Austin, TX KF5LGQ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: automatic screen copy

2011-06-05 Thread Michael Parson
er, i will move to someother window and if i do 'c-]' the copied text should be printed out. is it possible in screen ? Read the man page for screen, look for 'bufferfile'. -- Michael Parson mpar...@bl.org ___ screen-users mailing

Re: How to log while launching screen

2011-05-26 Thread Michael Parson
gin screen 0 log # end Now, when you start screen, screen 0 will get logged to $HOME/screenlog.0 -- Michael Parson mpar...@bl.org ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Please help me choose a good single-keystroke escape key

2011-03-23 Thread Michael Grant
I have my screen ^a key bound to ctrl-^. I use the F keys to move between windows. I could in theory have 12 windows, one on each F key. Michael Grant ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen

Re: bindkey sequence

2011-01-19 Thread Michael Kelleher
Todd, try entering escape mode and moving the cursor over the line and hitting Y, that will yank the entire line. On Jan 19, 2011 1:24 PM, "Todd Freed" wrote: > Hi, > > I'm attempting to match a sequence of 6-7 keystrokes and can't quite get > the bindkey to work. > > I find myself frequently copy

Re: cant get screen for my Solaris10 i386 server

2010-12-29 Thread Michael Parson
such capabilities, like compiling, etc. > Thanks in advance. You should be able to find what you need on www.blastwave.org, free-softare pre-compiled for Solaris. -- Michael Parson mpar...@bl.org ___ screen-users mailing list screen-users@gn

Re: Passing string into stdin of screen

2010-12-23 Thread Michael Kelleher
To pass a command to a screen session to be intrepreted from stdin use the following: screen -X stuff "echo hello^M" However make sure to generate the ^M by pressing Ctrl-V Enter. On Wed, Dec 22, 2010 at 2:35 PM, wcjh wrote: > > I'm using 'screen' as a terminal emulator to communicate to a s

Re: Q: I'm searching a way to disable Ctrl-Z

2010-12-14 Thread Michael Parson
However, if you really want to disable Ctrl-Z, read up on the shell command 'trap'. From reading around on google, different implementations seem to use different signals, but try 'trap Ctrl-z' as a search term. -- Michael Parson mpar...@bl.org _

Re: binding shift/ctrl/alt + f-keys

2010-12-07 Thread Michael Kelleher
Hi Dustin, Open your ~/.screenrc with vim. You need to specify the key sequence that corresponds to the keys in question. This is different on each machine. You can find out the sequence by entering insert mode then pressing Ctrl-v followed by Shift-F1 in this case. On my machine it would look lik

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

2010-11-28 Thread Michael Kelleher
the World Wide Web, visit > > http://lists.gnu.org/mailman/listinfo/screen-users > > or, via email, send a message with subject or body 'help' to > > screen-users-requ...@gnu.org > > > > You can reach the person managing the list at > >

Re: Question Regarding Navigating the Buffer

2010-11-25 Thread Michael Kelleher
Enter scrollback mode then hit "g w" On Nov 23, 2010 11:41 AM, "Pandurangan R S" wrote: ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

RE: Detached screens disappear - help debugging?

2009-12-18 Thread Leinartas, Michael
were shutting down uncleanly (say a crash or a kill -9) it'd leave behind a socket, right? -Original Message- From: Pandurangan R S [mailto:pandurangan@gmail.com] Sent: Wednesday, December 16, 2009 9:29 PM To: Leinartas, Michael Cc: screen-users@gnu.org Subject: Re: Detached screens

Detached screens disappear - help debugging?

2009-12-16 Thread Leinartas, Michael
ystem details incase it matters to anyone: Screen 4.0.3 Debian squeeze (same problem when I was on lenny) amd64 arch linux-2.6.32 (vanilla) AMD quad core (Phenom II) 4gb ram I'd appreciate any help on this because it's driving me nuts. michael ___

Re: Using pagers like 'less' within screen

2009-09-05 Thread Michael Grant
On Sat, Sep 5, 2009 at 17:48, Benjamin Andresen wrote: > Hey Hugo, > > Hugo Heden writes: > >> [snip] >> Is there a way to tell GNU-screen to use the "default terminal buffer" >> while still letting the programs invoked from within GNU screen use >> the "alternate terminal buffer"? > > altscreen o

How to destroy detached screens

2009-08-22 Thread Michael Rowan
Hi I have 5 detached screens, and wish to remove/delete/destroy some. How should I do this? Thanks Michael Rowan mike.ro...@internode.on.net 11 Kingscote Street ALBERTON South Australia 5014 tel 618 8240 3993 ___ screen-users mailing list

defmonitor and msgwait

2009-07-25 Thread Michael Maurer
Hi, I want to turn monitoring on for one of my screen-sessions, but don't know how to accomplish this without using the following setup: excerpt from my .screenrc: msgwait 15 screen -t omega 0 /home/michael/programme/screenstart0.sh screen -t newsbeuter5 newsb

Re: Vertical Split

2009-06-06 Thread Michael Terry
AGE- > Hash: SHA1 > > Michael Terry wrote: >> I'm confused. I read online that vertically splitting a window was >> available as of 4.00.03, which is what my screen version claims to be, >> yet when I type ctrl-a | (which means hold down ctrl and a, then >> rel

Vertical Split

2009-06-06 Thread Michael Terry
ut no dice. What am I doing wrong? Michael ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Dynamic Title

2009-05-31 Thread Michael Grant
chine named into the title bar of the window. You need the \[ and \] to tell bash not to count those characters as being displayed on the line, otherwise, it messes up the display when you start wrapping long input lines. ESC_ gets you into the status line and ESC\ gets out out. Is that wh

Re: nested hardstatus line

2009-04-22 Thread Michael Grant
This may not be helpful, but I wanted to point out that having the double status line down there is quite useful in letting you know that you are indeed in a screen session within another screen session. If you were to try to kill screen or use one of it's escape commands, you're going to have to

Re: Killing backticks when bouncing screen.

2009-01-23 Thread Michael Grant
/cat somefile. Note: The ^[ is an escape character, not ^ followed by [ (there are 2 escapes in that line above), but the [ without the ^ before it is a single [. I realize that's a bit confusing to look at. With this you have no process to worry about, but the down side is that it doesn't

Caption at the top

2009-01-11 Thread Michael
How can I move the caption line at the top of window? ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen on linux vs freebsd

2009-01-04 Thread Michael Grant
On Sun, Jan 4, 2009 at 12:16 PM, Michael Grant wrote: > I have both a linux box and a freebsd box. I have just started using > screen on the linux box. There seems to be some very definite > differences in behavior between the two. > > On the linux box, using putty, screen does

screen on linux vs freebsd

2009-01-04 Thread Michael Grant
h screens, but you see it, and you loose any color. I don't know any way to tie the scroll bar to anything because as far as I know, there's no escape codes associated with the scroll bar which is a shame. But aside from this idea, is the

Re: Reattaching to a detached screen

2009-01-01 Thread Michael Grant
Here is what I use in my .bash_login: if screen -wipe 2>&1 | egrep -v "No Sockets found" >/dev/null; then echo -n "Reattach to detached tree? (y/n) [space=y] " read -n1 a; if [[ ("$a" = "y") || ("$a" = "") ]]; then exec screen -xRR fi echo "" else echo "type 'screen' to start scree

Re: screen -X

2008-12-04 Thread Michael Grant
lowing this thread closely. I use dsh for what you describe, but it's command line. It doesn't work real well to edit things in full screen mode. Michael Grant ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: query current window title to stdout?

2008-08-15 Thread Michael Parson
On Aug 15, 2008, at 11:42 AM, Michael Parson wrote: I've got a user that wants to be able to, with a single command, rename the title for the current window when he edits a file to the name of the file he is editing. Can this be done? or is the solution I've come up with g

query current window title to stdout?

2008-08-15 Thread Michael Parson
to be more like echo -ne "\ek$oldname\e\\" However, it seems that just about every screen command only spit output to the status bar, hardline, or a new screen, except 'screen -l'. Can this be done? or is the solution I've come up with going to be about a

Re: Getting screen size into the env?

2008-08-12 Thread Michael Parson
ed this feature, I only discovered it when I re-read the man-page after one of the 3.x releases. -- Michael Parson [EMAIL PROTECTED] ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Apps creating new windows?

2008-07-31 Thread Michael Parson
7;s a simple way of implementing it (i.e. if the calls exist, etc). -Dan Mahoney -- Michael Parson [EMAIL PROTECTED] ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen in single user mode - "cannot open /dev/console"

2008-05-25 Thread Michael Parson
be a little more automatic. Debian/Ubuntu might have their own method. Run the seach string 'Ubuntu run level configuration' through google and see what you can find. This link looks like it might get you on your way: http://geekvalley.blogspot.com/2008/03/tweak-ubuntu-boot-processes-run

Re: screen and urxvt

2008-03-09 Thread Michael Treibton
On 09/03/2008, Matto Fransen <[EMAIL PROTECTED]> wrote: > Hi, > > > On Sun, Mar 09, 2008 at 06:32:32PM +, Michael Treibton wrote: > > > is there something i need to do from within screen to set this so a > > bell character from any window in screen is pic

screen and urxvt

2008-03-09 Thread Michael Treibton
, Michael ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: hangs

2008-02-10 Thread Michael Grant
ammed. Nothing I have found I can do unjams it, only time. Very odd. Michael Granbt On Feb 10, 2008 11:48 AM, Mag Gam <[EMAIL PROTECTED]> wrote: > Is it possible to enable debugging when compiling, and it dumps a core? > > I am willing to do that. Even when the screen crashes it does

Re: preserving splitted windows

2008-01-22 Thread Michael Schroeder
On Tue, Jan 22, 2008 at 12:08:24AM +0100, Alex K wrote: > Is there any way splitted windows could be preserved across sessions? > If I split a window, then detach and reattach the session, all my > splittings are lost. We're working in that feature... Cheers, Michael. -- Mic

Re: How to make F1/F2/F3/F4 usable in screen emacs?

2008-01-22 Thread Michael Grant
As far as I know, when you press an F key in Putty, Putty sends the escape sequence to the terminal. Michael On Jan 22, 2008 11:49 AM, <[EMAIL PROTECTED]> wrote: > Thanks Michael, :) It's work fine for me. But I am still wondering. Does > Putty steal away F1/F2/F3

Re: How to make F1/F2/F3/F4 usable in screen emacs?

2008-01-21 Thread Michael Grant
this in my .screenrc: # f9,f10,f11,f12 selects window 3,0,1,2 bindkey -k k9 select 3 bindkey -k k; select 0 bindkey -k F1 select 1 bindkey -k F2 select 2 # same thing but for Sun keyboard bindkey "\033[232z" select 3 bindkey "\033[233z" select 0 bindkey "\033[192z" select

Re: Strange lock problem under screen 4.00.02/03

2007-12-10 Thread Michael Parson
lost and there's nothing I have found to make it go again. -- Michael Parson [EMAIL PROTECTED] ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

hangs

2007-11-12 Thread Michael Grant
work. Quitting screen such that I can reconnect later does not restart things. The seems to be associated with the pty. The screen unblocks all the time after about 10 minutes or so. Has anyone else noticed this? Michael Grant ___ screen-users mailing li

Re: Hard status line in vertical split mode.

2007-09-21 Thread Michael Schroeder
e patched to use those sequences as well. That would be in the ScrollV() function in display.c. It currently checks if the xs/xe values cover the complete terminal width (by comparing them to vpxmin/vpxmax), if that's not the case it refreshes the area. Cheers, Michael. -- Michael Schroeder

Re: Hard status line in vertical split mode.

2007-09-19 Thread Michael Schroeder
On Thu, Sep 13, 2007 at 11:01:04PM -0400, cga2000 wrote: > On Wed, Sep 12, 2007 at 12:31:58PM EDT, Michael Schroeder wrote: > > On Tue, Sep 11, 2007 at 11:22:24PM -0400, cga2000 wrote: > > > I had a couple more questions about vertical split & caption/status > > > li

Re: Hard status line in vertical split mode.

2007-09-12 Thread Michael Schroeder
screen manual states that: > >"Colors are coded either as a hexadecimal number or two letters >specifying the desired background and foreground color (..)" > >I haven't been able to find the syntax for coding these hex numbers. It's just the ANSI colo

Re: Hard status line in vertical split mode.

2007-09-11 Thread Michael Schroeder
indow" and the right-most part of it is truncated. The hardstatus always covers the complete width of the terminal, are you mixing it up with the window caption? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())put

escape chars in prompt: screen freezes on hp-ux, works on linux

2007-08-06 Thread Michael Leun
irectory (any directory or just blank) from within one of the windows in screen, the whole thing just freezes up. but I do not know why this works on linux and does not on HP-UX. -- Bye, Michael Leun ___ screen-users mailing list screen-use

Re: sending key strokes with screen

2007-07-10 Thread Michael Grant
Someone on this list, I cannot remember who, recommended using a register and then processing the register. Here is a command I wrote which redisplays a screen and it's save buffer so when you log back in and reattach, you can get then scroll up: register A "\001:hardcopy -h /tmp/mgrant.screendu

Re: Development forum?

2007-05-29 Thread Michael Schroeder
en if that's > so, some of the fault probably lies with screen, in mishandling the > situation and sending NULs that it clearly is not receiving, and that > have nothing to do with terminfo values. Maybe 'kb' is bound to something. Try '^A:bindkey' and '^A

Re: Re : Re : New screen features available

2007-05-29 Thread Michael Schroeder
window. If I go > to next window, I would see a 2x1 layout. ^a next > would show me a 4x4 layout. ^a next would bring me > back to the single window layout. Sounds to me like it is exactly what the layout code does. You just have to bind ^A to "layout next" and create three l

Re: Re : New screen features available

2007-05-23 Thread Michael Schroeder
put the windows from your groups on them. Or do you need something different? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-u

Re: Terminal emulators with fullscreen support

2007-05-08 Thread Michael Parson
y >> doesn't have this option. > > Yes, you are right. It would be a GNOME specific thing, sorry to have > bothered everybody. Or quit using gnome and get something w/o any decorations, or any bloat at all, like evilwm. =) -- Michael Parson [EMAIL PROTECTED] ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Screen and Linux box characters

2007-05-03 Thread Michael Schroeder
ry somehow, what is the output of 'infocmp' before you start screen and in screen? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing

  1   2   3   >