Re: preserving splitted windows

2008-01-22 Thread Michael Schroeder
On Tue, Jan 22, 2008 at 12:08:24AM +0100, Alex K wrote: > Is there any way splitted windows could be preserved across sessions? > If I split a window, then detach and reattach the session, all my > splittings are lost. We're working in that feature... Cheers, Michael. -- Mic

Re: Hard status line in vertical split mode.

2007-09-21 Thread Michael Schroeder
e patched to use those sequences as well. That would be in the ScrollV() function in display.c. It currently checks if the xs/xe values cover the complete terminal width (by comparing them to vpxmin/vpxmax), if that's not the case it refreshes the area. Cheers, Michael. -- Michael Schroeder

Re: Hard status line in vertical split mode.

2007-09-19 Thread Michael Schroeder
On Thu, Sep 13, 2007 at 11:01:04PM -0400, cga2000 wrote: > On Wed, Sep 12, 2007 at 12:31:58PM EDT, Michael Schroeder wrote: > > On Tue, Sep 11, 2007 at 11:22:24PM -0400, cga2000 wrote: > > > I had a couple more questions about vertical split & caption/status > > > li

Re: Hard status line in vertical split mode.

2007-09-12 Thread Michael Schroeder
rs: 0-7: black, red, green, yellow, blue, purple, cyan, gray. 8-f: same colors, but in "bright" mode. f is white. So "70" means black on gray, "71" would be red on gray. >Is there any reason I would want to do so? Would they provide >additional functionality? Nope, same functionality. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Hard status line in vertical split mode.

2007-09-11 Thread Michael Schroeder
indow" and the right-most part of it is truncated. The hardstatus always covers the complete width of the terminal, are you mixing it up with the window caption? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())put

Re: Development forum?

2007-05-29 Thread Michael Schroeder
en if that's > so, some of the fault probably lies with screen, in mishandling the > situation and sending NULs that it clearly is not receiving, and that > have nothing to do with terminfo values. Maybe 'kb' is bound to something. Try '^A:bindkey' and '^A

Re: Re : Re : New screen features available

2007-05-29 Thread Michael Schroeder
window. If I go > to next window, I would see a 2x1 layout. ^a next > would show me a 4x4 layout. ^a next would bring me > back to the single window layout. Sounds to me like it is exactly what the layout code does. You just have to bind ^A to "layout next" and create three l

Re: Re : New screen features available

2007-05-23 Thread Michael Schroeder
put the windows from your groups on them. Or do you need something different? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-u

Re: Screen and Linux box characters

2007-05-03 Thread Michael Schroeder
ry somehow, what is the output of 'infocmp' before you start screen and in screen? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing

Re: Multibyte characters in the Hardstatus line

2007-04-23 Thread Michael Schroeder
the upper bits. To fix this bug we'd have to change the way the string gets stored. Note that we can't just simply transcode to the display's encoding, as the window may be displayed on multiple displays with different encodings... Cheers, Michael. -- Michael Schroeder

Re: New screen features available

2007-03-08 Thread Michael Schroeder
gurable, so you can then put any color codes in it that you like. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org

Re: New screen features available

2007-03-05 Thread Michael Schroeder
creen is > involved. Yes, currently a vertical split is expensive. As screen doesn't use any special "region-scrolling" functions of the terminals it has to do lots of refreshes. I hope to fix that soon (at least for xterm). Cheers, Michael. -- Mic

Re: Auto-logging does not start for detached session

2007-02-19 Thread Michael Schroeder
ession. This is because screen doesn't know which window to use for the 'exec' command. Add '-p 0' and it should work. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} _

Re: cursor movement patch

2007-02-19 Thread Michael Schroeder
her than a target.) I'll try to find it. Thanks, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: New screen features available

