Re: Sending commands to shell

2015-09-10 Thread Alan Jurgensen
to have shift-delete send my password and an enter (its in file .screenmacro_p) I have this in my .screenrc file: # load .screenmacro_p into register p readreg p $HOME/.screenmacro_p bind P paste 'p' # paste register p via:  shift-delete bindkey ^[[3$ paste 'p' On Thursday, September 10,

Re: Defining custom screen commands?

2014-08-01 Thread Alan Jurgensen
How would I write a screen command file named last1k that uses your ^L command approach to hardcopy the last 1000 lines?TIA Jurgyman On Thursday, July 31, 2014 10:33 PM, Jim Mahood wrote: Nice solution combined with tab completion.  :-)  Thanks Gerald! On Jul 31, 2014 12:45 PM, "Gerald Youn

Re: Defining custom screen commands?

2014-08-01 Thread Alan Jurgensen
How would I write a screen command file named last1k that uses your ^L command approach to hardcopy the last 1000 lines? TIA Jurgyman On Thursday, July 31, 2014 10:33 PM, Jim Mahood wrote: Nice solution combined with tab completion.  :-)  Thanks Gerald! On Jul 31, 2014 12:45 PM, "Gerald You

copy mode bind

2012-09-07 Thread Alan Jurgensen
I want to bind to a single key , perhaps d key in copy/scrollback mode... idea is, get into copy scrollback mode ? search for a particular line Now I want current line to bottom written to a file. I think this will do it: SPACE G $ > how do I bind that to a key in copy mode? _

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

2011-03-22 Thread Alan Jurgensen
I'm using the "dropdown with arrow" key on lower right of my keyboard. doing that using xmodmap. --- On Tue, 3/22/11, Andrew Schulman wrote: > From: Andrew Schulman > Subject: Re: Please help me choose a good single-keystroke escape key __

click

2010-10-15 Thread Alan Jurgensen
Is there any way to receive mouse clicks by screen to choose a window? perhaps if the window titles on hardstatus line were statically fixed in size... ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/sc