Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-01 | Fixed dumbsh end of screen handling. | David Walter Seikel | 1 | -8/+5 | |
2014-02-01 | Better method to tell if it's ordinary characters, and deal with partial ↵ | David Walter Seikel | 1 | -11/+14 | |
reads better. | |||||
2014-02-01 | Rename some keys and remove special casing of MC Esc digit sequences. | David Walter Seikel | 1 | -2/+1 | |
2014-01-31 | Squeeze things into 80 character lines. | David Walter Seikel | 1 | -6/+10 | |
2014-01-31 | Add more comments. | David Walter Seikel | 1 | -0/+21 | |
2014-01-31 | Another null terminated array removal. | David Walter Seikel | 1 | -3/+2 | |
2014-01-31 | More gratuitous name changes. | David Walter Seikel | 1 | -24/+28 | |
2014-01-30 | Actually scroll the terminal when we get to the end of it. | David Walter Seikel | 1 | -3/+8 | |
2014-01-30 | Fix up dumbsh so it all works. | David Walter Seikel | 1 | -39/+65 | |
2014-01-30 | Added dumbsh, a really really dumb shell, for demonstration. | David Walter Seikel | 1 | -0/+220 | |
Yes, I know, it's still broken. |