/* Tektronix 4695 command table */ /****** printer.device/printers/Tektronix_4695_functions ******************** * * Name * Tektronix 4695 functions implemented: * * aIND, aNEL, * aSLPP, * aTBC0, aTBC3, aTBCALL, aTBSALL * * special functions implemented: * aRIN, aSLRM, aSFC, aSBC * **************************************************************************/ char *CommandTable[] = { "\377", /* reset RIS */ "\377", /* initialize RIN */ "\012", /* index IND */ "\015\012", /* new line NEL */ "\377", /* rev index RI */ "\377", /* norm ch set SGR0 */ "\377", /* italics on SGR3 */ "\377", /* italics off SGR23 */ "\022", /* underline on SGR4 */ "\021", /* underlin off SGR24 */ "\377", /* bold on SGR1 */ "\377", /* bold off SGR22 */ "\377", /* set fore col SFC */ "\377", /* set back col SBC */ "\377", /* norm space SHORP0 */ "\377", /* elite on SHORP2 */ "\377", /* elite off SHORP1 */ "\377", /* fine on SHORP4 */ "\377", /* fine off SHORP3 */ "\377", /* enlarged on SHORP6 */ "\377", /* enlarged off SHORP5 */ "\377", /* shadow print on DEN6 */ "\377", /* shadow print off DEN5 */ "\377", /* double strike on DEN4 */ "\377", /* double strike off DEN3 */ "\377", /* NLQ on DEN2 */ "\377", /* NLQ off DEN1 */ "\377", /* superscript on SUS2 */ "\377", /* superscript off SUS1 */ "\377", /* subscript on SUS4 */ "\377", /* subscript off SUS3 */ "\377", /* normalize the line SUS0 */ "\377", /* partial line up PLU */ "\377", /* partial line down PLD */ "\377", /* US Character Set FNT0 */ "\377", /* French Character set FNT1 */ "\377", /* German Character setFNT2 */ "\377", /* UK character set FNT3 */ "\377", /* Danish I character set FNT4 */ "\377", /* Swedish character set FNT5 */ "\377", /* Italian char set FNT6 */ "\377", /* Spanish char set FNT7 */ "\377", /* Jap char set FNT8 */ "\377", /* Norw char set FNT9 */ "\377", /* Danish II char set FNT10 */ "\377", /* Prop on PROP2 */ "\377", /* Prop off PROP1 */ "\377", /* prop clear PROP0 */ "\377", /* set prop offset TSS */ "\377", /* auto left justify JFY5 */ "\377", /* auto right justify JFY7 */ "\377", /* auto full justify JFY6 */ "\377", /* auto justify off JFY0 */ "\377", /* letter space (justify) JFY3 */ "\377", /* word fill (auto center) JFY1 */ "\377", /* 8LPI VERP0 */ "\377", /* 6LPI VERP1 */ "\377", /* set lines/page SLPP */ "\377", /* perf skip PERF */ "\377", /* perf skip off PERF0 */ "\377", /* left margin set LMS */ "\377", /* right margin set RMS */ "\377", /* top margin set TMS */ "\377", /* bottom margin set BMS */ "\377", /* set t&b margin STBM */ "\377", /* set l&r margin SLRM */ "\0334", /* clear all margins CAM */ "\377", /* horizontal tab set HTS */ "\377", /* vertical tab set VTS */ "\0338", /* clear horiz tab TBC0 */ "\0332", /* clear all horiz tabs TBC3 */ "\377", /* clear vert tab TBC1 */ "\377", /* clear all vert tabs TBC4 */ "\0332", /* clear all tabs TBCALL */ /* set default tabs TBSALL */ "033H10100808080808080808080810", "\377" /* extended commands EXTEND */ };