AshokEmrys / conque

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

Add ConqueClearBuffer or Something Similar #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've noticed that ConqueTerm doesn't use the last line in the buffer as the 
line to write into, and instead maintains it separately somehow.

Use case - I run something that generates a lot of output, and I would like to 
search over this output.  If I run the thing again, I'd like to be able to 
delete the old buffer output, but ConqueTerm leaves you with a whole lot of 
whitespace if you try to manually edit the buffer (which I guess is supposed to 
be illegal).

Original issue reported on code.google.com by jmschei...@google.com on 25 Sep 2011 at 9:12