• Please review our updated Terms and Rules here

Soroc IQ 120 manual?

Forbin376

New Member
Joined
Feb 15, 2008
Messages
7
Hello, I'm looking for a copy or original of the Soroc IQ-120 manual. Any information would be appreciated. Thanks.
 
Oh yes and I'll comment that here are the escape sequences as described in a UNIX termcap reference for the 120 and the 140

# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
soroc120|iq120|soroc iq120,
clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H,
kcud1=^J, kcuf1=^L, kcuu1=^K, use=adm3a,
soroc 140|iq140|soroc iq140,
am, mir,
cols#80, lines#24,
bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H,
cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c,
cuu1=^K, dch1=\Ew, dl1=\Er$<.7*>, ed=\Ey, el=\Et,
home=^^, il1=\Ee$<1*>, ind=^J, kbs=^H, kcuf1=^L,
kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r,
kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r,
kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=^^^K,
rmir=\E8, rmso=\E^¿, rmul=\E^A, smir=\E9,
smso=\E^¿, smul=\E^A,

For the 140 ($ indicating hex of course)


Char Sequence Operation or Effect
$07 Bell
$08 Backspace
$0A Line Feed
$0B Cursor Up
$0C Cursor Right
$0D Carriage Return
$1E Home Up
$1F New Line
$1B,E Insert Line
$1B,R Delete Line
$1B,T Erase EOL
$1B,t Erase EOL
$1B,+ Home Up & Erase EOF
$1B,* Home Up & Erase EOF
$1B,Y Erase EOF
$1B,y Erase EOF
$1B,( Set Write MAGENTA ("low" intensity)
$1B,) Set Write GREEN ("high" intensity)
$1B,=,yy,xx Write Cursor Position ("xx" & "yy" are 0x20 + cursorvalue)
 
Back
Top