A colleague quit using cb psql because of overwrite-style editing glitches: after resizing the terminal, typed input wrapped back to the start of the line. I could reproduce it reliably by expanding a terminal to full screen, shrinking it, and typing. SIGWINCH wasnt being propagated, so cb psql had the wrong terminal size. The maintainer reproduced it, identified the cause, and fixed it in v3.5.1. Closed May 2024.