Help for this page

Select Code to Download


  1. or download this
    ...
    cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
    ...
            lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
            status = ^G; stop = ^S; susp = ^Z; time = 0; werase = ^W;
    ...
    
  2. or download this
    ...
    cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
    ...
            lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
            status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;
    ...