Re: [Gterm-discuss] GTerm color and tab bug
Brought to you by:
theosib
From: Jörg S. <joe...@we...> - 2002-12-18 18:16:31
|
On Tue, 17 Dec 2002 15:01:36 -0800 (PST) Timothy Miller <th...@ya...> wrote: > I did an update and built it. The first thing I did was "ls", and it > messed up badly. > > What I see in gnome-terminal is this: > > actions.cpp Makefile pseudo_openpty.hpp vt52_states.cpp > actions.o Makefile.config pseudo_unix98.cpp vt52_states.o > CVS Makefile.depend pseudo_unix98.hpp xintfc.cpp > gterm pseudo_classic.cpp README xintfc.doc > gterm.cpp pseudo_classic.hpp setupcvs xintfc.hpp > gterm.doc pseudo.cpp states.cpp xintfc.o > gterm.hpp pseudo.hpp states.o xkeys.cpp > gterm.o pseudo.o utils.cpp xkeys.o > libgterm.a pseudo_openpty.cpp utils.o > > Note: CVS is in blue, gterm is in green. > > What it looks like in gterm is this: > > actions.cpp Makefile pseudo_openpty.hpp vt52_states.cpp > actions.o Makefile.config pseudo_unix98.cpp vt52_states.o > CVS Makefile.depend pseudo_unix98.hpp xintfc.cpp > gterm pseudo_classic.cpp README xintfc.doc > gterm.cpp pseudo_classic.hpp setupcvs xintfc.hpp > gterm.doc pseudo.cpp states.cpp xintfc.o > gterm.hpp pseudo.hpp states.o xkeys.cpp > gterm.o pseudo.o utils.cpp xkeys.o > libgterm.a pseudo_openpty.cpp utils.o > > There seems to be something wrong with handling of colors and tabs. My > TERM environment variable is set to 'xterm'. > Under FreeBSD I can't reproduce this with xterm vs. gterm and TERM=xterm. The output of "ls -G" looks right and is almost identical (different bg color, didn't customize xterm). Does it work with the old revision of gterm.cpp? But I get similiar result with TERM=vt100 which is really strange. Joerg > --- J_rg Sonnenberger <joe...@we...> wrote: > > Hi all, > > can you verify the last change to gterm.cpp (1.3->1.4) didn't break > > something? > > It should fix a failed assertion in vttest (double width section). > > The problem is > > move_cursor calling changed_line with the old cursor position > > off-screen. > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Gterm-discuss mailing list > Gte...@li... > https://lists.sourceforge.net/lists/listinfo/gterm-discuss |