Re: Screen and scrolling

2022-07-24 Thread david kerns
nd it extremely useful because I can copy and paste without > reaching for the mouse, but that's just me. (Also I've moved to > tmux, largely because of better support for that system.) > > On Sun, Jul 24, 2022 at 12:11:33PM -0700, david kerns wrote: > > I'm a

Re: Screen and scrolling

2022-07-24 Thread david kerns
I'm a very casual screen user. To scroll in a modern terminal emulator while running screen you have to hit -a(then to get out of scroll mode) ... to me it's a major annoyance, and probably why I'm a casual user. I suspect xterm is just too old to support whatever screen is doing. On Sun, Jul

Re: [PATCH] Improvement to switch between windows

2022-06-30 Thread david kerns
I would recommend you check for an exact match first, then if that fails, try the partial. On Thu, Jun 30, 2022 at 5:51 PM Guillermo E. Martinez < guillermo.e.marti...@oracle.com> wrote: > Hello GNU screen developers! > > This patch could help to move beetween screen windows. WDYT? > > Thanks in

Re: Using screen

2021-02-19 Thread david kerns
just type screen ... if you're in a brand new window with no other text.. you may not notice the subtly hit return a few times on a new window.. then type screen .. should be a fresh window.. then exit, and you'll get your old screen back (as screen exits) On Fri, Feb 19, 2021 at 12:24 PM M.R.P. z

Re: ACK char issue

2020-08-20 Thread david kerns
I have looked at the screen settings to configure the screenrc and > also changing stty settings but I am not having any luck figuring out how > to stop the screen from eating out the ACk character. > > I would really appreciate your help > > Thank you > Dro Ghazarian > > On F

Re: ACK char issue

2020-08-14 Thread david kerns
ACK is a non-printable char ... if you run your app in a non screen window, I'd be surprised if you saw them. Try running your app like this: app | cat -v should print "^F" for every ACK ... independent of screen On Fri, Aug 14, 2020 at 12:59 PM Dro Ghazarian wrote: > Hi, > I have been trying

Re: Screen caught signal 11 (core dumped)

2020-07-18 Thread david kerns
bah, typo... not uname, ulimit On Sat, Jul 18, 2020 at 6:05 AM david kerns wrote: > generating core files is usually off by default. uname -a (or -c if you > know what you're looking for) will tell you. Each Unix/Linux has different > controls on them (where, naming, etc) so you

Re: Screen caught signal 11 (core dumped)

2020-07-18 Thread david kerns
generating core files is usually off by default. uname -a (or -c if you know what you're looking for) will tell you. Each Unix/Linux has different controls on them (where, naming, etc) so you need to google for your OS/distro AND version to get the specifics. On Sat, Jul 18, 2020 at 12:21 AM Dan M

Re: Is this list still active

2020-03-27 Thread david kerns
I joined both this list and devel list last week .. right after I put in a feature request... looking for a new command line option that will force a session out of "copy" mode on session disconnect... I didn't ask for this one, but an option to auto leave copy mode after N seconds would be useful