Re: screen session remember

2024-03-27 Thread Robin Lee Powell
tmux + https://github.com/tmux-plugins/tmux-resurrect + https://github.com/tmux-plugins/tmux-continuum is how I handle that. Which isn't really an answer to the question, but there it is. :) On Wed, Mar 13, 2024 at 08:46:30PM +0100, aotto wrote: > hi, thank you for providing the "screen" software

Re: installation

2023-11-03 Thread Robin Lee Powell
On Fri, Nov 03, 2023 at 10:27:23AM -0700, Robin Lee Powell wrote: > > > On Fri, Nov 03, 2023 at 08:59:12AM -0400, Brielle Tilson wrote: > > Yes we have an IT guy that installs programs on the school > > computer as us grad students don’t have root privileges. Do I ne

Re: installation

2023-11-03 Thread Robin Lee Powell
On Fri, Nov 03, 2023 at 08:59:12AM -0400, Brielle Tilson wrote: > Yes we have an IT guy that installs programs on the school > computer as us grad students don’t have root privileges. Do I need > to have screen installed on both the school computer and my home > computer? > > Yes I know that L

Re: Cannot reattach - asking for password

2022-12-28 Thread Robin Lee Powell
You've basically got two options here that I can think of: 1. Your screen socket, or the directory it's in, is owned by a different user; go looking at ownership. "root" or "nobody" seem likely options. 2. SELinux is getting involved. While you should *not* run like this long term

Re: Screen and scrolling

2022-07-24 Thread Robin Lee Powell
That's completely different; that's scrolling through screen's internal buffer, not the terminal's buffer. I find 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

Re: Screen and scrolling

2022-07-24 Thread Robin Lee Powell
On Sun, Jul 24, 2022 at 11:29:08AM -0600, Luveh Keraph wrote: > While this is probably not screen's doing, maybe somebody in this forum has > the necessary expertise to suggest courses of action that I am not aware of. > > I am running Slackware 15.0. If I invoke xterm I have the capability of

Re: screen - bash history

2021-11-07 Thread Robin Lee Powell
Well, the normal shell history stuff. As far as screen goes, you can dump the scrollback and search for your shell prompt, but that's about it. On Sun, Nov 07, 2021 at 09:29:12AM +0400, Vishal Priyatham wrote: > Hi team, > > We are using screen utility on linux server for one of our projects. >

Re: Whither config.h.in in the git repo?

2009-05-17 Thread Robin Lee Powell
On Mon, May 18, 2009 at 02:26:51PM +0800, Rui Guo wrote: > Did you try autogen.sh? I had. Looks like my autoconf was too old; seems better now. Thanks! -Robin ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/sc

Whither config.h.in in the git repo?

2009-05-17 Thread Robin Lee Powell
I don't see config.h.in or any way to generate it in the git repo at http://git.savannah.gnu.org/gitweb/?p=screen.git ; what's up with that? -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other

Re: Summer of Code 2009

2009-05-17 Thread Robin Lee Powell
What would have to be done for people to feel like 4.1 was ready? Is there any roadmap? -Robin On Wed, Apr 22, 2009 at 09:11:52PM +1800, Jean-Yves Levesque wrote: > Should we try instead to come out with screen > 4.1 or whatever? It seems frozen in time when there > are no new releases. > > jy >

Re: Summer of Code 2009

2009-05-17 Thread Robin Lee Powell
On Tue, May 12, 2009 at 02:07:41PM +, Rui Guo wrote: > On Mon, 2009-05-11 at 23:56 -0700, Robin Lee Powell wrote: > > I'd love to be able to use it basically as a replacement for > > Expect. Being able to actually *see* what was going one whilst > > driving a full

screenwm and screen 4.1 status?

2009-05-11 Thread Robin Lee Powell
I gathered a while back that screen 4.1 was going to replicate a lot of the functionality of screenwm. Did that go anywhere? -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other than the defau

Re: Summer of Code 2009

2009-05-11 Thread Robin Lee Powell
I'd love to be able to use it basically as a replacement for Expect. Being able to actually *see* what was going one whilst driving a full-screen application with a script would be *really* nice. -Robin On Wed, Apr 22, 2009 at 09:58:29AM +0800, Rui Guo wrote: > Yep. please show any cool usages th

Re: Setting window title in ssh'ed host

2008-11-05 Thread Robin Lee Powell
On Wed, Nov 05, 2008 at 10:50:31PM -0800, Micah Cowan wrote: > I don't really see how that does what the thread's talking about; > namely, set the window title to the hostname that's connected by > ssh. You set your remote shell's PS1 to tell screen to set the title to $(uname -n) or whatever. >

Re: Setting window title in ssh'ed host

2008-11-05 Thread Robin Lee Powell
On Wed, Nov 05, 2008 at 02:39:13PM -0800, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gokdeniz Karadag wrote: > > Hi, > > > > This is more like a story, I am trying to automatically set > > "GNU screen window title" equal to the hostname that is > > connected by ssh.

Re: Screen Issues

2008-10-29 Thread Robin Lee Powell
On Wed, Oct 29, 2008 at 10:56:52PM -0500, Clint Priest wrote: > 1) Is there any way to get 'quit' to work from the bash command > line? Have it kill the parent process, which should be the screen session. -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thi

Re: Very bad/slow redraw with vertical split.

2008-10-24 Thread Robin Lee Powell
t > I'm not sure. > > On Fri, Oct 24, 2008 at 2:34 PM, Robin Lee Powell < > [EMAIL PROTECTED]> wrote: > > > On Fri, Oct 24, 2008 at 02:26:30PM +0100, Thomas Adam wrote: > > > Hello -- > > > > > > 2008/10/24 Robin Lee Powell <[EMAIL PRO

Re: Very bad/slow redraw with vertical split.

2008-10-24 Thread Robin Lee Powell
On Fri, Oct 24, 2008 at 02:26:30PM +0100, Thomas Adam wrote: > Hello -- > > 2008/10/24 Robin Lee Powell <[EMAIL PROTECTED]>: > > > > I'm playing around with vertical split. I'm using Screen > > version 4.00.03jw4 (FAU) 2-May-06 on Debian. > >

Very bad/slow redraw with vertical split.

2008-10-24 Thread Robin Lee Powell
I'm playing around with vertical split. I'm using Screen version 4.00.03jw4 (FAU) 2-May-06 on Debian. When I have vertical split on, less is slow. *Really* slow. So is more. vim is OK. When I say "slow", I mean that when I say "less file", it takes ~20 seconds for it to put the first screenf