AshokEmrys / conque

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

Cannot clear the screen in ConqueTerm #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open MacVim 7.3.390
2. Execute  :ConqueTerm bash
3. Execute ls for example.
4. Execute clear.
5. Notice that the cursor goes back to the top but the screen is not cleared. 
There isn't a way to clear the screen on ConqueTerm.

What is the expected output? What do you see instead?
I was expecting for the clear command to behave the same it does on a regular 
terminal. That's to clear the screen.

What version of the product are you using? On what operating system?
Version 2.3 on OS X Lion 10.7.3

Please provide any additional information below.

Original issue reported on code.google.com by jriv...@samaritan.com on 2 Mar 2012 at 8:14

GoogleCodeExporter commented 8 years ago
Same issue here, GVIM on Linux

Original comment by j...@mooring.com on 29 Nov 2012 at 3:53

GoogleCodeExporter commented 8 years ago
This problem only shows when ConqueTerm is set to xterm, Macvim OSX 10.9.

Original comment by jianfe...@gmail.com on 4 Sep 2014 at 11:58

GoogleCodeExporter commented 8 years ago
This is a feature of bash, not of ConqueTerm. Open a terminal (outside of vim) 
and type:

$ ls /usr/bin
$ clear

(The first command is just to get more than screen full of text.)
You will see that the terminal has not cleared any history, only scrolled down.

To truly clear a bash terminal type

$ reset

Unfortunately, this does not seem to work in ConqueTerm.

Original comment by jskow...@gmail.com on 15 Oct 2014 at 6:25