slang-users mailing list

[2000 Date Index] [2000 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: ascii table


Konstantin Boldyshev <konst@xxxxxxxxxxxxxx> wrote:
>>    SLsmg_Display_Eight_Bit = 128;
>
>Thanks, this solved the problem.
>I can only suggest for future slang to do this on its own,
>when terminal supports this characters.

I know of no way to obtain this information.  I do not believe that
terminfo specifies this.  For this reason, the default behavior is the
safests.

>However now I faced another problem: pressing ^S turns
>on ScrollLock, and I need this combination in my program
[...]
>SLtt_get_terminfo();
>SLkp_init();
>SLang_init_tty(0xff, 0, 1); /* to disable ^C */

Use SLang_init_tty (0xff, 1, 1);

--John


[2000 date index] [2000 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]