|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 645 (0x285) Types: TextFile Notes: Uncompressed file
└─⟦82ee0715d⟧ Bits:30004771 Terminal Driver Rel. 1.2 (3.5 inch) └─⟦82ee0715d⟧ UNIX Filesystem └─⟦5927bdecd⟧ »RCTDR.ISC/new/usr/include/sys/csp.h.Z« └─⟦5927bdecd⟧ »RCTDR.SCO/new/usr/include/sys/csp.h.Z« └─⟦ca69fd3f9⟧ Bits:30004770 Terminal Driver Rel. 1.2 (5.25 inch) └─⟦ca69fd3f9⟧ UNIX Filesystem └─⟦5927bdecd⟧ »RCTDR.ISC/new/usr/include/sys/csp.h.Z« └─⟦5927bdecd⟧ »RCTDR.SCO/new/usr/include/sys/csp.h.Z« └─⟦this⟧
#ident "@(#)csp.h 1.1 - 91/10/29" /* Special ioctl's for CSP terminals */ #define TNCON ('M'<<8 | 1) #define TTERM ('M'<<8 | 2) #define TNAME ('M'<<8 | 3) #define TAPPL ('M'<<8 | 4) #define TVERS ('M'<<8 | 5) #define TDFLT ('M'<<8 | 7) #define TGDFLT ('M'<<8 | 8) #define TSTERM ('M'<<8 | 9) #define TCARD ('M'<<8 | 10) #define TCHRSET ('M'<<8 | 11) #define CSPSYSUID 100 #define CHRSET_TRANSPARENT 0 #define CHRSET_VT200MULTI 1 #define CHRSET_DOS850 2 #define CHRSET_ISO8859 3 #define CHRSET_DEFAULT 4 /* TNCON structure */ struct tncon { unsigned char tn_unit; unsigned char tn_res; char tn_name[12]; unsigned short tn_appl; };