// char.df Character definitions... structure CC : [ wrd bit 1; spec bit 1; breakchar bit 1; width bit 13; ] manifest [ chnil = -1; chtab = $*T; chlf = #12; chff = #14; chcr = #15; chesc = #33; chsp = #40; ctrlz = $Z-#100; // !!!!! ctrla = $a+#200; ctrlb = $b+#200; ctrlc = $c+#200; ctrld = $d+#200; ctrle = $e+#200; // ctrlshe = $E+#200; ctrlf = $f+#200; ctrlh = $h+#200; ctrli = $i+#200; ctrlj = $j+#200; ctrlm = $m+#200; ctrln = $n+#200; // ctrlshn = $N+#200; ctrlo = $o+#200; // ctrlsho = $O+#200; ctrlq = $q+#200; // ctrlshq = $Q+#200; ctrls = $s+#200; ctrlshs= $S+#200; ctrlt = $t+#200; ctrlu = $u+#200; ctrlv = $v+#200; ctrlw = $w+#200; ctrlx = $x+#200; // ctrlshx = $X+#200; ctrly = $y+#200; // ctrlshy = $Y+#200; chescterm = ctrlz; bs = $H-#100; shbs = #20 ctrlbs = bs + #200 chblind = #200; chbox = $!; chdel = #177 chtabbogus = #100; chcrbogus = #134; chlfbogus = #52; ctrlbogus = #72; chat = #100; chparterm = $\ chmod = #377; chtrailerstart = ctrlz; chtrailerend = chcr; chul = #30; ctrlcr = chcr+#200; ctrlul = $-+#200; ctrlupar = #336; ctrldownar = #337; chtopblk = #36; ctrlshul = #340; chfloppy = $F+#200 chpgbrk = $l % chsubst = chul chdone = chpgbrk chwidth0 = chlf chitbMin = #216 ]; x0