Re: BUG #15748: arrow keys doesn't work - Mailing list pgsql-bugs

From Christoph Berg
Subject Re: BUG #15748: arrow keys doesn't work
Date
Msg-id 20190411135843.GI10217@msg.df7cb.de
Whole thread Raw
In response to BUG #15748: arrow keys doesn't work  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Re: PG Bug reporting form 2019-04-11 <15748-87e07bc377c37506@postgresql.org>
> Operating system:   linux

Which Linux exactly? How did you install PostgreSQL?

> the arrow keys write like this ^[[A, ^[[B, ^[[C, ^[[D The commands history
> "is not working": meaning I cannot retrieve these
> last commands I entered by hitting the top arrow key.
> Instead, I have to type them again.
> it happens on Linux PostgreSQL shell.
> can you solve me this problem?

Usually this just means that the $TERM variable in your shell doesn't
match the terminal you are really using.

Christoph



pgsql-bugs by date:

Previous
From: "Rossiter, Russell D."
Date:
Subject: List of issues with 4.5 that need to be fixed
Next
From: David Rowley
Date:
Subject: Re: Suspicious strcmp() in src/backend/parser/parse_expr.c