AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Conque confused about the position of the prompt if I edit previous output interactively #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
–
$ vim
:ConqueTerm bash
[then from inside that terminal]
$ ls /tmp
<ESC> [escape to command mode]
:2
ddd [delete three lines of ls's output]
A [to get back to the prompt and start entering text]
–

What is the expected output? What do you see instead?
I expect the cursor to be on the line of the prompt.  Actually, it ends up 
three lines below, where the prompt was before I deleted the lines of "ls" 
output.

What version of the product are you using? On what operating system?
conque 2.3 (downloaded and installed as a .vmb)
vim 7.3 on OS X

Original issue reported on code.google.com by l337.h4...@gmail.com on 21 Jul 2015 at 12:55