2007-02-09 Thread Michael Schroeder
On Fri, Feb 09, 2007 at 02:07:14PM -0500, Aaron Davies wrote: > On 2/9/07, Michael Schroeder > <[EMAIL PROTECTED]> wrote: > >On Thu, Feb 08, 2007 at 07:40:50PM -0500, Phil!Gregory wrote: > >> > - vertical split, complete with resizing > >> > >> I&#

Re: New screen features available

2007-02-09 Thread Michael Schroeder
hen get an a-umlaut by pressing ^A:a, an o-umlaut by pressing ^A:o and so on (so you have created an "umlaut" command). That's also why the old table has: s " -> LATIN SMALL LETTER SHARP S (German) So it probably

Re: New screen features available

2007-02-09 Thread Michael Schroeder
;s just a matter of setting up the "viewports" in the "canvas". Compile screen with -DHOLE to get another example of a non-standard layout. How about the other screen users? Do you think it's worth to implement something like this? Cheers, Michael. -- Michael Schroed

Re: File descriptors and screen and you

2007-02-08 Thread Michael Schroeder
e) - some code using sockets (complicated) - using /proc// to access the file descriptors of your process. But that's not very portable. Something like: open my $SCREEN, qq{screen -t 'Child $$' sh -c "tty >/proc/\$\$/fd/1 ; sleep 100" ; sleep 10 |}

Re: New screen features available

2007-02-07 Thread Michael Schroeder
so on. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

New screen features available

2007-02-06 Thread Michael Schroeder
our ~/.screenrc. If you need a new Desktop, do "^A:layout new Desktop2". You can then use "layout next" to switch between both layouts. So, feedback welcome. You probably have a lot of suggestions and enhancement requests. Sorry that development is a bit slow at the mome

Re: terminal devices left open after logging out

2006-11-15 Thread Michael Schroeder
screen session. Any > daemons running are started at bootup, and don't have anything to do with > login users. Could be a bug in screen's utmp handling. What OS are you running? Thanks, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(

Re: how is zmodem used with GNU screen?

2006-11-13 Thread Michael Schroeder
;sz " on the host. Screen will intercept the zmodem sequences and prompt you with a "rz" prompt. You just confirm this by pressing return and the file will get transfered. Cheers, Michael. -- Michael Schroeder [E

Re: Screen does not recode the input.

2006-11-13 Thread Michael Schroeder
get recoded? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Bash 3.1 and login shells

2006-10-23 Thread Michael Schroeder
sh? It should work if you compile bash with NON_INTERACTIVE_LOGIN_SHELLS defined. I don't think this has changed between bash-3.0 and bash-3.1, though. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} __

Secfix release for screen: screen-4.0.3

2006-10-23 Thread Michael Schroeder
tring to a window. The fixed version is (as usual) available via: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.3.tar.gz Credits go to cstone & Rich Felker for finding the bugs. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())put

Re: Tab bar

2006-10-13 Thread Michael Schroeder
on such a "tab bar"? Do not use screen 0, start with screen 1 instead. Make ^A0 switch to window 10 instead of 0. (e.g. put bind c screen 1 bind 0 select 10 screen 1 at the end of your ~/.screenrc file) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(

Re: New Screen capabilities using Screenwm

2006-10-09 Thread Michael Schroeder
On Mon, Oct 09, 2006 at 04:45:48PM +0200, Michael Schroeder wrote: > FYI: I'm just adding vertical split support to screen. Seems to > work fine, what's currently broken is the "resize" command. And yes, this means that we'll release screen-4.01 this year...

Re: New Screen capabilities using Screenwm

2006-10-09 Thread Michael Schroeder
s you to treat multiple local and remote > Screen sessions as a single seamlessly integrated session. > > Anyway, check it out if you're interested at: > >http://sourceforge.net/projects/screenwm Sounds nice, I'll have a look at it. Cheers, Michael. -- Michael Schroede

Re: Using screen's su command to attach to somebody else's lost session

2006-09-22 Thread Michael Schroeder
live > connection so when another driver jumps on the original forklift the two > drivers will be fighting for control of the one session. How can I tell > if an "Attached" session is the result of a dropped radio link or if it > is live? If "screen -ls" prints &quo

Re: screen -m -d breaks backspace

2006-09-06 Thread Michael Schroeder
OS 4.1.3 a long time ago). Those settings have erase=\177 and kill=\b, they are hardcoded in tty.sh. Maybe Debian changed them in the update. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} __

