finalterm icon indicating copy to clipboard operation
finalterm copied to clipboard

[Runtime]: incorrect line wrapping

Open kuzp opened this issue 11 years ago • 2 comments

Line wrapping for long commands works incorrect: if carret goes to the end of line (while typing), carret won't change the line and the text in current line will be overwritten cyclically starting begin of the line

To reproduce this bug, just tupe long command. Logicaly the typed command works fine, but its text presentation in terminal is not correct

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

kuzp avatar May 20 '13 20:05 kuzp

Thank you for the report. This bug is actually caused by bash trying to be too smart and taking over line wrapping when Final Term can already do that itself. I'm still evaluating how to best fix this.

p-e-w avatar May 20 '13 20:05 p-e-w

@p-e-w Are you sure that this isn't the issue? Sadly, I tried escaping the non-displayable characters in final_term_control_sequence (a function which can be found in data/Startup/bash_startup.in), and it had no effect.

nashley avatar Aug 30 '14 21:08 nashley