>
> 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
>
> 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
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
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
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
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
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