You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.03Oct215Jan10652131Dec302827262318171611103229Nov26252221201914121187654330Oct242322211816151297532130Sep292826252320191817161312987131Aug302928272625222120181615111098765431Jul3029242322201918171615141312111084Jun32131May3029282725242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan2827262423Make do_indent, do_unindent, and do_enter clearerrefactor/readbi…refactor/readbilityIndent line when pressing ENTER between bracesfeature/match-p…feature/match-parensInsert matching ), ], and } characterstweaks: adjust indentation after the previous commitmastermasterinput: properly handle <Escape>s followed by a shifted Meta+letterstartup: check that a backup directory is valid also when backups are offtweaks: reduce two parameters to a single one by summing themtweaks: rename two variables, to indicate better what they meantweaks: refer to the magic line as "magic line", not as "magicline"tweaks: rename and invert a function, to avoid double negativescutting: cover the corner cases where cut commands do not cut anythingcutting: give feedback when otherwise nothing happenscutting: when ^K does not actually cut anything, do not add an undo itemtweaks: rename a variable, elide another, and adjust two commentstweaks: calculate the length of a completion word in a more direct waytweaks: use proper variable types in the word-completion functionstweaks: move the character/word-deletion functions to a better locationtweaks: reshuffle and frob a couple of comments, and reindent two linesundo: set the correct file size for a redo of a character deletionoptions: actually rename --rebindkeypad to --rawsequences (-K)undo: after undoing a cut, don't remove the magicline if we're on itutils: retire the fixbounds() function -- it is no longer neededtweaks: word some comments more conciselytweaks: rename two variables, to be more descriptivercfile: reject an attempt to bind ^[tweaks: correct a comment typo, and trim a few other commentstweaks: reorder some ifs, to reduce the average number of comparisonstweaks: reduce a bunch of repetitious comments to their essencetweaks: elide an unneeded intermediate variabletweaks: elide a tiny function by making a variable globaltweaks: elide a parameter that is always TRUEundo: when undoing a cut, remove also the magicline if it added oneundo: set and check 'xflags' in a bitwise mannerdocs: say that --rebinddelete can correct both <Backspace> and <Delete>docs: reword and reshuffle the description of --rawsequencesoptions: make --rawsequences disable --mouse, to prevent entering junktweaks: rename a symbol, to match its corresponding optionoptions: rename long version of -K from --rebindkeypad to --rawsequencesbrowser, help: make <Bsp> page up also when terminfo mismatches terminaltweaks: hard-bind ASCII DEL in a slightly more economical way