In an earlier post I asked about missing "line" characters in a
newt/slang app I'm putting on a boot-cd.
In trying some other approaches to the app devleopment, I started
looking at ncurses.
I built the test apps in /usr/share/doc/ncurses-devel-5.2/test on my
RH 8.0 system. Running Gnome, I opened a terminal, went to the "test"
directory and launched the app "ncurses" from the cmd-line. I was
able to create windows and look at the alternate character set, just
as I expected.
Then I switched to a virtual console via ctrl-alt-F2, logged in, again
went to the ncurses "test" directory as before, and launched the
"ncurses" app. This time, no line characters were drawn around my
defined window.
Why?? I wonder if the root cause of this observation relates to my
earlier question.
Thanks for your insights.
Bill Judd