Re: Newt/Slang and non VGA tty's.

2003-03-18 Thread James Olin Oden
> > James Olin Oden ([EMAIL PROTECTED]) said: > > Hi All, > > > > I have been using libnewt to build various system administration utitilities, > > and things were working pretty good until I went to Phoebe. Where I have > > problems is when I run the programs in a non-vga tty (such as an ssh s

Re: Newt/Slang and non VGA tty's.

2003-03-18 Thread James Olin Oden
> > On Mon, 17 Mar 2003, Bill Nottingham wrote: > > > slang and ncurses in 7.3 don't support unicode. If you run > > programs using those in a unicode locale, you'll have issues. > > (ncurses in 8.0 still has problems in unicode, FWIW.) > > If I remember well this problem occured somewhere

Re: Newt/Slang and non VGA tty's.

2003-03-17 Thread Tarhon-Onu Victor
On Mon, 17 Mar 2003, Bill Nottingham wrote: > slang and ncurses in 7.3 don't support unicode. If you run > programs using those in a unicode locale, you'll have issues. > (ncurses in 8.0 still has problems in unicode, FWIW.) If I remember well this problem occured somewhere between rawhid

Re: Newt/Slang and non VGA tty's.

2003-03-17 Thread Bill Nottingham
Balint Cristian ([EMAIL PROTECTED]) said: > [EMAIL PROTECTED] root]# cat /etc/sysconfig/i18n > LANG="en_US.UTF-8" > SUPPORTED="en_US.UTF-8:en_US:en" > SYSFONT="latarcyrheb-sun16" > > [EMAIL PROTECTED] root]# cat /etc/sysconfig/keyboard > KEYBOARDTYPE="pc" > KEYTABLE="us" > > even latest RAWHIDE

Re: Newt/Slang and non VGA tty's.

2003-03-17 Thread Balint Cristian
On Monday 17 March 2003 22:20, Bill Nottingham wrote: > James Olin Oden ([EMAIL PROTECTED]) said: > > Hi All, > > > > I have been using libnewt to build various system administration > > utitilities, and things were working pretty good until I went to Phoebe. > > Where I have problems is when I ru

Re: Newt/Slang and non VGA tty's.

2003-03-17 Thread Bill Nottingham
James Olin Oden ([EMAIL PROTECTED]) said: > Hi All, > > I have been using libnewt to build various system administration utitilities, > and things were working pretty good until I went to Phoebe. Where I have > problems is when I run the programs in a non-vga tty (such as an ssh sessioin > or ac

Newt/Slang and non VGA tty's.

2003-03-17 Thread James Olin Oden
Hi All, I have been using libnewt to build various system administration utitilities, and things were working pretty good until I went to Phoebe. Where I have problems is when I run the programs in a non-vga tty (such as an ssh sessioin or accross a serial port). I found an interesting work arou