Re: Always give bell msg

2006-08-23 Thread Michael Schroeder
is if it would make sense to extend the bell/activity/silence message handling by allowing any screen command, instead of just showing a message. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}

Re: Sending command to a detached screen

2006-08-21 Thread Michael Schroeder
f exit ' If you want to kill the window, use: screen -S kamal -X kill If you want to kill screen, use: screen -S kamal -X quit Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}

Re: avoiding warning message and delay in "macro"

2006-08-21 Thread Michael Schroeder
t in window "data". > But I want to use the same keystrokes even if I am in the data > window. But then I get the error message "This IS window ..." > and an irritating 1 sec pause. If you don't mind the extra refresh you can use: bind r eval 'select -&

Re: vim syntax highlighting does not work in screen

2006-08-21 Thread Michael Schroeder
y emulation. Screen has to fiddle with the emulation because it supports reattach from different terminal types. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ s

Re: script to run screen with multiple telnet windows?

2006-06-21 Thread Michael Schroeder
ht, that one liner patch is not enough. Sorry, I confused it with a similar bugfix. But try screen -S test -p one -X stuff "ls `echo -ne '\015'`" instead, there's no need to use the 'at' command. Cheers, Michael. -- Michael Schroeder

Re: Showing /dev/tty12 (or similar) syslog output in screen window

2006-06-21 Thread Michael Schroeder
;s even a bit worse, only root can do TIOCCONS on linux: static int tioccons(struct file *file) { if (!capable(CAP_SYS_ADMIN)) return -EPERM; The way it is done in other UNIXes makes much more sense, see e.g. the SRIOCSREDIR ioctl in solaris. Cheers, Mi

Re: Showing /dev/tty12 (or similar) syslog output in screen window

2006-06-20 Thread Michael Schroeder
minal /dev/tty12 > >> (or similar) in a window in screen? > > >Not entirely sure but I don't think that is possible. > > Probably not, no, but as I don't know I asked. If it's just console output you're looking for you can try 'console on&#x

Re: script to run screen with multiple telnet windows?

2006-06-20 Thread Michael Schroeder
On Tue, Jun 20, 2006 at 10:42:32AM -0300, Germn Gutirrez wrote: > Thanks for the info, is that a known bug or does it have to be reported? It's obviously known ;-) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*

Re: script to run screen with multiple telnet windows?

2006-06-20 Thread Michael Schroeder
> > Msg('-X: at: display required') (0); > > So, the display is required in the code. May be this can be set in the > screenrc file, any clues? No, it's a bug in screen. Delete the NEED_DISPLAY in line 56 of comm.c (the line for the "at" command). Chee

Re: script to run screen with multiple telnet windows?

2006-06-19 Thread Michael Schroeder
#x27;d really like to avoid > having lots of old screenrc temp files lying around. > > Does anyone have any suggestions on how to solve this problem? You can also write a tmp file and then use screen -S screen_cons -X source to source it. You won't have the reattach problem this way. Chee

Re: Supressing Flow Control?

2006-05-19 Thread Michael Schroeder
rything fails, add "defflow off" to your ~/.screenrc file. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gn

Re: attaching detached sessions to the current one

2006-05-16 Thread Michael Schroeder
can be implemented. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: attaching detached sessions to the current one

2006-05-16 Thread Michael Schroeder
n would have to send the file discriptors of the windows from the old session to the new one. Unix domain sockets may provide this functionaltity. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|

Re: Backspace/Delete Issues?

2006-05-15 Thread Michael Schroeder
ranslated. Not portably usable by apps. But [backspace]? Actually this is a missing feature: screen should translate all of the stty settings. Not implemented yet, though. We currently hope that the stty setting used when screen was started is the same when the user reattaches. Cheers, Michael. -- M

Re: Backspace/Delete Issues?

2006-05-12 Thread Michael Schroeder
ation. Actually I don't know a single application that looks at kbs. The right way is to check the ERASE stty setting. You should check for some bogus 'bindkey -k kb ...' line in the system screenrc file and the .screenrc in your home directory. Cheers, Michael. -- Michael Schroe

Re: Xterm OSC not working inside screen

2006-05-08 Thread Michael Schroeder
to screen, the \007 ends the sequence for the xterm. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: creating command aliases

2006-04-24 Thread Michael Schroeder
ODO list for a long time, but it's still not implemented. Sorry, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: colors #8-16 are not bright

2006-03-28 Thread Michael Schroeder
dd termcapinfo putty* XT to your ~/.screenrc. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.o

Re: screen on 256 color xterm

2006-03-27 Thread Michael Schroeder
tially break something? No, it can't break things, but it needs a little bit more memory. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing

Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-20 Thread Michael Schroeder
hat do you folks think, shall we release an "interim" version where some of the things we wanted in the next release are still missing? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar

Re: Programs run in screen freeze up if my SSH session lags

2006-02-06 Thread Michael Schroeder
x27;t want to detach from screen because I want to see what the > program's doing (when I'm not lagged out). Maybe the 'nonblock' and 'defnonblock' commands help here. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] ma

