Re: rxvt and line-drawing characters

2006-03-20 Thread Andrew DeFaria
Charles Wilson wrote: Andrew DeFaria wrote: Charles Wilson wrote: Basically, you're stuck with 'pstree -A'. Works in Cygwin but not on my Linux box (Fedora Core 3): Jupiter:pstree -A pstree: invalid option -- A usage: pstree [ -a ] [ -c ] [ -h | -H pid ] [ -l ] [ -n ] [ -p ] [ -u ]

Re: rxvt and line-drawing characters

2006-03-20 Thread Charles Wilson
Andrew DeFaria wrote: Charles Wilson wrote: Basically, you're stuck with 'pstree -A'. Works in Cygwin but not on my Linux box (Fedora Core 3): Jupiter:pstree -A pstree: invalid option -- A usage: pstree [ -a ] [ -c ] [ -h | -H pid ] [ -l ] [ -n ] [ -p ] [ -u ] [ -G | -U ] [ pid |

Re: rxvt and line-drawing characters

2006-03-20 Thread Andrew DeFaria
6' -tn rxvt-cygwin-native -e /bin/bash I get nice line draw characters from the ncurses.exe test program. With rxvt -fn 'Lucida Console-16' -tn rxvt-cygwin-native -e /bin/bash I get "european" characters where the line drawing ones used to be. Just as expected.

Re: rxvt and line-drawing characters

2006-03-20 Thread Charles Wilson
ine draw characters from the ncurses.exe test program. With rxvt -fn 'Lucida Console-16' -tn rxvt-cygwin-native -e /bin/bash I get "european" characters where the line drawing ones used to be. Just as expected. Also, codepage:oem|ansi has no effect -- it only applies when us

Re: rxvt and line-drawing characters

2006-03-01 Thread Charles Wilson
Brian Dessent wrote: I searched fro luconP.zip and found some references -but all sites that appear to have the file seem to have went belly up. Anybody got a copy of this font? http://www.cygwin.com/ml/cygwin/2005-10/msg01042.html Nope, the cygutils website was relocated to http://cyguti

Re: rxvt and line-drawing characters

2006-03-01 Thread Brian Dessent
Andrew DeFaria wrote: > I searched fro luconP.zip and found some references -but all sites that > appear to have the file seem to have went belly up. Anybody got a copy > of this font? http://www.cygwin.com/ml/cygwin/2005-10/msg01042.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: rxvt and line-drawing characters

2006-03-01 Thread Andrew DeFaria
e psmisc cygwin package for some time. Ah, thanks. I hadn't been installing that... ssh to log into Linux machines. Now pstree supports a -G to use line drawing characters. This works under xterm but not under rxvt. How does one use line-drawing characters in rxvt? You need a font

Re: rxvt and line-drawing characters

2006-03-01 Thread Brian Dessent
cygwin package for some time. ssh > to log into Linux machines. Now pstree supports a -G to use line drawing > characters. This works under xterm but not under rxvt. How does one use > line-drawing characters in rxvt? You need a font that has the DOS/OEM characters instead of the st

rxvt and line-drawing characters

2006-03-01 Thread Andrew DeFaria
I like using rxvt as my terminal. Recently I discovered pstree (don't know how I missed it before). pstree doesn't appear to be in Cygwin but it does appear to be on Linux. I often use rxvt in conjunction with ssh to log into Linux machines. Now pstree supports a -G to use li

Re: line-drawing

2004-10-18 Thread Bas van Gompel
e line drawing (like with VT100 graphics characters). : Is that true? I'm nt sure how this relates to vt100... It did make (the thread- display in) slrn work for me. (s-lang's smgtest's "Alt charset test", "Drawing Symbols", "Line Drawing Test" and "B

line-drawing

2004-10-14 Thread towo
According to a recent mailing on [EMAIL PROTECTED], the alternate character set terminal controls (fixed wrt. the currently buggy terminfo entry) are supposed to work and to provide line drawing (like with VT100 graphics characters). Is that true? What do you see if you send "\[[11mn&qu

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Andrew B. Clegg
On Thu, 11 Sep 2003, Charles Wilson wrote: > > Lucida Console in both Win console and rxvt... > > Ah, that's the problem. Try LucidaConsoleP (patched) from > http://www.neuro.gatech.edu/users/cwilson/cygutils/bashprompt/ > > Or the vgafonts from the same location. LuConP is just LucidaConsole

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Charles Wilson
Andrew B. Clegg wrote: On Thu, 11 Sep 2003, Igor Pechtchanski wrote: Still looks the same (accented chars rather than line art) with TERM=rxvt-cygwin-native regardless of whether I have codepage:oem set or not. those characters... Unfortunately, as I don't normally use rxvt, I'm not the best pe

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Andrew B. Clegg
On Thu, 11 Sep 2003, Igor Pechtchanski wrote: > > Still looks the same (accented chars rather than line art) with > > TERM=rxvt-cygwin-native regardless of whether I have codepage:oem set or > > not. > > those characters... Unfortunately, as I don't normally use rxvt, I'm not > the best person t

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Igor Pechtchanski
On Thu, 11 Sep 2003, Andrew B. Clegg wrote: > On Wed, 10 Sep 2003, Charles Wilson wrote: > > > >>Try adding "codepage:oem" to your CYGWIN environment variable. See > > >> for details. This > > >>setting is effective for each individual proces

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Andrew B. Clegg
On Wed, 10 Sep 2003, Charles Wilson wrote: > >>Try adding "codepage:oem" to your CYGWIN environment variable. See > >> for details. This > >>setting is effective for each individual process, so you can set it in the > >>shell just before you

Re: ncurses line drawing characters terminfo problem?

2003-09-10 Thread Charles Wilson
Andrew B. Clegg wrote: Try adding "codepage:oem" to your CYGWIN environment variable. See for details. This setting is effective for each individual process, so you can set it in the shell just before you run the tests. That works for cons

Re: ncurses line drawing characters terminfo problem?

2003-09-10 Thread Andrew B. Clegg
On Wed, 10 Sep 2003, Igor Pechtchanski wrote: > Try adding "codepage:oem" to your CYGWIN environment variable. See > for details. This > setting is effective for each individual process, so you can set it in the > shell just before you run t

Re: ncurses line drawing characters terminfo problem?

2003-09-10 Thread Igor Pechtchanski
On Wed, 10 Sep 2003, Andrew B. Clegg wrote: > Hi folks, > > First off thanks all for the continuing good work on Cygwin and all its > packages. > > I have a question regarding ncurses... > > When I run the test executables in /bin/ncurses-test-dll, line-drawing > grap

ncurses line drawing characters terminfo problem?

2003-09-10 Thread Andrew B. Clegg
Hi folks, First off thanks all for the continuing good work on Cygwin and all its packages. I have a question regarding ncurses... When I run the test executables in /bin/ncurses-test-dll, line-drawing graphics characters come out as high-ascii latin-1 characters, e.g. capital As with umlauts