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:
Lars Ingebrigtsen 2021-08-19 15:19:23 +02:00
parent 8bc6dbecd2
commit a44432a773

View file

@ -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)