summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* error message shouldn't include file/line numberjluehrs22008-05-261-1/+1
|
* add a simple irc evalbot for teco... needs to be expanded quite a bit to ↵jluehrs22008-05-221-0/+26
| | | | deal with things like escape/control characters, security, etc
* make execute return anything that would be printed to stdout, rather than ↵jluehrs22008-05-221-1/+2
| | | | printing it directly
* use the error message that te uses for ^Cjluehrs22008-05-221-1/+1
|
* format errors the way actual teco doesjluehrs22008-05-221-1/+1
|
* make ^C throw an interrupt rather than killing the program if it's received ↵jluehrs22008-05-211-0/+1
| | | | while a command is executing
* ReadKey fails on undef, not falsejluehrs22008-05-211-1/+4
|
* add a teco shell binaryjluehrs22008-05-201-0/+83