Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, typo. | David Walter Seikel | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Move handle_keys and friends into it's own file, for the library. | David Walter Seikel | 2014-01-30 | 3 | -414/+432 |
| | |||||
* | I have no idea how my email address has been wrong for two years. lol | David Walter Seikel | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Move the actual CSI command scanner out of handle_keys(). | David Walter Seikel | 2014-01-30 | 1 | -20/+29 |
| | |||||
* | Move all the SIGWINCH stuff inte handle_keys(). | David Walter Seikel | 2014-01-30 | 1 | -14/+17 |
| | |||||
* | Minor clean ups. | David Walter Seikel | 2014-01-30 | 1 | -13/+7 |
| | |||||
* | Move the last of the boxes specific stuff out of handle_keys(), and some ↵ | David Walter Seikel | 2014-01-30 | 1 | -108/+61 |
| | | | | clean up of CSI variables. | ||||
* | Move the "shortest unique string" comments to where they will do the most good. | David Walter Seikel | 2014-01-30 | 1 | -7/+5 |
| | |||||
* | Rename a bunch of stuff. | David Walter Seikel | 2014-01-30 | 1 | -41/+42 |
| | |||||
* | Ah, THAT's why the sig atomic thing didn't work. | David Walter Seikel | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Convert to using pselect(), more portable than ppoll(). | David Walter Seikel | 2014-01-30 | 1 | -43/+32 |
| | |||||
* | Change the made up MC windows and command line keys. Now more MC like. | David Walter Seikel | 2014-01-29 | 1 | -10/+6 |
| | |||||
* | Clean up some comments. | David Walter Seikel | 2014-01-29 | 1 | -6/+0 |
| | |||||
* | Clean up some comments. | David Walter Seikel | 2014-01-29 | 1 | -22/+22 |
| | |||||
* | SIGWINCH, the final piece of the terminal resizing puzzle. | David Walter Seikel | 2014-01-29 | 1 | -13/+47 |
| | | | | Except for the "not updating everything properly" bug. | ||||
* | Some clean ups, mostly to do with ^C now working. | David Walter Seikel | 2014-01-29 | 1 | -11/+7 |
| | |||||
* | Deal with terminal resize. | David Walter Seikel | 2014-01-29 | 1 | -5/+16 |
| | | | | NOTE - not actually triggering this yet, and it's still slightly buggy. | ||||
* | Fix parsing the final CSI parameter. | David Walter Seikel | 2014-01-29 | 1 | -3/+5 |
| | |||||
* | Fix memory corruption. | David Walter Seikel | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Document the terminal use of control characters. | David Walter Seikel | 2014-01-29 | 1 | -14/+14 |
| | |||||
* | Better way to deal with the signals, tell the terminal not to send them. | David Walter Seikel | 2014-01-29 | 1 | -4/+33 |
| | |||||
* | Revert the signal catcher code as promised. | David Walter Seikel | 2014-01-29 | 1 | -76/+1 |
| | |||||
* | Signal catcher to catch those signals sent on keystrokes. | David Walter Seikel | 2014-01-29 | 1 | -1/+77 |
| | | | | | Actually found a better way while researching this, and this all gets deleted. I wanted to save this version in the git history though. | ||||
* | Add a CSI parser. We need one for terminal sizing and mouse reports. | David Walter Seikel | 2014-01-29 | 1 | -76/+210 |
| | |||||
* | Add bogus MC key, coz tmux is screwing with things. | David Walter Seikel | 2014-01-29 | 1 | -0/+1 |
| | |||||
* | Dump the key buffer on EOF. | David Walter Seikel | 2014-01-29 | 1 | -0/+2 |
| | |||||
* | More escape sequence docs and clean ups. | David Walter Seikel | 2014-01-28 | 1 | -13/+9 |
| | |||||
* | 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 |
| | |||||
* | Remove that part of the README that says I've not looked at it recently. B-) | David Walter Seikel | 2014-01-27 | 1 | -3/+0 |
| | |||||
* | Fixed a typo in the README. | David Walter Seikel | 2014-01-27 | 1 | -3/+2 |
| |