L
lowth.chris
I am using the "Curses::UI" module to write an application that will
run on the linux console.
When I draw widgets on the screen, the borders are drawn with plus
signs, hyphens and the "pipe" character. I'd like them to be drawn
instead with the more solid looking characters that applications like
"ntsysv" (a "Newt" application) uses, but cant work out how to do this.
When I run the perl code via a "putty" SSH client, then I get solid
lines. When I run "ntsysv" on the console, I get solid lines (so the
console must be capable of using them), but when I run the perl code on
the console I get the nastier-looking lines.
Any clues on what I need to do to fix this?
I have TERM=linux and LANG=en_GB.UTF-8 set in the environment.
This is Fedora core 2 with perl 5.8.3.
Thanks.
Chris
run on the linux console.
When I draw widgets on the screen, the borders are drawn with plus
signs, hyphens and the "pipe" character. I'd like them to be drawn
instead with the more solid looking characters that applications like
"ntsysv" (a "Newt" application) uses, but cant work out how to do this.
When I run the perl code via a "putty" SSH client, then I get solid
lines. When I run "ntsysv" on the console, I get solid lines (so the
console must be capable of using them), but when I run the perl code on
the console I get the nastier-looking lines.
Any clues on what I need to do to fix this?
I have TERM=linux and LANG=en_GB.UTF-8 set in the environment.
This is Fedora core 2 with perl 5.8.3.
Thanks.
Chris