Re: screen with 256 color xterm

2005-04-21 Thread Michael Schroeder
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(~_-1/(~(_|32)/13*2-11)*13

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, it ignores the termcap information, only

Re: Multiple screen -X commands fast after eachother fail

2005-08-17 Thread Michael Schroeder
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 'eval' command and only one 'screen -X' call. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main

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 made

Re: X cut and paste

2005-09-15 Thread Michael Schroeder
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 [EMAIL PROTECTED] main(_){while(_=~getchar

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, what would be the implications

Re: X cut and paste

2005-09-20 Thread Michael Schroeder
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 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
) 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 script look like? Cheers, Michael. -- Michael Schroeder

Re: unknown terminal screen.linux

2005-10-28 Thread Michael Schroeder
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 Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar

Re: vertical split

2005-12-18 Thread Michael Schroeder
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(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

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 messages after an 'su

Re: reset

2005-12-30 Thread Michael Schroeder
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())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: How do I get a windowlist to STDOUT?

2006-01-09 Thread Michael Schroeder
to hack in though. You can use 'screen -X writebuf filename' to dump the copy buffer into a file. If you need stdout dump the content into a tempfile and write the tempfile to stdout. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1

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 of others support 88 colors (who

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

2006-02-06 Thread Michael Schroeder
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] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: screen on 256 color xterm

2006-03-27 Thread Michael Schroeder
memory. 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: colors #8-16 are not bright

2006-03-28 Thread Michael Schroeder
* 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.org/mailman/listinfo/screen

Re: Backspace/Delete Issues?

2006-05-12 Thread Michael Schroeder
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 Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: Supressing Flow Control?

2006-05-19 Thread Michael Schroeder
~/.screenrc file. 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: Showing /dev/tty12 (or similar) syslog output in screen window

2006-06-20 Thread Michael Schroeder
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'... Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar

Re: script to run screen with multiple telnet windows?

2006-06-21 Thread Michael Schroeder
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 [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: vim syntax highlighting does not work in screen

2006-08-21 Thread Michael Schroeder
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);} ___ screen-users mailing list

Re: Sending command to a detached screen

2006-08-21 Thread Michael Schroeder
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);} ___ screen-users mailing list screen-users@gnu.org http

Re: Always give bell msg

2006-08-23 Thread Michael Schroeder
/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);} ___ screen-users mailing

Re: screen -m -d breaks backspace

2006-09-06 Thread Michael Schroeder
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);} ___ screen-users mailing list screen

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

2006-09-22 Thread Michael Schroeder
session is the result of a dropped radio link or if it is live? If screen -ls prints Attached then screen never received a hangup, so there is no way to detect if it is dropped or still alive. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar

Re: Tab bar

2006-10-13 Thread Michael Schroeder
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(_){while(_=~getchar

Secfix release for screen: screen-4.0.3

2006-10-23 Thread Michael Schroeder
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())putchar(~_-1

Re: Bash 3.1 and login shells

2006-10-23 Thread Michael Schroeder
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);} ___ screen-users mailing list screen-users@gnu.org http

Re: Screen does not recode the input.

2006-11-13 Thread Michael Schroeder
, 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 is zmodem used with GNU screen?

2006-11-13 Thread Michael Schroeder
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 [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: terminal devices left open after logging out

2006-11-15 Thread Michael Schroeder
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(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

New screen features available

2007-02-06 Thread Michael Schroeder
. So, feedback welcome. You probably have a lot of suggestions and enhancement requests. Sorry that development is a bit slow at the moment due to not enough spare time... Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11

Re: New screen features available

2007-02-07 Thread Michael Schroeder
, 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: File descriptors and screen and you

2007-02-08 Thread Michael Schroeder
$$' sh -c tty /proc/\$\$/fd/1 ; sleep 100 ; sleep 10 |} (The sleep 10 is needed to keep the process alive long enough.) Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: New screen features available

2007-02-09 Thread Michael Schroeder
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 Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar

Re: New screen features available

2007-02-09 Thread Michael Schroeder
it probably makes sense to make this configurable and ship screen with both tables. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} ___ screen-users mailing list screen

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'll compile and play with the new code a bit later tonight to see

Re: New screen features available

2007-03-05 Thread Michael Schroeder
-scrolling functions of the terminals it has to do lots of refreshes. I hope to fix that soon (at least for xterm). Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13

Re: Multibyte characters in the Hardstatus line

2007-04-23 Thread Michael Schroeder
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 [EMAIL PROTECTED] main(_){while

Re: Re : Re : New screen features available

2007-05-29 Thread Michael Schroeder
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 SPACE to layout next and create three layouts. Cheers, Michael. -- Michael Schroeder

Re: Development forum?

2007-05-29 Thread Michael Schroeder
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:bindkey -d'. Cheers, Michael. -- Michael Schroeder

Re: Hard status line in vertical split mode.

2007-09-11 Thread Michael Schroeder
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())putchar(~_-1/(~(_|32)/13*2-11)*13

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 lines: 1. After I do a vertical

Re: Hard status line in vertical split mode.

2007-09-21 Thread Michael Schroeder
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 [EMAIL PROTECTED] main