Re: [dev] [st] XTSMGRAPHICS query

2024-02-18 Thread Tim Culverhouse
On Sun, 18 Feb 2024 02:54:19 CST, Hiltjo Posthuma wrote: > Hi Tim, > > Thanks for the report. > > Which TUI library did you write? Some real life programs to test it against > would be useful too. The library is https://sr.ht/~rockorager/vaxis. I have already moved all queries in it to the alt

Re: [dev] [st] XTSMGRAPHICS query

2024-02-18 Thread Tim Culverhouse
On Sun, 18 Feb 2024 00:29:00 CST, Markus Wichmann wrote: > Had to research what this is supposed to do: XTerm replies to it with > the screen size. Except the docs explicitly warn you that it is not > necessarily the screen size. More accurately, it responds with the screen geometry available for

[dev] [st] XTSMGRAPHICS query

2024-02-17 Thread Tim Culverhouse
Hello - I am the author of a TUI library and received a bug report regarding cursor placement on exiting an application. I was able to narrow down a simple reproducer to how st a XTSMGRAPHICS query: echo -e "\x1b[?2;1;0S" This can also be seen when using a notcurses application which