product · inferred from evidence
SIGWINCH
A signal related to terminal window size changes.
- cb psql: SIGWINCH and terminal size are not propagated, input wraps wrong
cb psql wasnt propagating SIGWINCH, so after a terminal resize it kept the old size and mangled line wrapping. The maintainer reproduced it and shipped the fix in v3.5.1. Upgrade to 3.5.1 or later and the resize handling works. The reporter