You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.017Dec161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug292726222120191817161514131086331Jul29272625242321201918171615141312111097653230Jun2927252320188764231May292423211918171615119875432130Apr2826252421191716121110976543231Mar29282726242322201614986128Febdisplay: ensure that cursor is visible when compiled with --with-slanginput: optimize a bit for non-shortcut keys, as they are most frequentinput: support backtab when Slang and/or --rebindkeypad is usedtweaks: condense some debugging code, and rewrap a lineinput: make <Ctrl+Shift+Arrow> work also when using --rebindkeypadtweaks: strip some debugging stuff, and condense a bit of codetext: let a Shift-selection persist when indenting and commentinginput: allow using <Tab> and <Shift+Tab> to (un)indent selected regionsyntax: php: function and variable names can contain uppercase and digitstweaks: condense or rewrap a bunch of repetitious commentstweaks: rewrap some lines and some comments, and trim two otherstweaks: trim another placing of a terminating nul bytetweaks: remove a superfluous placing of a terminating nul bytesyntax: python: color also the special values 'False', 'None', 'True'syntax: python: add 'async', 'await', and 'nonlocal' as keywordstext: allow unindenting when not all lines are indentedsyntax: c: increase the color contrast of reminders like FIXMEwrapping: we're still on the same line if the next line has not changedwrapping: keep prepending to the same next line as long as possibleoptions: rename 'justifytrim' to 'trimblanks', because it has morphedwrapping: delete trailing blanks upon hardwrapping, when requestedtweaks: invert the logic of a variable, and rename itsyntax: nanorc: don't color parts of valid strings as if invalidtweaks: elide two variables that are used just oncetweaks: rename three variables, for more contrast and varietytweaks: avoid incrementing a variable that won't be used again latertweaks: remove a redundant call of renumber()tweaks: remove a superfluous conditiongnulib: pull in the fix for the missing stat includeundo: when adding text adds a magicline, an undo should remove bothpo: update translations and regenerate POT file and PO filesbump version numbers and add a news item for the 2.9.1 releaseundo: discarding the stack does not always lose informationfiles: always update the stat info when the entire file is writtenundo: clear the Modified state when the very first edit is undonehistory: make nano's state directory accessible for the user onlyhistory: create the path '~/.local/share/' when it is neededselecting: let a justification cancel a softmarkselecting: do not cancel the softmark when the cursor is not movedtweaks: reshuffle a couple of lines, to put similar things together