Re: screen - bash history

2021-11-11 Thread Ed Blackman
, where I have a .screenrc that sets up screens 0, 1, 2, 7, 8, and 9 with titles and environments (working directory, etc) for designated purposes, such that it's nice that window 7 also comes up with the same bash history from the last time I shut down screen, not mixed with commands from w

Re: Is this list still active

2020-03-27 Thread ed-scr...@s5h.net
n need of from Screen that doesn't already exist? Maybe it's a good time to vote up tickets. Ed

Re: Is this list still active

2020-03-26 Thread ed-scr...@s5h.net
d to ask questions. Another thought of mine is that people use desktop/server tools less now. Do people author more things with Google Docs or do more things in general using web "apps"? Ed

Re: good Linux terminal emulator for screen?

2019-09-22 Thread ed-scr...@s5h.net
xterm feels faster than the others, could be ttf fonts, or other bells and whistles, I'm not sure. Ed -- Best regards, Ed http://www.s5h.net/ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Binding GBP Pound Key

2017-12-26 Thread Ed
> it looks normal in xxd, not "..", but I still get that error. That's xxd hiding non-printables. You should see the ascii value in the hex columns. Compare that with the value in 'man ascii'. -- Best regards, Ed http://www.s5h.net/ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Binding GBP Pound Key

2017-12-26 Thread Ed
On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: > bind £ select 13 bind £ select 13, works just fine for me. Have you looked at the source of your config file through xxd or similar hex editor for any stray characters? -- Best regards, Ed http://www.s5h.

Re: Screen terminating on GNU

2017-11-13 Thread Ed Neville
session has terminated. Could your model have exhausted the system memory and the kernel started killing processes /randomly/, including screen? Is there anything in the system logs like this? -- Best regards, Ed http://www.s5h.net/ ___ screen-u

Re: Screen terminating on GNU

2017-11-13 Thread Ed
Could it be that screen is killed by shutdown or a watchdog? If you look at the process listing when you get this message, is there a screen session running? Are you the same user who started screen? -- Best regards, Ed http://www.s5h.net/ ___

Re: Switching windows with added command

2016-11-25 Thread ed
you need? -- Best regards, Ed http://www.s5h.net/ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: waiting for keypress after screen -RR

2016-10-12 Thread Ed Neville
-q Suppress printing of error messages. -- Best regards, Ed http://www.s5h.net/ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Session dies after logout

2016-06-02 Thread Ed Neville
On Thu, Jun 02, 2016 at 05:18:41PM +0200, Lluís Vilanova wrote: > Hi there. After my latest update on some debian machines we use at work > (mostly > running testing), all screen sessions die after users log out. Blame systemd. You will need to enable the linger option. -- Best re

Re: how do i sent a ctrl-alt-del over screen serial console

2015-05-07 Thread ed
ese with remote equipment as images and such can be mounted (at least with the HP iLO they can). I'm not a sales person, but trust me, they're a life saver. -- Best regards, Ed http://www.s5h.net/ ___ screen-users mailing list screen-users@

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

2010-12-14 Thread Ed Blackman
in ~/.screenrc, the following lines will remove the default "suspend" bindings from Control-a Control-z and Control-a z: bind ^z bind z Ed signature.txt Description: Digital signature ___ screen-users mailing list screen-users@gnu.org http

Running an intial command together with -D -R

2010-08-17 Thread Ed Avis
e running emacs. If this is not supported, then the above command should give an error message rather than ignoring the command to run. % screen --version Screen version 4.00.02 (FAU) 5-Dec-03 -- Ed Avis ___ screen-users mailing list scree

Re: same output display repeatedly

2010-03-17 Thread Ed Blackman
test on a Redhat list and should be able to get help with configuring your network so the above test will pass. Ed signature.txt Description: Digital signature ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: How to use screen configuration with command option

2009-12-27 Thread Ed Blackman
On Thu, Dec 24, 2009 at 11:03:26AM -0500, Ed Blackman wrote: On Thu, Dec 24, 2009 at 02:25:30PM +0530, J. Bakshi wrote: How can I use these at screen command option ( not in .screenrc ) ? If I'm understanding you correctly, you want to execute screen commands within a running screen se

Re: How to use screen configuration with command option

2009-12-25 Thread Ed Blackman
e key (Control-a by default), then :, then type a command. When you type the colon, you will see a colon prompt appear on the lower left. So it would be ":nonblock on", for example. Ed signature.txt Description: Digital signature ___ screen-use

Screen has odd blank out behaviour

2008-09-30 Thread Ed Wagner
it is worse then my past two configurations without screen where either the screen would clear on exit or do nothing leving the emacs/less output visible and providing a prompt. any help would be apreiciated.. Thanks! Ed -- PS -- aditional boring version information: Terminal.app verison:2.

attaching new process to existing screen

2006-08-20 Thread Ed Peschko
an't seem to get -X to do much of anything. Anyways, does something like this exist, and if so how do you do it? Thanks, Ed (ps - is screen development dead? I'm hoping not, it truly is a lifechanging program..) ___ screen-users mai

Re: backtick metacharacter confused by scrolly wheel in vim

2006-04-17 Thread Ed Dench
For posterity, I resolved this with a small hack. First, I disabled the command key and made bound F12 to the command. [.screenrc] bindkey -k F2 command escape "" Next, modified a copy of x-win us.xkb keyboard layout, ed.xkb. [original] 45=13 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL P

Re: backtick metacharacter confused by scrolly wheel in vim

2006-04-11 Thread Ed Dench
g., i like very similar, but different long title names..) cheers, ed ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

backtick metacharacter confused by scrolly wheel in vim

2006-04-10 Thread Ed Dench
s a command. The main problem with this theory, is that screen operates fine when vim is not running! Thanks, Ed Dench ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users