You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.02Oct130Sep292826252320191817161312987131Aug302928272625222120181615111098765431Jul3029242322201918171615141312111084Jun32131May3029282725242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029tweaks: rename a bunch of variables, to make it clearer what they containtweaks: reshuffle some lines, to put things in order of option namestartup: allow reading nanorc in restricted mode, to permit customizationtweaks: remove a now-unused parameter from four functionstweaks: move some calls of edit_redraw() to where they are neededtweaks: normalize the indentation of the shuffled codetweaks: move the justifying of a single paragraph into its own functiontweaks: simplify by using a 'do/while' loop instead of 'while (TRUE)'tweaks: reshuffle some code to avoid several checks for having justifiedhelp: add a relevant explanatory text for the lintersyntax: nanohelp: properly color the keystroke "Sh-^Del"help: show <PgUp> and <PgDn> instead of F7 and F8 for pagewise scrollinghelp: move the linter to the end, to restore pairing in the help linestweaks: drop the checking of two flags that can no longer be toggledbindings: allow using ^X to exit from the lintertweaks: reshuffle some lines to get standard order (first up, then down)linter: allow using <Ctrl+Up> and <Ctrl+Down> to jump to other messagetweaks: elide a wrapper function that is no longer usefulbindings: make the linter separately accessible, through M-B by defaultbindings: when implanting a string, make sure to use positive valuesspeller: restore the mark coordinates slightly laterundo: move another piece of checking to the two places that need ittweaks: improve two comments, and reshuffle a line for consistencyundo: move some special checking code to the one place that needs itbindings: drop M-| as a keystroke for 'cutwordleft' -- set it free againhelp: show the keystroke <Ctrl+Shift+Delete> as "Sh-^Del"bindings: recognize <Ctrl+Shift+Delete> also on a Linux consoletweaks: rename a variable, to be a bit more fittingspeller: remove a pointless message -- it is never seentweaks: there is no reason to block SIGWINCHes while waiting for spellerhelp: restore the blank line between manipulation and position stuffsyntax: python: do not highlight 'print' and 'exec' in Python 3build: verify that --enable-tiny compiles before allowing a releasebuild: fix compilation again when configured with --enable-tinypo: update translations and regenerate POT file and PO filesbump version numbers and add a news item for the 3.1 releasebindings: make ^H rebindable also on NetBSD, FreeBSD and macOSbindings: bind ASCII DEL during startup instead of repeatedly at runtimesyntax: sh: let the header regex match also busybox shell scriptstweaks: rename a variable to be special and distinct