[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 6276f73: stterm doesn't understand all codes that xterm does
From: |
Stefan Monnier |
Subject: |
Re: master 6276f73: stterm doesn't understand all codes that xterm does |
Date: |
Thu, 19 Aug 2021 09:14:05 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> +(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."
> + :version "28.1"
> + :type xterm--extra-capabilities-type
> + :group 'xterm)
I don't understand the note about "screen" above.
Stefan
- Re: master 6276f73: stterm doesn't understand all codes that xterm does,
Stefan Monnier <=