aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/handlekeys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor comment fixes.David Walter Seikel2014-04-151-2/+2
* Switch to using ARRAY_LEN.David Walter Seikel2014-04-151-2/+2
* Fix up a couple of bugs in the buffer full case.David Walter Seikel2014-04-151-3/+5
* Better comments about CSI.David Walter Seikel2014-04-151-19/+28
* Switch to xread, remove excess error checking stuff.David Walter Seikel2014-04-151-9/+2
* Change from using a bunch of callbacks to using one, with a structure and type.David Walter Seikel2014-04-151-8/+29
* Better method to tell if it's ordinary characters, and deal with partial read...David Walter Seikel2014-02-011-12/+3
* Smarten up the CSI parser a little.David Walter Seikel2014-02-011-16/+13
* Fix typo in key definitions.David Walter Seikel2014-02-011-1/+1
* Stop ignoring read errors.David Walter Seikel2014-02-011-6/+1
* Check for lone escapes a little differently.David Walter Seikel2014-02-011-2/+6
* Rename some keys and remove special casing of MC Esc digit sequences.David Walter Seikel2014-02-011-30/+5
* Squeeze things into 80 character lines.David Walter Seikel2014-01-311-41/+73
* And the rest of the gratuitous name changes.David Walter Seikel2014-01-311-1/+1
* Gratuitous name changes.David Walter Seikel2014-01-311-4/+4
* Make CSI docs more pretty.David Walter Seikel2014-01-311-12/+21
* Oops, left this bit out of the array null terminal removal.David Walter Seikel2014-01-311-0/+1
* Move CSI variable declarations to where they are used.David Walter Seikel2014-01-311-10/+12
* Stop using null terminated array.David Walter Seikel2014-01-311-12/+1
* Document my use of camelCaseNames v underscore_names.David Walter Seikel2014-01-311-1/+7
* Move handle_keys and friends into it's own file, for the library.David Walter Seikel2014-01-301-0/+419