| Commit message (Expand) | Author | Files | Lines |
2014-01-29 | SIGWINCH, the final piece of the terminal resizing puzzle. | David Walter Seikel | 1 | -13/+47 |
2014-01-29 | Some clean ups, mostly to do with ^C now working. | David Walter Seikel | 1 | -11/+7 |
2014-01-29 | Deal with terminal resize. | David Walter Seikel | 1 | -5/+16 |
2014-01-29 | Fix parsing the final CSI parameter. | David Walter Seikel | 1 | -3/+5 |
2014-01-29 | Fix memory corruption. | David Walter Seikel | 1 | -1/+1 |
2014-01-29 | Document the terminal use of control characters. | David Walter Seikel | 1 | -14/+14 |
2014-01-29 | Better way to deal with the signals, tell the terminal not to send them. | David Walter Seikel | 1 | -4/+33 |
2014-01-29 | Revert the signal catcher code as promised. | David Walter Seikel | 1 | -76/+1 |
2014-01-29 | Signal catcher to catch those signals sent on keystrokes. | David Walter Seikel | 1 | -1/+77 |
2014-01-29 | Add a CSI parser. We need one for terminal sizing and mouse reports. | David Walter Seikel | 1 | -76/+210 |
2014-01-29 | Add bogus MC key, coz tmux is screwing with things. | David Walter Seikel | 1 | -0/+1 |
2014-01-29 | Dump the key buffer on EOF. | David Walter Seikel | 1 | -0/+2 |
2014-01-28 | More escape sequence docs and clean ups. | David Walter Seikel | 1 | -13/+9 |
2014-01-28 | Split out the line updating to it's own function. | David Walter Seikel | 1 | -18/+25 |
2014-01-28 | Reorganise doCommand() and friends a bit. | David Walter Seikel | 1 | -37/+48 |
2014-01-28 | Remove the event structure stuff, not actually using it. | David Walter Seikel | 1 | -66/+44 |
2014-01-28 | Move the per loop stuff into the do command stuff. Much saner. | David Walter Seikel | 1 | -30/+27 |
2014-01-28 | Exit editLine on an EOF. | David Walter Seikel | 1 | -0/+1 |
2014-01-28 | Categorise, comment, extend, and sort the keys we respond to. | David Walter Seikel | 1 | -48/+81 |
2014-01-28 | Document the escape sequences we send. | David Walter Seikel | 1 | -0/+9 |
2014-01-28 | Document key and command matching complications that are not yet handled. | David Walter Seikel | 1 | -2/+19 |
2014-01-28 | Hack up editLine to make it more generic, and remove the dependency on box an... | David Walter Seikel | 1 | -104/+141 |
2014-01-28 | More vi fixes after the re organisation. | David Walter Seikel | 1 | -15/+34 |
2014-01-28 | More command comments. | David Walter Seikel | 1 | -5/+5 |
2014-01-28 | MC gets some WS style Control duplicates for lazy control key fingers. | David Walter Seikel | 1 | -0/+2 |
2014-01-28 | Some Rob style simplifications. | David Walter Seikel | 1 | -35/+32 |
2014-01-28 | Fix some typos. | David Walter Seikel | 1 | -3/+3 |
2014-01-28 | White space fixes. | David Walter Seikel | 1 | -3/+3 |
2014-01-27 | Sort the keys array by type, purely for reference. | David Walter Seikel | 1 | -61/+72 |
2014-01-27 | Choose a new control key for box splitting in MC. Ctrl-o is in use. | David Walter Seikel | 1 | -4/+4 |
2014-01-27 | Tab indented source code -> two space indents. Much more sane. | David Walter Seikel | 1 | -1711/+1712 |
2014-01-27 | Remove vi stuff from the header, it's not used in the res tof the toybox source. | David Walter Seikel | 1 | -3/+1 |
2014-01-27 | Major rejig of the main loop. | David Walter Seikel | 1 | -152/+114 |
2014-01-27 | Fix up and change some MC edit keys. | David Walter Seikel | 1 | -5/+9 |
2014-01-27 | White space clean ups. | David Walter Seikel | 1 | -1/+1 |
2014-01-27 | Add some comments and bug report from the toybox mailing list. | David Walter Seikel | 1 | -1/+168 |
2014-01-27 | Clarify a comment. | David Walter Seikel | 1 | -1/+1 |
2014-01-27 | Fix some typos in comments. | David Walter Seikel | 1 | -4/+4 |
2014-01-27 | Fix bit rot, toybox changed a couple of things. | David Walter Seikel | 1 | -2/+1 |
2012-09-06 | Note about a segfault found by Roy Tam on the toybox mailing list. | David Walter Seikel | 1 | -0/+1 |
2012-09-06 | Add the actual source file. | David Walter Seikel | 1 | -0/+2487 |