Re: [PATCHES] invisible characters in readline

2004-01-15 Thread Tom Lane
Reece Hart <[EMAIL PROTECTED]> writes: > [ unintelligible patch with no documentation component ] Uh, what is this supposed to do exactly? regards, tom lane ---(end of broadcast)--- TIP 2: you can get off all lists at once w

Re: [PATCHES] invisible characters in readline

2004-01-15 Thread Reece Hart
I have no idea what happened to the first lines of the patch. Here goes again, with a prompt example. # fancy readline prompt patch for psql # # This is a patch to support readline prompts which contain non-printing # characters, as for fancy colorized prompts. This was nearly a direct # lift fr

[PATCHES] invisible characters in readline

2004-01-15 Thread Reece Hart
# 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. # # Is pset.useReadline used anywhere? It's set to 0 by default, even when # readline really is in use, and therefore I ignored it. --- postgre