You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.018Jul171615141312111084Jun32131May3029282725242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug2927262221201918171615tweaks: 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 filetweaks: remove some braces that are now superfluousprompt: remove redundant redrawings of the prompt bardocs: mention that also Ctrl increases the stride when selecting textbuild: fix compilation when configured with --enable-tinytweaks: elide another function that is used just oncetweaks: normalize the indentation after the previous changechars: make the UTF-8 case ever so slightly faster by eliding an 'if'tweaks: adjust two comments, to be more accurate and generalundo: position the cursor properly when undoing/redoing magicline cutsbuild: verify that 'msgfmt' is available when building from gittweaks: drop some old debugging codetweaks: elide a function that is used just once