runltchars       2121 src/simh/sim_console.c struct ltchars cmdltchars, runltchars;                   /* 4.2 BSD editing */
runltchars       2142 src/simh/sim_console.c runltchars.t_suspc  = 0xFF;                              /* no specials of any kind */
runltchars       2143 src/simh/sim_console.c runltchars.t_dsuspc = 0xFF;
runltchars       2144 src/simh/sim_console.c runltchars.t_rprntc = 0xFF;
runltchars       2145 src/simh/sim_console.c runltchars.t_flushc = 0xFF;
runltchars       2146 src/simh/sim_console.c runltchars.t_werasc = 0xFF;
runltchars       2147 src/simh/sim_console.c runltchars.t_lnextc = 0xFF;
runltchars       2159 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0)