You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.023Oct222120181512111020Sep1413118632130Aug292827262521171615141210765432131Jul302928272524222117161413121110432130Jun292726252423222120171615141312876432131May30282725242322211817161514121065432129Apr272625242317161513121110875431Mar302928232221201917141312111094129Feb28262524232221201816151413121110976tweaks: elide a parameter that is always FALSEtweaks: stop compiling the whole_word_only parameter conditionallytweaks: adjust some whitespace and a commenttweaks: don't bother redrawing some lines when whole screen will be redrawntweaks: rename a function to better describe what it doesdocs: remove a reference that was only valid on Debian systemstweaks: make several small adjustments to the documentationdocs: mention the existence of the toggles in the man pagedocs: add 'set linenumbers' and '--linenumbers' to the texinfo documentdocs: add 'linenumbers' and 'numbercolor' to the sample nanorcscreen: refresh when a new magicline is added in line-numbering modescreen: move the margin determination to the main loopscreen: repaint the edit window in a single place -- the main loopscreen: suppress line numbers when the terminal is very narrowrcfile: add an option to customize the color of line numbersnew feature: the ability to show line numbers before the textbinding: supply the keycode for most special keys directlysoftwrap: ensure the current line is fully visible when moving in itmoving: adjust the Y position to correspond with the changed X positiontweaks: fix compilation when configured with --enable-tinybinding: fix some duplicated carets and too restrictive menusbinding: use arrows instead of words to designate the cursor keysinput: keep the Ctrl+Arrow keys working when their synonyms are unboundbuild: avoid updated PO files being remerged upon every makebuild: avoid an annoying warning at configure timetweaks: rename a variable, for consistencytweaks: remove a superfluous setting, and add a commenttweaks: move a variable that doesn't need to be globaltweaks: elide an unneeded variablescreen: defeat a VTE bug by doing an extra cursor move and updatesyntax: show another deprecated keyword (replace2) in redrcfile: reject rebindings that have no effect or have side effectsscrolling: don't put the last line at the bottom when softwrap in ontweaks: remove a bit of duplicationsoftwrap: scroll the current line fully into view when jumping wordsinput: don't return zero when some function is completely unboundrcfile: reject key names that are wrong or too longsoftwrap: scroll 'enough' whenever it surpasses 'amount'softwrap: scroll when searching lands on an overlong bottom linetweaks: reshuffle some ifdefs, for less fragmentation