[screen-devel] Python wrapper for gnu-screen

2010-09-19 Thread Christophe, Jean-Charles Narbonne
Hi, I'm a french student and I used screen to administrate server since a long time. I've never made personal config files or search deep in all screen features but I developed for personal usage a lib in python for administration scripts. (it's allow to inject code into the screens sessions, use

[screen-devel] [bug #31073] Screen doesn't accept commands until it gets at least _once_ (re)attached through terminal

2010-09-19 Thread anonymous
URL: Summary: Screen doesn't accept commands until it gets at least _once_ (re)attached through terminal Project: GNU Screen Submitted by: None Submitted on: Sun 19 Sep 2010 06:54:01 PM UTC

[screen-devel] [bug #31073] Screen doesn't accept commands until it gets at least _once_ (re)attached through terminal

2010-09-19 Thread Branko Majic
Follow-up Comment #1, bug #31073 (project screen): Thanks to some help on the IRC channel, I've figured out the issue was that I had to specify -p 0 (for example) when sending the command. This bug report should probably be closed as a not-a-bug. Maybe a small update to the man page about use of

[screen-devel] [bug #30880] Unable to start when $TERM is longer than 20 characters

2010-09-19 Thread Alexey I. Froloff
Follow-up Comment #4, bug #30880 (project screen): Correct patch (two parts): http://git.altlinux.org/people/ldv/packages/?p=screen.git;a=commitdiff;h=4.03-alt6-1-g57f09abc http://git.altlinux.org/people/ldv/packages/?p=screen.git;a=commitdiff;h=4.03-alt6-2-ge9f7d7d3 ___