Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | TODO++ | David Walter Seikel | 2015-01-04 | 1 | -1/+4 | |
| | | ||||||
| * | Updated to match toybox 0.4.8, xmsprintf() -> xmprintf(). | David Walter Seikel | 2014-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Minor comment fixes. | David Walter Seikel | 2014-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | Switch to using ARRAY_LEN. | David Walter Seikel | 2014-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | Fix up a couple of bugs in the buffer full case. | David Walter Seikel | 2014-04-15 | 1 | -3/+5 | |
| | | ||||||
| * | Better comments about CSI. | David Walter Seikel | 2014-04-15 | 1 | -19/+28 | |
| | | ||||||
| * | Switch to xread, remove excess error checking stuff. | David Walter Seikel | 2014-04-15 | 1 | -9/+2 | |
| | | ||||||
| * | Mark the key / command mapping structure constant. | David Walter Seikel | 2014-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Links about the different versions of showkey. | David Walter Seikel | 2014-04-15 | 1 | -1/+4 | |
| | | ||||||
| * | Change from using a bunch of callbacks to using one, with a structure and type. | David Walter Seikel | 2014-04-15 | 5 | -166/+240 | |
| | | ||||||
| * | Add a showkey toy. Not standard, I'll see if there's an actual standard later. | David Walter Seikel | 2014-04-10 | 1 | -0/+125 | |
| | | ||||||
| * | Various key mapping fixes for the editors. | David Walter Seikel | 2014-02-01 | 1 | -3/+4 | |
| | | ||||||
| * | Fix dumb off by one error in dumbsh. | David Walter Seikel | 2014-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed dumbsh end of screen handling. | David Walter Seikel | 2014-02-01 | 1 | -8/+5 | |
| | | ||||||
| * | Rejig the joe commands a little. Now we have a quit. | David Walter Seikel | 2014-02-01 | 1 | -4/+4 | |
| | | ||||||
| * | Terminal resize now does the right thing in boxes. | David Walter Seikel | 2014-02-01 | 1 | -2/+5 | |
| | | ||||||
| * | Comment++ | David Walter Seikel | 2014-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Disable mouse stuff until I actually write it. | David Walter Seikel | 2014-02-01 | 1 | -2/+2 | |
| | | ||||||
| * | Better method to tell if it's ordinary characters, and deal with partial ↵ | David Walter Seikel | 2014-02-01 | 4 | -37/+46 | |
| | | | | | | | | reads better. | |||||
| * | Smarten up the CSI parser a little. | David Walter Seikel | 2014-02-01 | 1 | -16/+13 | |
| | | ||||||
| * | Fix typo in key definitions. | David Walter Seikel | 2014-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Stop ignoring read errors. | David Walter Seikel | 2014-02-01 | 1 | -6/+1 | |
| | | ||||||
| * | Check for lone escapes a little differently. | David Walter Seikel | 2014-02-01 | 1 | -2/+6 | |
| | | ||||||
| * | Rename some keys and remove special casing of MC Esc digit sequences. | David Walter Seikel | 2014-02-01 | 4 | -58/+38 | |
| | | ||||||
| * | Squeeze things into 80 character lines. | David Walter Seikel | 2014-01-31 | 2 | -47/+83 | |
| | | ||||||
| * | Add more comments. | David Walter Seikel | 2014-01-31 | 1 | -0/+21 | |
| | | ||||||
| * | Another null terminated array removal. | David Walter Seikel | 2014-01-31 | 1 | -3/+2 | |
| | | ||||||
| * | More gratuitous name changes. | David Walter Seikel | 2014-01-31 | 1 | -24/+28 | |
| | | ||||||
| * | And the rest of the gratuitous name changes. | David Walter Seikel | 2014-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Gratuitous name changes. | David Walter Seikel | 2014-01-31 | 1 | -4/+4 | |
| | | ||||||
| * | Make CSI docs more pretty. | David Walter Seikel | 2014-01-31 | 1 | -12/+21 | |
| | | ||||||
| * | Oops, left this bit out of the array null terminal removal. | David Walter Seikel | 2014-01-31 | 1 | -0/+1 | |
| | | ||||||
| * | Move CSI variable declarations to where they are used. | David Walter Seikel | 2014-01-31 | 1 | -10/+12 | |
| | | ||||||
| * | Stop using null terminated array. | David Walter Seikel | 2014-01-31 | 1 | -12/+1 | |
| | | ||||||
| * | Document my use of camelCaseNames v underscore_names. | David Walter Seikel | 2014-01-31 | 1 | -1/+7 | |
| | | ||||||
| * | Document handle_keys() and friends. | David Walter Seikel | 2014-01-31 | 1 | -1/+48 | |
| | | ||||||
| * | Actually scroll the terminal when we get to the end of it. | David Walter Seikel | 2014-01-30 | 1 | -3/+8 | |
| | | ||||||
| * | Fix up dumbsh so it all works. | David Walter Seikel | 2014-01-30 | 1 | -39/+65 | |
| | | ||||||
| * | Added dumbsh, a really really dumb shell, for demonstration. | David Walter Seikel | 2014-01-30 | 1 | -0/+220 | |
| | | | | | | | | Yes, I know, it's still broken. | |||||
| * | Make the border data static. | David Walter Seikel | 2014-01-30 | 1 | -3/+2 | |
| | | ||||||
| * | 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 | |
| | |