Re: termcap-query feature

2006-02-02 Thread Michael Schroeder
On Thu, Feb 02, 2006 at 09:58:15AM -0600, Aaron Griffin wrote: > On 2/1/06, Michael Schroeder > <[EMAIL PROTECTED]> wrote: > > A screen-256color terminfo entry is probably the way to go... > > And possibly a screen-88color terminfo entry too... urxvt and a > handful

Re: termcap-query feature

2006-02-01 Thread Michael Schroeder
rm understands more colors. The other part is to tell the applications that screen knows them. A screen-256color terminfo entry is probably the way to go... Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} __

Re: termcap-query feature

2006-02-01 Thread Michael Schroeder
ces. Vim currently checks if $TERM eq 'xterm' and does a version query to check if the xterm version if new enough. vim should be patched to be able to deal with screen. Hmm, maybe screen should also be patched to try a xterm query. But AFAIR default xterm doesn't support it. Che

Re: problems with 'screen -md'

2006-01-13 Thread Michael Schroeder
windowlist commands are ignored because windowlist is marked as "NEED_DISPLAY" in comm.c by mistake. "source foo" should work. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: How do I get a windowlist to STDOUT?

2006-01-09 Thread Michael Schroeder
think any of the commands actually output to > stdout when run from the command line. Might be a nice thing to hack > in though. You can use 'screen -X writebuf ' to dump the copy buffer into a file. If you need stdout dump the content into a tempfile and write the tempfile to st

Re: reset

2005-12-30 Thread Michael Schroeder
o, currently you can only "reset" screen's internal window state. > I had to quit screen completely to recover. Detaching and reattaching should also help. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())put

Re: vertical split

2005-12-18 Thread Michael Schroeder
f I should wait for a complete implementation or not. What are your feelings about this? > The more I get into this code, the more I like it. It's a very nice > design. Thanks! Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: fFtT implementation

2005-12-18 Thread Michael Schroeder
Btw, here's the current status: On Sun, Dec 18, 2005 at 04:38:36PM +0100, Michael Schroeder wrote: > Planned features for the next release: > > - sending the tty file descriptor from the frontend to the > backend over the unix domain socket, so you won't get error >

Re: vertical split

