Tiny Core Linux

Off-Topic => SCM EXtensions => Archive / Obsolete => SCM Extension Requests => Topic started by: cortman on June 23, 2012, 04:00:04 PM

Title: screen
Post by: cortman on June 23, 2012, 04:00:04 PM
Gnu screen would be a handy app for CLI users.
Title: Re: screen
Post by: Jason W on June 24, 2012, 07:46:51 PM
I will give it a go in the near future.
Title: Re: screen
Post by: cortman on July 12, 2012, 01:34:14 PM
Since screen has so few dependencies (ncurses, ncurses-common) may I modify my request and ask that the vertical split patch be included? It appears to be as simple as patching it into the source code. Info available:http://fungi.yuggoth.org/vsp4s/ (http://fungi.yuggoth.org/vsp4s/). Thanks.
Title: Re: screen
Post by: Jason W on July 12, 2012, 04:49:13 PM
Ok, downloaded the patch, will aim for an attempt this week
Title: Re: screen
Post by: cortman on July 12, 2012, 09:00:25 PM
Awesome! :)
Title: Re: screen
Post by: Jason W on July 13, 2012, 08:04:56 PM
Uploaded.  I am not familiar with the split screen function, so please help test.  Thanks.
Title: Re: screen
Post by: Jason W on July 13, 2012, 08:16:03 PM
Oops, an issue with a conflict with the tcz version of ncurses that gets installed with bash.  Pulling it for now, will fix soon.
Title: Re: screen
Post by: Jason W on July 14, 2012, 06:10:41 AM
Uploaded fixed version.
Title: Re: screen
Post by: cortman on July 14, 2012, 03:13:27 PM
Uploaded fixed version.

I will test shortly here.
Title: Re: screen
Post by: cortman on July 14, 2012, 05:27:07 PM
Screen locks up at almost any action other than ctrl+a+c and ctrl+a+tab. Specifically, ctrl+a+(S|V) which is split horizontally and vertically, respectively, freeze it up.
Title: Re: screen
Post by: Jason W on July 15, 2012, 04:38:21 AM
Does this same behavior happen with the tcz version?  I see it locking up too.

Mh first hunch was to build without the patch, but there may be something else that is affecting both tcz and scm versions.
Title: Re: screen
Post by: netnomad on July 15, 2012, 10:51:06 PM
hi friends,

in the tcz-package the vertical-screen-splitting is working... you have to use a capital S, so "C-a S".
but it's true that some shortcuts are not working that i'm used f.e. in debian.

i mentionend two of them in a forum-thread.
http://forum.tinycorelinux.net/index.php/topic,9725.msg52922.html#msg52922
Title: Re: screen
Post by: cortman on July 16, 2012, 06:43:57 AM
Does this same behavior happen with the tcz version?  I see it locking up too.

Mh first hunch was to build without the patch, but there may be something else that is affecting both tcz and scm versions.

I have used the tcz version- I don't remember that it locked up too much- some perhaps, but the horizontal split and others did function.
Title: Re: screen
Post by: Jason W on July 16, 2012, 07:25:35 AM
Ok, I will review the build script and version used for the tcz version and see what may be different. 
Title: Re: screen
Post by: Jason W on July 16, 2012, 07:48:39 PM
I see similar behavior between the tcz and scm packages.  I will poke around some more and try to find what may be causing the issues.
Title: Re: screen
Post by: Jason W on February 10, 2013, 10:29:08 AM
Here is a link that perhaps explains this behavior.  Ctrl-S locks most terminal's output, and Ctrl-Q will restore it.  I tried it with a running instance of screen.scm and I observed the same.  If the screen locks up, try Ctrl-Q.

http://stackoverflow.com/questions/3419820/sometimes-my-file-just-freezes-in-my-vi-vim-what-happened