* Re: [kde] kde konsole color settings in terminal
[not found] <82fa9e310901121335p4bd1e223x8eea1881c0add364@mail.gmail.com>
@ 2009-01-12 22:18 ` Boyd Stephen Smith Jr.
2009-01-12 22:30 ` mark
0 siblings, 1 reply; 2+ messages in thread
From: Boyd Stephen Smith Jr. @ 2009-01-12 22:18 UTC (permalink / raw)
To: mark; +Cc: kde, git
[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]
On Monday 2009 January 12 15:35:08 mark wrote:
>i am using kde konsole, and i am getting weird output for colors, for
>example for git log i get the following output
>
>git log
>ESC[33mcommit 8b918256d944221f741e5d7300873810e31466a6ESC[m
Looks like konsole isn't interpreting the color codes. However, it also looks
like git doesn't use termcap/terminfo/etc. to determine the correct way to
write colors for your terminal and just defaults to ANSI.
Do you get odd output from:
grep --color=always o <<< foo
or are the "o"s properly colored red?
>settings in my bash and git.
>
>export | grep -i term
>declare -x TERM="xterm-256color"
So you have a /usr/share/terminfo/k/konsole-256color file? If so, it might be
better to use TERM="konsole-256color".
I never use 256 color mode, so I'm not clear on how that works. However, what
git is outputting look more like ANSI 16-color codes.
Does this work as you expect in other terminal applications (like rxvt or
xterm or gnome-terminal) with the same settings for TERM?
Just to let you know, it works here (openSUSE 11.1) with Konsole 1.6.6 (KDE
3.5.10) running git 1.6.0.2 inside screen 4.00.02
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss@iguanasuicide.net ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/ \_/
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [kde] kde konsole color settings in terminal
2009-01-12 22:18 ` [kde] kde konsole color settings in terminal Boyd Stephen Smith Jr.
@ 2009-01-12 22:30 ` mark
0 siblings, 0 replies; 2+ messages in thread
From: mark @ 2009-01-12 22:30 UTC (permalink / raw)
To: Boyd Stephen Smith Jr.; +Cc: kde, git
On Mon, Jan 12, 2009 at 2:18 PM, Boyd Stephen Smith Jr.
<bss@iguanasuicide.net> wrote:
> On Monday 2009 January 12 15:35:08 mark wrote:
>>i am using kde konsole, and i am getting weird output for colors, for
>>example for git log i get the following output
>>
>>git log
>>ESC[33mcommit 8b918256d944221f741e5d7300873810e31466a6ESC[m
>
> Looks like konsole isn't interpreting the color codes. However, it also looks
> like git doesn't use termcap/terminfo/etc. to determine the correct way to
> write colors for your terminal and just defaults to ANSI.
>
> Do you get odd output from:
> grep --color=always o <<< foo
> or are the "o"s properly colored red?
[mark@localhost blue]$ grep --color=always o <<< foo
foo
yes the oo s are colored yellow.
>>settings in my bash and git.
>>
>>export | grep -i term
>>declare -x TERM="xterm-256color"
>
> So you have a /usr/share/terminfo/k/konsole-256color file? If so, it might be
> better to use TERM="konsole-256color".
i do not have that file you specify.
I have only these
ls /usr/share/terminfo/k/*
/usr/share/terminfo/k/kon /usr/share/terminfo/k/kon2
> I never use 256 color mode, so I'm not clear on how that works. However, what
> git is outputting look more like ANSI 16-color codes.
>
> Does this work as you expect in other terminal applications (like rxvt or
> xterm or gnome-terminal) with the same settings for TERM?
no, it is not working on gnome-terminal or xterm. i do not have rxvt.
i even tried with TERM=xterm.
still the same problem!!
i am running on kde 4.1.3, fedora 10 latest updates.
i am getting good colors on vim.
i like git colors, help me out!
thanks a lot!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-12 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <82fa9e310901121335p4bd1e223x8eea1881c0add364@mail.gmail.com>
2009-01-12 22:18 ` [kde] kde konsole color settings in terminal Boyd Stephen Smith Jr.
2009-01-12 22:30 ` mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).