runltchars       2091 src/simh/sim_console.c struct ltchars cmdltchars, runltchars;                   /* 4.2 BSD editing */
runltchars       2112 src/simh/sim_console.c runltchars.t_suspc  = 0xFF;                              /* no specials of any kind */
runltchars       2113 src/simh/sim_console.c runltchars.t_dsuspc = 0xFF;
runltchars       2114 src/simh/sim_console.c runltchars.t_rprntc = 0xFF;
runltchars       2115 src/simh/sim_console.c runltchars.t_flushc = 0xFF;
runltchars       2116 src/simh/sim_console.c runltchars.t_werasc = 0xFF;
runltchars       2117 src/simh/sim_console.c runltchars.t_lnextc = 0xFF;
runltchars       2129 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0)