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