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
/
boxes.c
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2014-01-28
Remove the event structure stuff, not actually using it.
David Walter Seikel
1
-66
/
+44
2014-01-28
Move the per loop stuff into the do command stuff. Much saner.
David Walter Seikel
1
-30
/
+27
2014-01-28
Exit editLine on an EOF.
David Walter Seikel
1
-0
/
+1
2014-01-28
Categorise, comment, extend, and sort the keys we respond to.
David Walter Seikel
1
-48
/
+81
2014-01-28
Document the escape sequences we send.
David Walter Seikel
1
-0
/
+9
2014-01-28
Document key and command matching complications that are not yet handled.
David Walter Seikel
1
-2
/
+19
2014-01-28
Hack up editLine to make it more generic, and remove the dependency on box ↵
David Walter Seikel
1
-104
/
+141
and view.
2014-01-28
More vi fixes after the re organisation.
David Walter Seikel
1
-15
/
+34
2014-01-28
More command comments.
David Walter Seikel
1
-5
/
+5
2014-01-28
MC gets some WS style Control duplicates for lazy control key fingers.
David Walter Seikel
1
-0
/
+2
2014-01-28
Some Rob style simplifications.
David Walter Seikel
1
-35
/
+32
2014-01-28
Fix some typos.
David Walter Seikel
1
-3
/
+3
2014-01-28
White space fixes.
David Walter Seikel
1
-3
/
+3
2014-01-27
Sort the keys array by type, purely for reference.
David Walter Seikel
1
-61
/
+72
2014-01-27
Choose a new control key for box splitting in MC. Ctrl-o is in use.
David Walter Seikel
1
-4
/
+4
2014-01-27
Tab indented source code -> two space indents. Much more sane.
David Walter Seikel
1
-1711
/
+1712
2014-01-27
Remove vi stuff from the header, it's not used in the res tof the toybox source.
David Walter Seikel
1
-3
/
+1
2014-01-27
Major rejig of the main loop.
David Walter Seikel
1
-152
/
+114
Simpler. Fixed up control key combinations. Probably fucked up vi some how.
2014-01-27
Fix up and change some MC edit keys.
David Walter Seikel
1
-5
/
+9
2014-01-27
White space clean ups.
David Walter Seikel
1
-1
/
+1
2014-01-27
Add some comments and bug report from the toybox mailing list.
David Walter Seikel
1
-1
/
+168
2014-01-27
Clarify a comment.
David Walter Seikel
1
-1
/
+1
2014-01-27
Fix some typos in comments.
David Walter Seikel
1
-4
/
+4
2014-01-27
Fix bit rot, toybox changed a couple of things.
David Walter Seikel
1
-2
/
+1
2012-09-06
Note about a segfault found by Roy Tam on the toybox mailing list.
David Walter Seikel
1
-0
/
+1
2012-09-06
Add the actual source file.
David Walter Seikel
1
-0
/
+2487