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