Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change from using a bunch of callbacks to using one, with a structure and type. | David Walter Seikel | 2014-04-15 | 1 | -57/+62 |
| | |||||
* | 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 |
| | |||||
* | Better method to tell if it's ordinary characters, and deal with partial ↵ | David Walter Seikel | 2014-02-01 | 1 | -11/+14 |
| | | | | reads better. | ||||
* | Rename some keys and remove special casing of MC Esc digit sequences. | David Walter Seikel | 2014-02-01 | 1 | -2/+1 |
| | |||||
* | Squeeze things into 80 character lines. | David Walter Seikel | 2014-01-31 | 1 | -6/+10 |
| | |||||
* | 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 |
| | |||||
* | 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. |