On 10/18/11 12:01, Nick wrote:
I just read about terminator
<http://software.jessies.org/terminator/>, and thought a
couple of its features sounded worth stealing (both require
scrollback to be implemented):
* Logging - logs of terminal sessions can be saved. It only
makes sense to do this on command, rather than automatically
(as terminator does). Once scrollback exists, this becomes
pretty easy (just save that).
use script, ytscript or ttyrec.
* Find - search through scrollback (maybe using regex).
we have no scrollback, and we delegate this task to
Another nice thing to have would be:
* Smart reflowing of text on window resize. I think OSX's
terminal emulator might do this.
that would be cool if we supported scrollback. which is imho the main
reason i dont use st as my main terminal
None of these should take much code, I think. I'd like to
add these myself, but I'd like it even more if someone else
did.
Nick