You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.026Jan25242221201917131211109865432131Dec302928272625242322212019181513121110975432130Nov29272623201714131230Oct2928272423222120181512111020Sep1413118632130Aug292827262521171615141210765432131Jul302928272524222117161413121110432130Jun292726252423222120171615141312876432131May302827252423222118171615141210654321replacing: start at the region's edge instead of one step before itreplacing: detect when the whole region has already been coveredgeneral: stop the spell checker from crashing after the changes in searchreplacing: ignore the first match when the user said nosearch: make the \b and \B anchors work correctly in both directionsreplacing: don't go outside of the selected regionreplacing: compensate cursor position only for replacements /before/ ittweaks: slightly speed up the change detection for multiline matchespainting: account for index maybe being zero after the preceding changepainting: advance only when both start /and/ end match are zero-lengthtweaks: use a cheaper way to detect an end-of-linetweaks: and rename another variable, to keep in styletweaks: rename another variable, to be shortertweaks: rename a variable, to be more general and match one elsewheretweaks: adjust some comments, reshuffle a line, and use a while looptweaks: elide a variable plus its corresponding dark logictweaks: scrap a bunch of debugging lines -- they obscure the logictweaks: normalize some paragraph formatting in the FAQpainting: properly look for a new start match only after the end matchtweaks: reshuffle three variablestweaks: reshuffle a test to a better placetweaks: differentiate single-regex matches from paired-regex matchespainting: when skipping a zero-length match, skip a character, not a bytepainting: stay within the line when skipping zero-length matchespainting: do not bluntly ignore zero-length start matches -- handle thempainting: do not let a match for 'end' overlap a match for 'start'startup: report an error when the given line or column number is invalidfiles: leave out the confusing "[from ./]" when prompting for a commandsearch: begin from where we are, to be able to find the first \Btweaks: use a subtraction instead of a countertweaks: swap two blocks of code to reduce the number of #ifdefstweaks: rearrange some code to separate softwrap and normal mode moretweaks: chuck some obscuring debugging stufftweaks: let update_line() return the correct value on errortweaks: improve comments and formatting in update_line()tweaks: condense a comment, rename a variable, and use a while looptweaks: rename some variables, to better distinguish rows from linestweaks: rename some variables, to show they refer to screen rowstweaks: rename a function, to show it refers to screen rowstweaks: rename a variable -- lines refers to buffer, rows to screen