[screen-devel] [bug #55274] Release new version

2019-09-06 Thread Juergen Weigert
Follow-up Comment #2, bug #55274 (project screen): Is there anybody here, who could do a release? ___ Reply to this item at: ___ Message sent via Sava

[screen-devel] [bug #45582] Race condition creating the socket directories

2015-07-20 Thread Juergen Weigert
Follow-up Comment #2, bug #45582 (project screen): The race mentioned here, is that screen refuses to start, when the SockPath or SockDir is created by another process in a very specifc moment. Nothing bad actually happens, user can retry. Another possible race is that some malicious code tries t

[screen-devel] [bug #43533] 'screen -list' show client PID

2014-12-05 Thread Juergen Weigert
Follow-up Comment #2, bug #43533 (project screen): Do the following sequence: detach, log out. log in again. screen -r Now you have a new client pid from a new shell, posisbly from a new terminal connected to screen. The initial client pid is now meaningless. But the pid of the screen sesison

[screen-devel] [bug #43744] screen -d -r connects to wrong screen instance or gives an error

2014-12-05 Thread Juergen Weigert
Follow-up Comment #2, bug #43744 (project screen): screen-4.00.04devel as seen on openSUSE behaves the way I expect. $ screen -d -r RDV here is DEV [detached from 11420.RDV] screen -d -r RDVdev here is NOT DEV [detached from 11511.RDVdev] I am confused by the echo "here is NOT DEV" that you

Re: [screen-devel] screen maintainer

2014-04-07 Thread Juergen Weigert
> First thing I would do, would be releasing current git tree as > screen-4.1 also opening separate version 4 branch, only for bug fixes > so distributions have something recent to base their packages on. > Next step would be merging my 'devel' branch into ma

[screen-devel] [bug #41934] C-a h is listed twice in the man page

2014-03-24 Thread Juergen Weigert
Update of bug #41934 (project screen): Status:None => Fixed Assigned to:None => jnweiger Open/Closed:Open => Closed ___

Re: [screen-devel] [bug #39389] "screen -r" should optionally pick up X11 DISPLAY variable from environment

2013-07-02 Thread Juergen Weigert
Ssh has an implementation for this. It requires proxying. If we have a developer for this, I can give some coaching. Cheers, JW Timothy Miller schrieb: >URL: > > > Summary: "screen -r" should optionally pick up X11 DISPLAY >variable from env

[screen-devel] [bug #11610] XON (Ctrl-S) halts screen 4.0.2

2013-06-24 Thread Juergen Weigert
Follow-up Comment #20, bug #11610 (project screen): Thorsten, when it happens again and you are in step 2), "waiting", can you please run strace and lsof as root on the screen backend process? I'd like to confirm if it blocks on a write() and if so which filedescriptor.

Re: [screen-devel] Extend windows command, introduce Xx string escape

2013-02-21 Thread Juergen Weigert
leges at the savannah project, if you have a login name there. cheers, JW- -- o \ Juergen Weigert unix-software __/ _===.===_ | j...@cs.fau.de creator__/_---|___

Re: [screen-devel] regex support for screen

2011-10-06 Thread Juergen Weigert
te-able buffer via (ctrl-a ] ), vs say 52 > paste-able buffers (via ctrl-a \ ) are my two major > frustrations with screen.. readreg can move the paste buffer into a register. would that help? cheers, JW- -- o \ Juergen Weigert paint it green!__/ _===.

Re: [screen-devel] Regarding bug #34200: Log misses first character

2011-09-21 Thread Juergen Weigert
defined. ansi.c DoCSI() DoESC() code reacts differently with or without having TIOCPKT defined. Can you verify that both files see the same definition? Missing include somewhere? cheers, JW- -- o \ Juergen Wei

Re: [screen-devel] Regarding bug #34200: Log misses first character

2011-09-15 Thread Juergen Weigert
the missing characters. OpenDevice() switches on package mode for W_TYPE_PTY devices, if the TIOCPKT symbol is available. The code looks quite okay to me. Maybe you could verify some asumptions here. cheers, JW- -- o \ Juergen Weigert

Re: [screen-devel] Regarding bug #34200: Log misses first character

2011-09-14 Thread Juergen Weigert
nd found this portion of code written by >jnweiger. Hiren, could you reproduce the bug? If so, Id like to know why the terminal and screen disagree about package mode. cheers, JW- -- o \ Juergen Weigert unix-software __

[screen-devel] [bug #32471] screen built with sockets doesn't open fifos sessions (and vice versa)

2011-02-14 Thread Juergen Weigert
Follow-up Comment #1, bug #32471 (project screen): When did screen change from fifo to sockets? Maybe an unintended change? My 4.00.03 session still runs on a pipe. ___ Reply to this item at: _

[screen-devel] [bug #31584] screen typical usage is undocumented

2010-11-08 Thread Juergen Weigert
Follow-up Comment #1, bug #31584 (project screen): True, this is not obvious. In the section WINDOW TYPES, we have this: If a tty (character special device) name (e.g. "/dev/ttya") is specified as the first parameter, then the window is directly connected to this device.

[screen-devel] [bug #31436] move process into a screen session

2010-10-25 Thread Juergen Weigert
Follow-up Comment #1, bug #31436 (project screen): Please add a detailled description what the assembler code does. Could this also be written in C? We need our code to be very portable. ___ Reply to this item at:

[screen-devel] [bug #30789] screen cannot open configuration file inside of fuse mount

2010-08-16 Thread Juergen Weigert
Follow-up Comment #1, bug #30789 (project screen): Hello MM, do you have a different user id here and there? Screen would only take your screenrc, if its owner is identical with screen's own UID. (or EUID?) ___ Reply to this item at:

[screen-devel] [bug #11610] XON (Ctrl-S) halts screen 4.0.2

2010-04-28 Thread Juergen Weigert
Follow-up Comment #16, bug #11610 (project screen): I have given constructive input in comment#7, two years ago. But I can elaborate on this once more, if needed. IMHO, the correct solution for this is to enable the IXANY setting of the tty driver. This would add the needed user friendlyness, b

Re: [screen-devel] Need help reading MarkProcess()

2010-02-27 Thread Juergen Weigert
a line, hit the wrong key, try backspace and have to start all over again, this time mistyping soem other key, try backspace, and start all over a third time... very annoying :-) cheers, JW- -- o \ Juergen Weigert paint

Re: [screen-devel] screen refuses to launch with "screen number"

2010-02-18 Thread Juergen Weigert
if's can be coded? cheers, JW- -- o \ Juergen Weigert paint it green!__/ _===.===_ | j...@suse.de back to ascii! __/_---|\/ \ |

Re: [screen-devel] [bug #27713] Please add a string escape for "escape key was pressed".

2010-01-27 Thread Juergen Weigert
the state is a great idea! I'm all for it! cheers, JW- -- o \ Juergen Weigert paint it green!__/ _===.===_ | j...@suse.de back to ascii! __/_---|\/

Re: [screen-devel] Savannah bug reports to Mailing list

2009-12-20 Thread Juergen Weigert
? No objections ever. :-) Go for it. thanks, JW- -- o \ Juergen Weigert unix-software __/ _===.===_ | j...@cs.fau.de creator__/_---|\/ \ |0179/2069677 __/ (//\ (/) | / _/ \_ vim:set sw=2 wm=8

Re: [screen-devel] Why not nonblock by default?

2009-07-04 Thread Juergen Weigert
gt; Micah J. Cowan > Programmer, musician, typesetting enthusiast, gamer. > Maintainer of GNU Wget and GNU Teseq > http://micah.cowan.name/ > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.moz

Re: [screen-devel] Why not nonblock by default?

2009-07-01 Thread Juergen Weigert
atic, as this unread buffer may contain characters a user would have expected to be handled out of band. cheers, JW- > > Thanks very much for your time, > > -mjc > > Juergen Weigert wrote: > > Uh, > > difficult matter > > > &g

[screen-devel] screen-fastexit.patch

2009-05-31 Thread Juergen Weigert
Hi team! Small and hopefully nonintrusive patch for an added feature I'd like to see in screen. I failed to locate a working git repository. Is savannah dead? Using an old checkout of mine, I created a patch the old fashionned way. -- see attached. thanks, Jw -- o \ Juergen We

Re: [screen-devel] Why not nonblock by default?

2009-03-13 Thread Juergen Weigert
--BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkmwzgcACgkQ7M8hyUobTrFz+gCeKz4yrI3vKXtn7qNGDAqjQuwa > zt0An2PFL16JIh0YKw9Eprgi05kGHFzy > =tg2P > -END PGP SIGNATURE- >

Re: [screen-devel] [PATCH] Fixing configure script and removing LOTS of GCC warnings on HP-UX

2008-11-11 Thread Juergen Weigert
ms -- at least for the actual sizes strings happen to have in screen. I'd recommend to treat it the same as K&R prototypes: historical baggage. cheers, Jw. -- o \ Juergen Weigert unix-software __/ _===.

Re: [screen-devel] new ideas for screen

2008-10-26 Thread Juergen Weigert
nly part of the window name, instead of doing > " and searching through the list.. Try ' Check out the 'select' command in the manual for details. cheers, Jw. -- o \ Juergen Weigert unix-software __/ _===.===_

Re: [screen-devel] refactor

2008-10-05 Thread Juergen Weigert
inlined shell script as it currently is. I am guilty for that.) > Agreed. I'd say it's not a priority for 4.1.0, just leave it for when we > add automake (assuming Juergen is agreeable to that move). If you have sufficient knowledge for automake, go for it. I had a hard time to d

Re: [screen-devel] [PATCH] Make RC_OTHER always choose some other

2008-09-19 Thread Juergen Weigert
mand would respond with "This IS window (n)" -- Never seen that happen. > Also, I'm wondering whether it's still important to check whether > D_other is null, as in the - line. I applied the patch and couldn't seem > to get it to crash, but I'd

[screen-devel] Re: Man-writing volunteers?

2008-08-13 Thread Juergen Weigert
n and texinfo, - bring them back in sync - (later) find a tool to generate both from one source right? cheers, JW. -- o \ Juergen Weigert unix-software __/ _===.===_ | [EMAIL PROTECTED] creator__/_---|___

[screen-devel] Re: Man-writing volunteers?

2008-08-12 Thread Juergen Weigert
fied to allow arbitrary sections to be transmitted (it only allows > > the standard ones, currently). > > Or use asciidoc or txt2tags, etc. I like that plan! cheers, Jw. -- o \ Juergen Weigert unix-sof

Re: [screen-devel] Screen feature request

2008-07-31 Thread Juergen Weigert
ttached) 3277.remote (Detached) 2 Sockets in /var/run/uscreens/S-jw. $ cheers, Jw. -- o \ Juergen Weigert unix-software __/ _===.===_ | [EMAIL PROTECTED] creator__/_---|\/ \ |

Re: [screen-devel] Screen documentation

2008-07-11 Thread Juergen Weigert
so that you have to know both. Hyperlinks have their use, though, I wish nroff would allow them. cheers, Jw. -- o \ Juergen Weigert unix-software __/ _===.===_ | [EMAIL PROTECTED]

Re: [screen-devel] ctrl-c Bug? :-)

2008-06-24 Thread Juergen Weigert
atch is harmless, but indicates that tty initialization on OpenBSD fails. cheers, Jw. -- o \ Juergen Weigert paint it green! __/ _===.===_ | [EMAIL PROTECTED]__/_---|\/ \ | 0911 74053-508 (tm)__/ (/

Re: [screen-devel] screen maintainer?

2008-06-13 Thread Juergen Weigert
enjoyed the freedom of copy/paste-ing GPL code across projects, so I'd like to show my gratitude by allowing others exactly the same. Is this a plausible point of view? thanks, Jw. PS: The only other issue I have with GPLv3 is its size. :-) -- o \ Juergen Weiger

Re: [screen-devel] screen maintainer?

2008-06-12 Thread Juergen Weigert
n private repository, until you can be sure of the work I'm doing > ;) ...then again, VCSses are VCSses, and so crap can always be backed > out. :) > > - -Micah > > Juergen Weigert wrote: > > Okey dokey, > > > > Thank you Micah for volunteering! > > I am ready t

Re: [screen-devel] screen maintainer?

2008-06-12 Thread Juergen Weigert
to say "Agreed. Done."? thanks, Jw. On Jun 11, 08 22:13:59 -0700, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Juergen Weigert wrote: > > On Jun 12, 08 12:59:46 -0500, Karl Berry wrote: > >> And othe

Re: [screen-devel] screen maintainer?

2008-06-11 Thread Juergen Weigert
svn and care for regular releases. Micha, am I beyond the point? cheers, Jw. -- o \ Juergen Weigert unix-software __/ _===.===_ | [EMAIL PROTECTED] creator__/

Re: [screen-devel] Re: LD_LIBRARY_PATH is not exported to subshells

2008-01-16 Thread Juergen Weigert
H if screen itself still sees it. I'd suspect that some bashrc magic cheers, Jw. -- o \ Juergen Weigert paint it green! __/ _===.===_ | [EMAIL PROTECTED] wide open suse_/_---|