On Sun, Apr 14, 2024 at 11:18 AM Dmitry Koterov
<dmitry(dot)koterov(at)gmail(dot)com> wrote:
> Can it be e.g. readline? Or something related to tty or session settings which psql could modify (I did not find any in the source code though).
I was wondering about that. Are you using libedit or libreadline?
What happens if you build without readline/edit support? From a quick
glance at libedit, it does a bunch of signal interception, but I
didn't check the details. It is interested in stuff like SIGWINCH,
the window-resized-by-user signal.