bretzel
19th November 2004, 04:04 PM
Hi there,
My first question is about the console ( real text mode video ) environment setup.
I am building a C++ widget API in console mode based on ncurses. It is only for my own joy but you can have a look at my project hosted at sourceforge (http://ncdk.sourceforge.net) . :)
Thus my question is why, in Fedora, the terminal ( in video text mode ) cannot displays
the ascii characters above 'z' I mean the other 128+ ascii values like the famous framed boxes ?
I am absolutely ignorant of terminals setup in linux ... What I would like to read is a guide or where I can find infos on how to customize and add terminal capabilities for my problem. And by the way, even the mouse interface does not work in this mode even if gpm service is working well( I can see the mouse cursor but ncurses seems not capable of catching mouse events).
-- Slackware have kind tools in console mode
-- Mandrake and some others have the console in framebuffer svga. <- I dream to have it in fedora.
---------------------------------------------
Thanx and sorry if I am in the wrong place to ask.
Bretzel
My first question is about the console ( real text mode video ) environment setup.
I am building a C++ widget API in console mode based on ncurses. It is only for my own joy but you can have a look at my project hosted at sourceforge (http://ncdk.sourceforge.net) . :)
Thus my question is why, in Fedora, the terminal ( in video text mode ) cannot displays
the ascii characters above 'z' I mean the other 128+ ascii values like the famous framed boxes ?
I am absolutely ignorant of terminals setup in linux ... What I would like to read is a guide or where I can find infos on how to customize and add terminal capabilities for my problem. And by the way, even the mouse interface does not work in this mode even if gpm service is working well( I can see the mouse cursor but ncurses seems not capable of catching mouse events).
-- Slackware have kind tools in console mode
-- Mandrake and some others have the console in framebuffer svga. <- I dream to have it in fedora.
---------------------------------------------
Thanx and sorry if I am in the wrong place to ask.
Bretzel