Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Segfault in echoti with Cs and Ms caps



On Tue, Jul 16, 2024 at 12:54 PM Ronan Pigott <ronan@xxxxxx> wrote:
>
> The following reproduces a segfault in zsh when the Cs or Ms terminfo
> capabilities are defined. These caps take 1 and 2 string parameters
> respectively, but are not special cased in echoti like the others:

We need a better way to handle this.  The existing special case code
would (I think) work for Cs, but there's currently no provision for a
capability that takes two string arguments like Ms, and continuing to
add special cases for nonstandard capabilities is going to become
tedious.

Doc here, search for "xterm+tmux":
https://invisible-island.net/xterm/terminfo.html




Messages sorted by: Reverse Date, Date, Thread, Author