runltchars       2117 src/simh/sim_console.c struct ltchars cmdltchars, runltchars;                   /* 4.2 BSD editing */
runltchars       2138 src/simh/sim_console.c runltchars.t_suspc  = 0xFF;                              /* no specials of any kind */
runltchars       2139 src/simh/sim_console.c runltchars.t_dsuspc = 0xFF;
runltchars       2140 src/simh/sim_console.c runltchars.t_rprntc = 0xFF;
runltchars       2141 src/simh/sim_console.c runltchars.t_flushc = 0xFF;
runltchars       2142 src/simh/sim_console.c runltchars.t_werasc = 0xFF;
runltchars       2143 src/simh/sim_console.c runltchars.t_lnextc = 0xFF;
runltchars       2155 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0)