index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
boxes
/
dumbsh.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
Shuffle stuff.
onefang
1
-0
/
+0
2014-04-21
Updated to match toybox 0.4.8, xmsprintf() -> xmprintf().
David Walter Seikel
1
-1
/
+1
2014-04-15
Mark the key / command mapping structure constant.
David Walter Seikel
1
-1
/
+1
2014-04-15
Change from using a bunch of callbacks to using one, with a structure and type.
David Walter Seikel
1
-57
/
+62
2014-02-01
Fix dumb off by one error in dumbsh.
David Walter Seikel
1
-1
/
+1
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 read...
David Walter Seikel
1
-11
/
+14
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