Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

stty: special characters #3861

Open
tertsdiepraam opened this issue Aug 20, 2022 · 0 comments
Open

stty: special characters #3861

tertsdiepraam opened this issue Aug 20, 2022 · 0 comments
Labels

Comments

@tertsdiepraam
Copy link
Member

GNU stty can list and change special terminal characters. This consists of two parts: printing and changing them. Printing is done in the following format:

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;

and the following arguments change these characters:

Special characters:
 * discard CHAR  CHAR will toggle discarding of output
   eof CHAR      CHAR will send an end of file (terminate the input)
   eol CHAR      CHAR will end the line
 * eol2 CHAR     alternate CHAR for ending the line
   erase CHAR    CHAR will erase the last character typed
   intr CHAR     CHAR will send an interrupt signal
   kill CHAR     CHAR will erase the current line
 * lnext CHAR    CHAR will enter the next character quoted
   quit CHAR     CHAR will send a quit signal
 * rprnt CHAR    CHAR will redraw the current line
   start CHAR    CHAR will restart the output after stopping it
   stop CHAR     CHAR will stop the output
   susp CHAR     CHAR will send a terminal stop signal
 * swtch CHAR    CHAR will switch to a different shell layer
 * werase CHAR   CHAR will erase the last word typed
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 8, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 8, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 9, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 9, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 9, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 9, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 10, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 10, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 10, 2023
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 12, 2023
Part of uutils#3861.

Code comments from sylvestre.

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 12, 2023
Part of uutils#3861.

Code comments from sylvestre.

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 13, 2023
Part of uutils#3861.

Code comments from sylvestre.

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 13, 2023
Part of uutils#3861.

Code comments from sylvestre.

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 15, 2023
Part of uutils#3861.

Code comments from sylvestre.

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
dezgeg added a commit to dezgeg/coreutils that referenced this issue Jul 16, 2023
Part of uutils#3861.

Code comments from sylvestre.

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant