You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.06Aug5431Jul3029242322201918171615141312111084Jun32131May3029282725242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug292726222120syntax: nanorc: recognize 'yesno' as a valid menu to bind/unbind keys inrcfile: ensure that in the yesno menu Cancel is bound to some keystrokercfile: allow to rebind the Cancel function in the yesno menutweaks: exclude a global flagging variable when it is not neededtweaks: elide an unneeded/duplicate variabletweaks: rename a constant, to match what it actually meansrcfile: explicitly check for disallowed keywords in included filestweaks: show "Space" and "Bsp" in the help text of the browserbindings: unassign the M-? keystroke, to free it up for future usebindings: reassign the M-| keystroke to 'cutwordleft' by defaulttweaks: reshuffle some lines, in order to elide onetweaks: elide a bunch of unneeded constant stringssignals: don't call a print routine in a signal handlertweaks: rename a variable and a function, for more clarityrcfile, docs: no longer recognize nor mention 'set backwards'bindings: make "n" work again in file browser and help viewerbindings: remove the 'searchagain' function entirelybindings: make ^Q start a backward search also in the file browserbindings: make ^Q and M-Q available also in the help viewerhelp: move "Search Again" away from "Find Next" and "Find Previous"tweaks: exclude the file-prepending code from the tiny versionsearch: include 'findprevious' and 'findnext' in the tiny versiontext: add auto-whitespace to the file size after creating the undo itemdocs: say that 'cutwordright' is now bound to <Ctrl+Delete> by defaultinput: erase the next word when Ctrl is held while pressing Deletercfile: do not accept rebinding F0 nor function keys above F16syntax: sh: recognize more file extensions and header linestweaks: properly escape "\" in a man page and "@" in a texi documentcompletion: when the cursor is not after a word fragment, say sotweaks: delete some old debugging code that no longer seems usefulbindings: bind M-Q to 'findprevious' by default, and M-W to 'findnext'input: fully consume modified PgUp and PgDn keys also in the tiny versiontweaks: recognize escape sequences of modified Ins/Del more preciselyinput: stop <Alt+Insert> from entering "3~" into the bufferinput: stop a modified Delete key from entering stuff into the buffertweaks: close a temp file only when descriptor is valid [coverity scan]tweaks: don't call va_start() without calling va_end() [coverity scan]tweaks: move a call to where it will be executed [coverity scan]mouse: put the row/column arguments in the proper order [coverity scan]tweaks: avoid dereferencing a pointer when it is NULL [coverity scan]