Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: query terminal properties on ZLE startup
- X-seq: zsh-workers 53386
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: query terminal properties on ZLE startup
- Date: Wed, 26 Feb 2025 07:49:10 -0800
- Archived-at: <https://zsh.org/workers/53386>
- In-reply-to: <5355-1740527169.384113@fufd.0HLy.otw9>
- List-id: <zsh-workers.zsh.org>
- References: <42572-1740099942.836692@_3BM.v5Iz.JqiS> <F07C8421-2663-440A-82AD-0748D39511B1@kba.biglobe.ne.jp> <CAH+w=7a9hye-2BxQUjkHw-=zFo5T7vXjVwQRnKnKEoZ3W0-_ug@mail.gmail.com> <40483-1740433325.086036@2QZo.3hhS.-9FG> <CAH+w=7Zf3vL6BYg0t61uskLmDD_gOwE7XhuwxB9SSwv+z0qOKw@mail.gmail.com> <69272-1740474756.308875@TCCj.PrGv.2vsI> <CAH+w=7ZJNRy2zV7t4wRhzcnW1jn2LgRKbMByCOrtbr9VVM2emw@mail.gmail.com> <5355-1740527169.384113@fufd.0HLy.otw9>
On Tue, Feb 25, 2025 at 3:46 PM Oliver Kiddle <opk@xxxxxxx> wrote:
>
> In the current form, there's no setopt but you can disable it all with:
>
> .term.extensions=( -query ).
If I'm not mistaken, the terminal probe would take place during
init_bltinmods() which happens before run_init_scripts() ? So it's
not actually possible to assign a value to .term.extensions before the
terminal is probed at startup?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author