You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.07Aug65432131Jul302928272524222117161413121110432130Jun292726252423222120171615141312876432131May30282725242322211817161514121065432129Apr272625242317161513121110875431Mar302928232221201917141312111094129Feb28262524232221201816151413121110976531Jan29262524222120171514131211109743231Dec30292322201811usage: show that the option --wordchars needs an argumentfiles: avoid a warning about not being able to write a lockfiletweaks: reduce two comparisons to a single oneshortcuts: zero the value of 'toggle' for keys that are not toggleschars: make searching case-insensitively some ten percent fasterdebug: add a timing instrument to the main search routinetweaks: correct one comment, and adjust anothertweaks: don't optimize for a special case -- it is far too seldomchars: remove superfluous aftercheckschars: don't persist when only one of the compared sequences is invalidchars: properly compare strings of different lengthschars: straighten out the flow of a loop, so it is easier to followchars: remove a special case that never occursspelling: don't abort when a misspelled word isn't found, just note itspelling: don't consider digits as word parts, because GNU spell doesn'ttweaks: compile a parameter unconditionallylocking: remove any lock files when dyingscreen: remove redundant redrawings of the entire edit windowtweaks: restore earlier conditions to prevent superfluous redrawingstweaks: rename a function, and adjust some commentsscreen: don't look at placewewant but at where we actually were and aretweaks: unconditionally compile a couple of parametersfiles: make allowances for 32-bit PIDsinput: ingest as verbatim just one control code or one or two escapestweaks: remove some unnecessary keycodes from a switch statementtweaks: normalize some whitespace and adjust several commentstweaks: rename three constants, for clarity, and hardcode two otherstweaks: don't bother setting meta_key to false when a key is invalidtweaks: don't use a function call when reference to the variable will dotweaks: move the modified editing keys againtweaks: adjust indentation after the previous changestweaks: return quicker from the key parsing routinetweaks: move some debugging stuff, and move modified editing keys tootweaks: elide the global variable 'func_key'tweaks: add a variable, in preparation for making returning easiertweaks: replace a three-case switch with an if and an elsetweaks: consistently use a parameter instead of a struct elementtweaks: reshuffle two ifs for a little more speedtweaks: normalize some indentationtweaks: condense three asserts into a single one