This is a patch to support readline prompts which contain non-printing

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 18f7a8e262f00ddadc7f34b603e15d02ecb44096
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-01-20T19:49:34Z
Releases: 8.0.0
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

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +23 −1
src/bin/psql/prompt.c modified +18 −2