Closed GoogleCodeExporter closed 8 years ago
Attached is a patch that solves my issue.
That patch adds a variable that keeps in mind the length of the previous line
written. If it is greater than the current one, it erases down to eliminate
extra characters. If it is smaller, no need since the new line will overwrite
the smaller line.
Original comment by corent...@gmail.com
on 26 Apr 2014 at 9:45
Attachments:
Yes. It's a real problem with fake ttys. We have it too.
I will think about the right way to solve it. The patch is a workaround only.
And I think it will fail when you press Up arrow or something else to get
history. The redisplay() doesn't delete the whole line. It delete only
difference beetween previous and current line.
Probably klish needs ANSI.
I don't think the readline is appropriate. May be it's not good but now klish
has too much dependencies with tynirl and the tinyrl is not general.
P.S. Please post the issues to the new issue tracker.
Original comment by serj.kalichev@gmail.com
on 29 Apr 2014 at 11:40
See http://libcode.org/issues/4
Original comment by corent...@gmail.com
on 29 Apr 2014 at 5:42
Moved to the new issue tracker
Original comment by serj.kalichev@gmail.com
on 30 Apr 2014 at 12:35
Original issue reported on code.google.com by
corent...@gmail.com
on 25 Apr 2014 at 8:51