Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split out the line updating to it's own function. | David Walter Seikel | 2014-01-28 | 1 | -18/+25 |
| | |||||
* | Reorganise doCommand() and friends a bit. | David Walter Seikel | 2014-01-28 | 1 | -37/+48 |
| | |||||
* | Remove the event structure stuff, not actually using it. | David Walter Seikel | 2014-01-28 | 1 | -66/+44 |
| | |||||
* | Move the per loop stuff into the do command stuff. Much saner. | David Walter Seikel | 2014-01-28 | 1 | -30/+27 |
| | |||||
* | Exit editLine on an EOF. | David Walter Seikel | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | Categorise, comment, extend, and sort the keys we respond to. | David Walter Seikel | 2014-01-28 | 1 | -48/+81 |
| | |||||
* | Document the escape sequences we send. | David Walter Seikel | 2014-01-28 | 1 | -0/+9 |
| | |||||
* | Document key and command matching complications that are not yet handled. | David Walter Seikel | 2014-01-28 | 1 | -2/+19 |
| | |||||
* | Hack up editLine to make it more generic, and remove the dependency on box ↵ | David Walter Seikel | 2014-01-28 | 1 | -104/+141 |
| | | | | and view. | ||||
* | More vi fixes after the re organisation. | David Walter Seikel | 2014-01-28 | 1 | -15/+34 |
| | |||||
* | More command comments. | David Walter Seikel | 2014-01-28 | 1 | -5/+5 |
| | |||||
* | MC gets some WS style Control duplicates for lazy control key fingers. | David Walter Seikel | 2014-01-28 | 1 | -0/+2 |
| | |||||
* | Some Rob style simplifications. | David Walter Seikel | 2014-01-28 | 1 | -35/+32 |
| | |||||
* | Fix some typos. | David Walter Seikel | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | White space fixes. | David Walter Seikel | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | Sort the keys array by type, purely for reference. | David Walter Seikel | 2014-01-27 | 1 | -61/+72 |
| | |||||
* | Choose a new control key for box splitting in MC. Ctrl-o is in use. | David Walter Seikel | 2014-01-27 | 1 | -4/+4 |
| | |||||
* | Tab indented source code -> two space indents. Much more sane. | David Walter Seikel | 2014-01-27 | 1 | -1711/+1712 |
| | |||||
* | Remove vi stuff from the header, it's not used in the res tof the toybox source. | David Walter Seikel | 2014-01-27 | 1 | -3/+1 |
| | |||||
* | Major rejig of the main loop. | David Walter Seikel | 2014-01-27 | 1 | -152/+114 |
| | | | | | | Simpler. Fixed up control key combinations. Probably fucked up vi some how. | ||||
* | Fix up and change some MC edit keys. | David Walter Seikel | 2014-01-27 | 1 | -5/+9 |
| | |||||
* | White space clean ups. | David Walter Seikel | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Add some comments and bug report from the toybox mailing list. | David Walter Seikel | 2014-01-27 | 1 | -1/+168 |
| | |||||
* | Clarify a comment. | David Walter Seikel | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Fix some typos in comments. | David Walter Seikel | 2014-01-27 | 1 | -4/+4 |
| | |||||
* | Fix bit rot, toybox changed a couple of things. | David Walter Seikel | 2014-01-27 | 1 | -2/+1 |
| | |||||
* | Note about a segfault found by Roy Tam on the toybox mailing list. | David Walter Seikel | 2012-09-06 | 1 | -0/+1 |
| | |||||
* | Add the actual source file. | David Walter Seikel | 2012-09-06 | 1 | -0/+2487 |