peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.05k stars 132 forks source link

When scrolling through history the previous line on the terminal is overwritten #78

Closed ikandaswamy closed 6 years ago

ikandaswamy commented 8 years ago

Bug report

-Sample Example : In the beginning it looked like -> Connected to : http://localhost:8091/. Type Ctrl-D or \QUIT to exit.

Path to history file for the shell : /Users/isha/.cbq_history cbq>

After scrolling through history a bit then it eats up a previous line Connected to : http://localhost:8091/. Type Ctrl-D or \QUIT to exit.

cbq> CREATE INDEX ......

The above Path to ... line is replaced.

Thanks Isha

peterh commented 8 years ago

Sorry for the late reply.

To clarify, are you really using xterm (presumably on XQuartz) on Mac, and not Terminal.app?

Unfortunately, I don't have easy access to a Mac these days, so it may be a while before I can look into this in detail.

peterh commented 6 years ago

No response from reporter.