| Commit message (Expand) | Author | Files | Lines |
2020-09-08 | Add the SledjChisl stuff. | onefang | 1 | -0/+445 |
2020-03-16 | Shuffle stuff. | onefang | 1 | -0/+0 |
2014-04-15 | Minor comment fixes. | David Walter Seikel | 1 | -2/+2 |
2014-04-15 | Switch to using ARRAY_LEN. | David Walter Seikel | 1 | -2/+2 |
2014-04-15 | Fix up a couple of bugs in the buffer full case. | David Walter Seikel | 1 | -3/+5 |
2014-04-15 | Better comments about CSI. | David Walter Seikel | 1 | -19/+28 |
2014-04-15 | Switch to xread, remove excess error checking stuff. | David Walter Seikel | 1 | -9/+2 |
2014-04-15 | Change from using a bunch of callbacks to using one, with a structure and type. | David Walter Seikel | 1 | -8/+29 |
2014-02-01 | Better method to tell if it's ordinary characters, and deal with partial read... | David Walter Seikel | 1 | -12/+3 |
2014-02-01 | Smarten up the CSI parser a little. | David Walter Seikel | 1 | -16/+13 |
2014-02-01 | Fix typo in key definitions. | David Walter Seikel | 1 | -1/+1 |
2014-02-01 | Stop ignoring read errors. | David Walter Seikel | 1 | -6/+1 |
2014-02-01 | Check for lone escapes a little differently. | David Walter Seikel | 1 | -2/+6 |
2014-02-01 | Rename some keys and remove special casing of MC Esc digit sequences. | David Walter Seikel | 1 | -30/+5 |
2014-01-31 | Squeeze things into 80 character lines. | David Walter Seikel | 1 | -41/+73 |
2014-01-31 | And the rest of the gratuitous name changes. | David Walter Seikel | 1 | -1/+1 |
2014-01-31 | Gratuitous name changes. | David Walter Seikel | 1 | -4/+4 |
2014-01-31 | Make CSI docs more pretty. | David Walter Seikel | 1 | -12/+21 |
2014-01-31 | Oops, left this bit out of the array null terminal removal. | David Walter Seikel | 1 | -0/+1 |
2014-01-31 | Move CSI variable declarations to where they are used. | David Walter Seikel | 1 | -10/+12 |
2014-01-31 | Stop using null terminated array. | David Walter Seikel | 1 | -12/+1 |
2014-01-31 | Document my use of camelCaseNames v underscore_names. | David Walter Seikel | 1 | -1/+7 |
2014-01-30 | Move handle_keys and friends into it's own file, for the library. | David Walter Seikel | 1 | -0/+419 |