2005-12-18 Thread Michael Schroeder
n screen reight away. You have to add resizing, stacking and the like. Just habe a look at vim. (And please don't use EXIT_FAILURE/EXIT_SUCCESS, we're all using unix here. I much prefer 0/-1) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main

Re: plans

2005-12-18 Thread Michael Schroeder
y in "HEAD". Micha. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen-devel

2005-12-18 Thread Michael Schroeder
On Mon, Dec 19, 2005 at 12:42:10AM +0900, pclouds wrote: > On 12/19/05, Michael Schroeder > <[EMAIL PROTECTED]> wrote: > > On Sat, Dec 17, 2005 at 08:30:09PM +0900, pclouds wrote: > > > I'v read somewhere that screen has stopped development, only > > >

Re: screen-devel

2005-12-18 Thread Michael Schroeder
On Sat, Dec 17, 2005 at 08:30:09PM +0900, pclouds wrote: > I'v read somewhere that screen has stopped development, only > maintainance. Is it true? No! Who says such things? Micha. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/

Re: fFtT implementation

2005-12-18 Thread Michael Schroeder
x domain socket, so you won't get error messages after an 'su' to a different user. - creating a little suid-root multiuser helper, so that multiuser mode doesn't need the big screen binary to be suid-root. - a couple of minor improvements

Re: [Fwd: Re: fFtT implementation]

2005-12-16 Thread Michael Schroeder
uded? Depends on the patch. If it is not too ugly, then yes. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://

Re: screen-users Digest, Vol 249, Issue 1

2005-11-09 Thread Michael Schroeder
iletime that you want > either at the top or the > bottom but both I couldn't find.. There's TOPSTAT in config.h, which moves the status line to the top. But you can't have a status line both on top and the bottom of the screen with the current code. Cheers, Michael. -- Michael

Re: unknown terminal "screen.linux"

2005-10-28 Thread Michael Schroeder
"screen.linux" Uh huh. The Fedora guys are strange. Try: mkdir /usr/share/terminfo/s/screen-backup mv /usr/share/terminfo/s/screen.* /usr/share/terminfo/s/screen-backup I don't see why you would need those extra terminfo entries. Cheers, Michael. -- Michael Schroede

Re: putty+ssh+screen = auto resizing?

2005-10-05 Thread Michael Schroeder
#x27; aka termcap 'is' string. You can use screen's termcapinfo command to set it to a string without the resize part. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}

Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)

2005-09-28 Thread Michael Schroeder
to_get something (e.g. fetchmail -c) > echo something > sleep some time > done It should work if you use just echo, as this is a shell builtin. If that 'echo something' is an external command or a pipe you have to use 'echo something || exit 1'. How exactly does the

Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)

2005-09-28 Thread Michael Schroeder
ager. Du you check the exit status of your commands? Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: X cut and paste

