View | Details | Raw Unified
Collapse All | Expand All

(-) coreutils-5.2.1/src/stty.c (-1 / +7 lines)
 Lines 232-237    Link Here 
#ifdef IMAXBEL
#ifdef IMAXBEL
  {"imaxbel", input, SANE_SET | REV, IMAXBEL, 0},
  {"imaxbel", input, SANE_SET | REV, IMAXBEL, 0},
#endif
#endif
#ifdef IUTF8
  {"iutf8", input, SANE_UNSET | REV, IUTF8, 0},
#endif
  {"opost", output, SANE_SET | REV, OPOST, 0},
  {"opost", output, SANE_SET | REV, OPOST, 0},
#ifdef OLCUC
#ifdef OLCUC
 Lines 581-586    Link Here 
   [-]istrip     clear high (8th) bit of input characters\n\
   [-]istrip     clear high (8th) bit of input characters\n\
"), stdout);
"), stdout);
      fputs (_("\
      fputs (_("\
 * [-]iutf8      assume UTF-8 encoding\n\
"), stdout);
      fputs (_("\
 * [-]iuclc      translate uppercase characters to lowercase\n\
 * [-]iuclc      translate uppercase characters to lowercase\n\
 * [-]ixany      let any character restart output, not only start character\n\
 * [-]ixany      let any character restart output, not only start character\n\
   [-]ixoff      enable sending of start/stop characters\n\
   [-]ixoff      enable sending of start/stop characters\n\
 Lines 682-688    Link Here 
   -raw          same as cooked\n\
   -raw          same as cooked\n\
"), stdout);
"), stdout);
      fputs (_("\
      fputs (_("\
   sane          same as cread -ignbrk brkint -inlcr -igncr icrnl\n\
   sane          same as cread -ignbrk brkint -inlcr -igncr icrnl -iutf8\n\
                 -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n\
                 -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n\
                 -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n\
                 -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n\
                 isig icanon iexten echo echoe echok -echonl -noflsh\n\
                 isig icanon iexten echo echoe echok -echonl -noflsh\n\