ConEmu / old-issues

Old issues for ConEmu project (import is pending)
http://conemu.github.io/
0 stars 1 forks source link

Fails to clear (cls) when exiting VIM editor #1137

Closed ConEmu closed 9 years ago

ConEmu commented 9 years ago

From luissanc...@gmail.com on July 06, 2013 11:21:31

Required information! OS version: Win7 SP 1 x64 ConEmu version: 130612[64] Far version (if you are using Far Manager): ? Bug description ... when I'm in ConEmu and then I start VIM editor all looks fine, I'm glad ConEmu shows the nice colors of VIM source code color coding. But then, when I exit VIM and get back to the ConEmu previous shell level, my window looks deleted and the command prompt cursor isn't at the top but it's when I was when starting VIM. Thus, it means it doesn't apply a clear (cls) but the problem is that what the buffer showed before starting VIM is deleted and not shown anymore.

The proper solution would be 1 of 2,

  1. to apply CLS command everytime exiting VIM so that the buffer is shown new and my command prompt cursor is at top on the first line. or...
  2. to refresh the buffer properly and display all the content which was there before. Steps to reproduction 0. do several shell commands on the command prompt so that the terminal shows the cursor in about the middle of the screen and not at the top.
  3. Start ConEmu 2. Start VIM like "vim code.c"
  4. type a good deal in Vim editor.
  5. exit vim editor with ESC : wq command.
  6. Confirm that back at your original command prompt shell level, what you've typed in step 0. doesn't show anymore.

Check attached a and b pictures.

Attachment: a.JPG b.JPG

Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=1138

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on July 06, 2013 11:22:52

Upgrade to latest build first

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on July 15, 2013 07:55:48

Status: Fixed

ConEmu commented 9 years ago

From luissanc...@gmail.com on July 15, 2013 09:34:23

yes, it was fixed.