Fix st.el doc string
* lisp/term/st.el (xterm-st-extra-capabilities): New user option (bug#50119). (terminal-init-st): Use it to avoid a two-second timeout.
This commit is contained in:
parent
8bc6dbecd2
commit
a44432a773
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@
|
|||
|
||||
(defcustom xterm-st-extra-capabilities '( modifyOtherKeys getSelection
|
||||
setSelection)
|
||||
"Extra capabilities supported under \"stterm\".
|
||||
Some features of screen depend on the terminal emulator in which
|
||||
it runs, which can change when the screen session is moved to another tty."
|
||||
"Extra capabilities supported under \"stterm\"."
|
||||
:version "28.1"
|
||||
:type xterm--extra-capabilities-type
|
||||
:group 'xterm)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue