"Scott Ballinger" wrote
Quote:
Have you tried experimenting with the xcs (xcs-on, xcs-off), or
control-chars commands? |
Yay! You fixed it!
Doing just xcs verb returned
off
Doing xcs-on verb
made my session start accepting high ascii input from keyboard
{affects both typed commands like
DISPLAY ABChigh ascii hereDEF
and basic INPUT commands}
Change was local to this pick port,
survives across logoffs and
exit then d3 -30
{this is pick port 30 I was testing on all day}
System default seems to be
xcs-off.
On a side note, both Accuterm 2k2 and Accuterm 97 terminal
emulators store high ascii in their key bindings menus in an odd
notation; the so-called paragraph symbol is {for me} char(182)
and when I stuff that in the keybinding slot in the menu page,
say by holding down left alt key while typing 0182
or just 182 on
the numeric
keypad, well, it looks like a paragraph symbol onscreen right then,
but later shows as \6 in that same menu. Works fine, just looks odd.
And no, the control-chars verb didn't help this a bit.
Neither did
unicode_stop or unicode_start done in bash before I issued
the d3 command to get a d3 USERID: prompt. And linux
stty -a was showing -istrip8 just like at a bash prompt,
where
I was easily able to do echo {high ascii here} so that wasn't it.
I see that in the dm,bp, xcs source it prints "Warning: not supported!"
if system(100) bears the substring -DOS
I hope that refers to crufty old AP/DOS and not to D3/NT...
Thanks heaps! I've never messed with high ascii in d3 before, didn't know
the xcs verb.