You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.029Jul242322201918171615141312111084Jun32131May3029282725242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug29272622212019181716bindings: 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]tweaks: use a shorter message, because when the screen is small...bindings: rename two bindable functions: copytext to copy, uncut to pastedocs: reshuffle a bindable function to a slightly better positioneaster: show the crawl only when there is room enough for the linesfiles: add the file format on the status bar when switching buffersstartup: show the correct number of lines when opening multiple filesinput: ignore any <Escape>s before a valid command keystrokeinput: consume the whole escape sequence for modified PgUp and PgDn keysfiles: speed up reading by using getc_unlocked() instead of getc()rcfile: reject things like "M-Del" and "^{" as invalid key namessyntax: nanorc: show ^@ as validly rebindable, but not any ^digitdocs: mention that "Ins" and "Del" are valid rebindable keystweaks: elide a one-line function -- no, a half-line functiontweaks: rename a function, to better state what it doestweaks: rename a variable, to better match its tasktweaks: rename a function and place its call betterprompt: concentrate manipulations of 'statusbar_x' into a single file