tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: adding stuff to the base installation to make user experience better



On Jul 6, 10:12pm, uanand009%gmail.com@localhost (Utkarsh Anand) wrote:
-- Subject: Re: adding stuff to the base installation to make user experience

| speed 9600 baud; 67 rows; 240 columns; queue = 1024; line = termios;
| lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
| -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
| -extproc
| iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
| brkint -inpck -ignpar -parmrk
| oflags: opost onlcr -ocrnl oxtabs onocr onlret
| cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
| -cdtrcts
| cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
| eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
| min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
| stop = ^S; susp = ^Z; time = 0; werase = ^W;
| 
| This is on RPi 3.

erase is delete (^?)

try 'stty erase ^H'

christos


Home | Main Index | Thread Index | Old Index