PDA

View Full Version : LTerm (Lua Scriptable ANSI terminal) updated



jdarling
15-01-2010, 05:49 PM
One of my little pet projects (LTerm) caught my attention again last night as I was trying to get into my companies host environment. Its been a long time since I looked at this project at all, and I needed to do a few minor tweaks to it anyways.

So, I've updated LTerm and am posting about it here. Its actually quite an advanced little terminal application considering it was developed as a test for my ANSI Terminal control for Lazarus.

Features include:
* Lua scripting
* Selection of rendering font (Terminal by default, but you can set to whatever you want)
* Full documentation
* Opensource under LGPL for uANSITerminal.pas file
* Connection List
* Local Echo (if enabled)
* Quick Key Processor (\t, \n, \r, etc) when using command box
* Command box for indirect entry (good for gaming or when you need to make sure you have that command line proper before you press enter)
* FREE

Anyways, if anyone is interested in ANSI terminals any more, or just wants a look, you can download it at: http://www.eonclash.com/LTerm/LTerm.zip

- Jeremy