Re: [dev] [PATCH] Disable bracked paste in reset
Hi,
On Fri, Nov 28, 2025 at 04:31:59PM +0100, Roberto E. Vargas Caballero wrote:
> diff --git a/st.c b/st.c
> index 8e57991..e55e7b3 100644
> --- a/st.c
> +++ b/st.c
> _AT_@ -2358,6 +2358,7 @@ eschandle(uchar ascii)
> resettitle();
> xloadcols();
> xsetmode(0, MODE_HIDE);
> + xsetmode(0, MODE_BRCKTPASTE);
> break;
Other option is to add this sequence to the reset terminfo capability.
In fact, I think we should add other sequences there too.
Regards,
Received on Sat Nov 29 2025 - 12:18:45 CET
This archive was generated by hypermail 2.3.0
: Sat Nov 29 2025 - 12:24:09 CET