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
/
handlekeys.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Switch to xread, remove excess error checking stuff.
David Walter Seikel
2014-04-15
1
-9
/
+2
|
*
Change from using a bunch of callbacks to using one, with a structure and type.
David Walter Seikel
2014-04-15
1
-8
/
+29
|
*
Better method to tell if it's ordinary characters, and deal with partial ↵
David Walter Seikel
2014-02-01
1
-12
/
+3
|
|
|
|
reads better.
*
Smarten up the CSI parser a little.
David Walter Seikel
2014-02-01
1
-16
/
+13
|
*
Fix typo in key definitions.
David Walter Seikel
2014-02-01
1
-1
/
+1
|
*
Stop ignoring read errors.
David Walter Seikel
2014-02-01
1
-6
/
+1
|
*
Check for lone escapes a little differently.
David Walter Seikel
2014-02-01
1
-2
/
+6
|
*
Rename some keys and remove special casing of MC Esc digit sequences.
David Walter Seikel
2014-02-01
1
-30
/
+5
|
*
Squeeze things into 80 character lines.
David Walter Seikel
2014-01-31
1
-41
/
+73
|
*
And the rest of the gratuitous name changes.
David Walter Seikel
2014-01-31
1
-1
/
+1
|
*
Gratuitous name changes.
David Walter Seikel
2014-01-31
1
-4
/
+4
|
*
Make CSI docs more pretty.
David Walter Seikel
2014-01-31
1
-12
/
+21
|
*
Oops, left this bit out of the array null terminal removal.
David Walter Seikel
2014-01-31
1
-0
/
+1
|
*
Move CSI variable declarations to where they are used.
David Walter Seikel
2014-01-31
1
-10
/
+12
|
*
Stop using null terminated array.
David Walter Seikel
2014-01-31
1
-12
/
+1
|
*
Document my use of camelCaseNames v underscore_names.
David Walter Seikel
2014-01-31
1
-1
/
+7
|
*
Move handle_keys and friends into it's own file, for the library.
David Walter Seikel
2014-01-30
1
-0
/
+419