This is a patch to support readline prompts which contain non-printing
Tom Lane <tgl@sss.pgh.pa.us>
This is a patch to support readline prompts which contain non-printing characters, as for fancy colorized prompts. This was nearly a direct lift from bash-2.05b's lib/readline/display.c, per guidance from Chet Ramey. Reece Hart
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +23 −1 |
| src/bin/psql/prompt.c | modified | +18 −2 |