index
:
boxes
master
A test bed for a generic editor / pager thingy for the toybox project.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
dumbsh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark the key / command mapping structure constant.
David Walter Seikel
2014-04-15
1
-1
/
+1
*
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 read...
David Walter Seikel
2014-02-01
1
-11
/
+14
*
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