2005-09-20 Thread Michael Schroeder
a functionality and screen won't complile with some older compilers anymore. It's the same thing as throwing out support for old OSes, it's just a bunch of ifdefs that doesn't hurt much. Cheers, Michael. -- Michael Schroeder [EMAIL

Re: X cut and paste

2005-09-20 Thread Michael Schroeder
On Mon, Sep 19, 2005 at 09:56:02AM -0500, Aaron Griffin wrote: > On 9/19/05, Xavier Nicollet <[EMAIL PROTECTED]> wrote: > > Le 15 septembre 2005 ? 19:26, Michael Schroeder a ?crit: > > > Now that's a good question. I'd love to spend much time for screen, > >

Re: X cut and paste

2005-09-20 Thread Michael Schroeder
On Thu, Sep 15, 2005 at 12:51:38PM -0500, Aaron Griffin wrote: > On 9/15/05, Michael Schroeder > <[EMAIL PROTECTED]> wrote: > > Planned features for the next release: > > - maybe vertical split, if I still have some time left. > > Hooray! Out of morbid curiosity,

Re: X cut and paste

2005-09-15 Thread Michael Schroeder
fter an 'su' to a different user. - creating a little suid-root multiuser helper, so that multiuser mode doesn't need the big screen binary to be suid-root. - a couple of minor improvements, like the input buffer problem. - maybe vertical split, if I still have some time left. Cheers, M

Re: X cut and paste

2005-09-15 Thread Michael Schroeder
to another host and try to > paste text into vi, there's a lot of text loss. It happens with rlogin as > well. This happens when screen's input buffer is full. Known problem. I'll try to fix it in the next version of screen. Cheers, Michael. -- Michael Schroeder

Screen Problem (fwd)

2005-08-22 Thread Michael Schroeder
Let's ask screen-users@gnu.org if somebody with HPUX experience knows what's going on here. Cheers, Michael. - Forwarded message from Carlos Vanegas <[EMAIL PROTECTED]> - > I installed screen-4.0.2 in HP-UX 11.11 (in format depot) and I ran > screen very good the last Thursday , I m

Re: Multiple screen -X commands "fast" after eachother fail

2005-08-17 Thread Michael Schroeder
to close and reopen the pipe to clear the EOF status. If the second 'screen -X' is fast enough it will write to the old pipe and thus get lost. You can either 1) recompile screen to use unix domain sockets, or 2) recompile screen with BROKEN_PIPE defined in config.h, or 3) use the 'e

Re: Window resizing and F10 not working

2005-08-16 Thread Michael Schroeder
On Fri, Aug 12, 2005 at 10:26:08AM -0700, Trebor Sreyb wrote: > --- Michael Schroeder > <[EMAIL PROTECTED]> wrote: > > > Okay, start screen and press ^V F10 (^V is Control > > V). Then do 'infocmp screen' and check if the kf10 > > entry matches this s

Re: Window resizing and F10 not working

2005-08-12 Thread Michael Schroeder
, start screen and press ^V F10 (^V is Control V). Then do 'infocmp screen' and check if the kf10 entry matches this string (\E is ^[). (The string should be "^[[21~", btw.) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=

Re: Window resizing and F10 not working

2005-08-12 Thread Michael Schroeder
try is wrong, it should probably read WS=\E[8;%p1%d;%p2%dt'. If the codes are always the same we wouldn't need two different commands...) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Few feature requests

2005-08-01 Thread Michael Schroeder
%-F or %!F to expand to true when a window does *not* have > focus. This would allow the following types of sequences: > "%?%F%:non-focused window string escapes%?" > "%?%-F%:focused window string escapes%?" This is acually already

Re: Interesting things found in ncurses that affect screen

2005-07-18 Thread Michael Schroeder
On Mon, Jul 18, 2005 at 07:37:58AM -0400, Thomas Dickey wrote: > On Mon, 18 Jul 2005, Michael Schroeder wrote: > > >On Mon, Jul 18, 2005 at 06:25:24AM -0400, Thomas Dickey wrote: > >>The code's doing what it is intended: when screen is running in UTF-8 > >>mode,

Re: Interesting things found in ncurses that affect screen

2005-07-18 Thread Michael Schroeder
ce was a version of screen that ignored termcap information, but this got changed a long time ago... Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users

Re: Interesting things found in ncurses that affect screen

2005-07-18 Thread Michael Schroeder
e screen. Is there actually a valid reason for ncurses to do this > test? Don't ask me, I'm not aware of any problems screen has with UTF-8. Maybe Thomas Dickey, the ncurses author, can shed some light on this. (CC to [EMAIL PROTECTED]) Cheers, Michael. -- Michael Schroeder

Re: Setting an escape character on the command line'

2005-06-28 Thread Michael Schroeder
$SYSSCREENRC, I would expect the > effect from both within and without screen to be the same. Setting the escape character does an implicit bind for the "other" and "meta" command. It's just a problem of the order: if you do it in screen, the screenrc file is already pro

Re: Locking screen

2005-06-28 Thread Michael Schroeder
uld change the code so that the password query is done by the backend, but what happens if the backend dies (e.g. because you attached from somewhere else and killed the session)? In that case the frontend must not fall back into a shell. With other words, it is doable, but it's not a sim

Re: Setting an escape character on the command line

2005-06-28 Thread Michael Schroeder
as to quit screen and so many users complained about killing their precious session by mistake. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users ma

Re: screendump of screen

2005-06-20 Thread Michael Schroeder
On Sun, Jun 19, 2005 at 07:39:09PM +0200, Michael Schroeder wrote: > 2) font > > the font information is basically just the ISO-2022 character > set numbers plus some extensions. 0x00 is always the "default" > font. > > size 94: > 0x30 (0) Alte

