You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.015Oct1297532130Sep292826252320191817161312987131Aug302928272625222120181615111098765431Jul3029242322201918171615141312111084Jun32131May3029282725242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov272623222120191817131211108tweaks: don't define controldelete or controlshiftdelete in tiny versionbuild: fix compilation when configured with --disable-multibuffertweaks: remove a check that was made redundant by the previous commitfeedback: give proper message for ^R when combining --view & --restricteddisplay: correct a mistaken label in the help lines of the browserweeding: remove the 'active' parameter from spotlight()display: do spotlighting as part of drawing the screenbindings: in tiny version with help, don't show unfunctional M-◀ and M-▶tweaks: move all the function keys to the end of the shortcuts listdocs: remove a no-longer-needed suggestion from the sample nanorctweaks: remove a stray file that was accidentally comitteddocs, usage: mention that --showcursor now covers help texts toodisplay: show the cursor also in a help text (when --showcursor is used)tweaks: group a series of related variables togetherbindings: make the Shift+arrow keys work by default on more terminalstweaks: add a comment, and correct an indentationtweaks: exclude word-deletion keystrokes from the tiny versiontweaks: swap and reword two bullet points in the rnano manpagedocs: update rnano manpage, as -R/--restricted now reads nanorcdocs: update the description of -R/--restricted, as it now reads nanorctweaks: rename a flag, to match the name of the optionoptions: --ignorercfiles is now available in restricted modetweaks: 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 useful