| Commit message (Expand) | Author | Files | Lines |
2020-03-16 | Add a bunch of test key bindings. | onefang | 1 | -0/+15 |
2020-03-16 | Update to toybox API change. | onefang | 1 | -7/+3 |
2020-03-16 | Compile boxes by default. | onefang | 1 | -1/+1 |
2020-03-16 | Shuffle stuff. | onefang | 1 | -0/+0 |
2015-01-04 | TODO++ | David Walter Seikel | 1 | -1/+4 |
2014-04-15 | Change from using a bunch of callbacks to using one, with a structure and type. | David Walter Seikel | 1 | -42/+52 |
2014-02-01 | Various key mapping fixes for the editors. | David Walter Seikel | 1 | -3/+4 |
2014-02-01 | Rejig the joe commands a little. Now we have a quit. | David Walter Seikel | 1 | -4/+4 |
2014-02-01 | Terminal resize now does the right thing in boxes. | David Walter Seikel | 1 | -2/+5 |
2014-02-01 | Comment++ | David Walter Seikel | 1 | -0/+1 |
2014-02-01 | Disable mouse stuff until I actually write it. | David Walter Seikel | 1 | -2/+2 |
2014-02-01 | Better method to tell if it's ordinary characters, and deal with partial read... | David Walter Seikel | 1 | -9/+18 |
2014-02-01 | Rename some keys and remove special casing of MC Esc digit sequences. | David Walter Seikel | 1 | -24/+31 |
2014-01-30 | Make the border data static. | David Walter Seikel | 1 | -3/+2 |
2014-01-30 | Oops, typo. | David Walter Seikel | 1 | -1/+1 |
2014-01-30 | Move handle_keys and friends into it's own file, for the library. | David Walter Seikel | 1 | -414/+6 |
2014-01-30 | I have no idea how my email address has been wrong for two years. lol | David Walter Seikel | 1 | -1/+1 |
2014-01-30 | Move the actual CSI command scanner out of handle_keys(). | David Walter Seikel | 1 | -20/+29 |
2014-01-30 | Move all the SIGWINCH stuff inte handle_keys(). | David Walter Seikel | 1 | -14/+17 |
2014-01-30 | Minor clean ups. | David Walter Seikel | 1 | -13/+7 |
2014-01-30 | Move the last of the boxes specific stuff out of handle_keys(), and some clea... | David Walter Seikel | 1 | -108/+61 |
2014-01-30 | Move the "shortest unique string" comments to where they will do the most good. | David Walter Seikel | 1 | -7/+5 |
2014-01-30 | Rename a bunch of stuff. | David Walter Seikel | 1 | -41/+42 |
2014-01-30 | Ah, THAT's why the sig atomic thing didn't work. | David Walter Seikel | 1 | -1/+1 |
2014-01-30 | Convert to using pselect(), more portable than ppoll(). | David Walter Seikel | 1 | -43/+32 |
2014-01-29 | Change the made up MC windows and command line keys. Now more MC like. | David Walter Seikel | 1 | -10/+6 |
2014-01-29 | Clean up some comments. | David Walter Seikel | 1 | -6/+0 |
2014-01-29 | Clean up some comments. | David Walter Seikel | 1 | -22/+22 |
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 |