Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

stty
Получить/установить конфигурацию терминала

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  stty [-ag] [-F device] SETTING...


Get/set terminal configuration.

  • -F Open device instead of stdin

  • -a Show all current settings (default differences from "sane")

  • -g Show all current settings usable as input to stty Special characters (syntax ^c or undef): intr quit erase kill eof eol eol2 swtch start stop susp rprnt werase lnext discard Control/input/output/local settings as shown by -a, '-' prefix to disable Combo settings: cooked/raw, evenp/oddp/parity, nl, ek, sane N set input and output speed (ispeed N or ospeed N for just one) cols N set number of columns rows N set number of rows line N set line discipline min N set minimum chars per read time N set read timeout speed show speed only size show size only
  • [ ToyBox ]     Man Linux: [ Ссылка 1 ] [ Ссылка 2 ]

    Комментарии
    console:/ $ stty -a
    speed 115200 baud;
    rows 0;
    columns 0;
    line = 0;
    intr = ^C;
    quit = ^\;
    erase = ^?;
    kill = ^U;
    eof = ^D;
    eol = <undef>;
    eol2 = <undef>;
    swtch = <undef>;
    start = ^Q;
    stop = ^S;
    susp = ^Z;
    rprnt = ^R;
    werase = ^W;
    lnext = ^V;
    discard = ^O;
    min = 1;
    time = 0;
    -parenb
    -parodd
    -cmspar
    cs8
    hupcl
    -cstopb
    cread
    clocal
    -crtscts
    -ignbrk
    -brkint
    -ignpar
    -parmrk
    -inpck
    -istrip
    -inlcr
    -igncr
    icrnl
    ixon
    -ixoff
    -iuclc
    -ixany
    -imaxbel
    -iutf8
    opost
    -olcuc
    -ocrnl
    onlcr
    -onocr
    -onlret
    -ofill
    -ofdel
    nl0
    cr0
    tab0
    bs0
    vt0
    ff0
    isig
    icanon
    iexten
    echo
    echoe
    echok
    -echonl
    -noflsh
    -xcase
    -tostop
    -echoprt
    echoctl
    echoke
    -flusho
    -extproc
    console:/ $
    |console:/ $ stty -g
    500:5:1cb2:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0
    console:/ $