aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dumbsh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-21Updated to match toybox 0.4.8, xmsprintf() -> xmprintf().David Walter Seikel1-1/+1
2014-04-15Mark the key / command mapping structure constant.David Walter Seikel1-1/+1
2014-04-15Change from using a bunch of callbacks to using one, with a structure and type.David Walter Seikel1-57/+62
2014-02-01Fix dumb off by one error in dumbsh.David Walter Seikel1-1/+1
2014-02-01Fixed dumbsh end of screen handling.David Walter Seikel1-8/+5
2014-02-01Better method to tell if it's ordinary characters, and deal with partial read...David Walter Seikel1-11/+14
2014-02-01Rename some keys and remove special casing of MC Esc digit sequences.David Walter Seikel1-2/+1
2014-01-31Squeeze things into 80 character lines.David Walter Seikel1-6/+10
2014-01-31Add more comments.David Walter Seikel1-0/+21
2014-01-31Another null terminated array removal.David Walter Seikel1-3/+2
2014-01-31More gratuitous name changes.David Walter Seikel1-24/+28
2014-01-30Actually scroll the terminal when we get to the end of it.David Walter Seikel1-3/+8
2014-01-30Fix up dumbsh so it all works.David Walter Seikel1-39/+65
2014-01-30Added dumbsh, a really really dumb shell, for demonstration.David Walter Seikel1-0/+220