You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.017Mar121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug292726222120191817161514131086331Jul29272625242321201918171615141312111097653230Jun2927252320188764231May2924232119181716151198754321tweaks: remove an inconsistent space from two pointer declarationsdocs: clarify what the scrollup and scrolldown bindable functions dotweaks: elide two parameters and thus a pair of wrapper functionstweaks: reshuffle some movement code, to reduce the number of conditionsscrolling: let Scroll-Up/Down keep the cursor in the same text positiontweaks: fix a typo and adjust some wording and formatting in the FAQtweaks: reduce the font size of the questions in the FAQdocs: mention in the FAQ that <Shift+Insert> pastes from the clipboardcut: avoid calling renumber() on what might be NULLmemory: plug a leak, by actually freeing a discarded undo structtweaks: elide a parameter that is always 1help: do not reserve space for line numbers, as they are absentpo: update translations and regenerate POT file and PO filesbump version numbers and add a news item for the 2.9.4 releasegnulib: update to its current upstream statetweaks: exclude an unlikely warning from the tiny versiontweaks: don't call strcmp() to determine whether a string is emptycolor: remove unneeded bright comparision to prevent duplicate pairstweaks: drop an assert, add a warning, and change a 'for' to a 'while'tweaks: rename a parameter and a variable, to be more fittingtweaks: exclude an unlikely error message from the tiny versiontweaks: appease valgrind concerning syscalls with uninitialized valuestweaks: adjust two comments, move two declarations, rewrap three linestweaks: reshuffle the undo types into mostly the same order everywheretweaks: drop some debugging stuff, and adjust what remains of ittweaks: do not needlessly renumber the lines in the buffertweaks: make the fsfromline() call only for the undo types that need itundo: when redoing, don't try to find a line number that might not existtweaks: condense a comment and elide an 'if'tweaks: reshuffle some code, to be slightly less uglybindings: make a key defined as string work also in browser and viewersyntax: nanorc: color also bindings to a string as validbindings: revert the ^/ changes, as ^/ is not always Go-To-Linedocs: mention that a key can be bound to a stringhelp: tweak the descriptions of ^X and ^Rselecting: cancel the softmark upon any attempt to move the cursorsyntax: color also ^/ in nano's help texts and in nanorc filestweaks: refactor the implanting of a key expansioninput: handle the implant() function separately also for the promptinput: handle the implant() function separately, as it is special