Re: screendump of screen

2005-06-19 Thread Michael Schroeder
lace to store the most significant byte. I.e.: utf8char = image | (font << 8) Combining characters are recoded to the range 0xd800-0xdfff. The real string is stored in the "combchars" array. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getcha

Re: screendump of screen

2005-06-10 Thread Michael Schroeder
oesn't dump colors/fonts/atrributes. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailm

Re: screen with 256 color xterm

2005-05-19 Thread Michael Schroeder
|xterm-xmc|xterm alias:sg#1:tc=xterm: In other words, they don't support the color codes. But maybe your termcap contains different entries. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} __

Re: SSH timeout causes screen hang

2005-04-25 Thread Michael Schroeder
On Mon, Apr 25, 2005 at 09:08:42AM -0400, Andy Goth wrote: > On Mon, Apr 25, 2005 at 12:23:12PM +0200, Michael Schroeder wrote: > > Pressing ^S ^A ESC will hang screen (on linux). > > Yes, that works. Hehehe, what a funny definition of work. > > Now I know what to avo

Re: SSH timeout causes screen hang

2005-04-25 Thread Michael Schroeder
ut reconnecting doesn't cause failure to reattach. But I have seen > hang on reattach before, so I must have the problem in some form. Pressing ^S ^A ESC will hang screen (on linux). Cheers. Micha. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_

Re: SSH timeout causes screen hang

2005-04-22 Thread Michael Schroeder
, only a workaround. The real fix is to change the Msg() implementation so that it doesn't need the Flush(). Actually, all calls to Flush should be removed... Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~

Re: screen with 256 color xterm

2005-04-21 Thread Michael Schroeder
screen doesn't > change that. Would be very nice to have this under screen since my vim > colorscheme needs 256 colors. You have to define COLORS256 in config.h... Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar

Re: "set mouse=a" in vim doesn't work in screen

2005-04-21 Thread Michael Schroeder
se=xterm2' should do the trick. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: MakeTermcap weirdness

2005-03-29 Thread Michael Schroeder
completely different. xterm & vim do it right, vim uses an escape sequence to ask xterm about its capabilities. In other words, the terminfo entry should be stored inside of the terminal. (A first step would be if tools like ssh would "forward" the terminfo entry if one logs into

Re: omit current window on scroll in split-screen -> scroll through windows in history order

2005-03-20 Thread Michael Schroeder
apple." The normal select command (aka ^a') already works with prefixes, i.e. ^A'ap will switch to window "apple". You're suggesting a search funktion for window lists. Yes, would be nice, and it was requested by some uther users as well... Cheers, M

Re: screen screws up my emacs F# key bindings

2005-03-09 Thread Michael Schroeder
een? Mine is > > "xterm" and I am using the UTF-8 character set (this is in PuTTY). > > After starting screen, here's the terminal information: > > TERM=screen > TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\ > > Is that useful? Hmm,

Re: omit current window on scroll in split-screen

2005-03-04 Thread Michael Schroeder
t; selected in the bottom. Good idea, I'll implement this. (Or does somebody else object to this proposal?) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ sc

  1   2   >