p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

Cursor places before end of prompt #351

Closed logoff closed 9 years ago

logoff commented 9 years ago

Cursor is placed before end of prompt and when I start writing, characters overlap prompt.

image

After writing some commands, cursor is placed correctly.

image

It seems that Final term is writing its own prompt (~$) and my .bashrc redefines it (printing time and other custom parts, like this 08:57:22 ✔ logoff:~$). It seems a kind of mess between them.

p-e-w commented 9 years ago

Final Term definitely does not define its own prompt; rather, it respects the user's prompt as defined in .bashrc. The actual problem here is a subset of https://github.com/p-e-w/finalterm/issues/121.

logoff commented 9 years ago

Thank you! @p-e-w!