You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.04Apr3231Mar29282726242322201614986128Feb27262524232221171614131210526Jan25242221201917131211109865432131Dec302928272625242322212019181513121110975432130Nov29272623201714131230Oct2928272423222120181512111020Sep1413118632130Aug292827262521171615141210765432131Jul3029282725242221171614131211104bindings: use arrows instead of words to designate the cursor keystweaks: put unshifted shortcuts ^6 and M-6 first, instead of ^^ and M-^bindings: make ^Up/^Down go to first/last row in the file browsertweaks: again use memory on the stack instead of malloc() and free()tweaks: replace a function call or a macro with a hard numbertweaks: elide a variable and a pair of bracestweaks: use memory on the stack instead of calling malloc() and free()tweaks: close the backup file also when we skip making a backupfiles: check also for write errors when prepending, not just read errorsbackup: prevent a symlink attack by operating on the file descriptorconfigure: fix up word boundary regex logic now that we have gnulibscrolling: properly compensate for the onscreen chunksdisplay: show '<' and '>' placeholders for characters that get splitdocs: mention another difference with Pico in the Info documentdocs: trim the TODO file a bit, and put the more important items firstpo: update translations and regenerate POT file and PO filesbump version numbers and add a news item for the 2.8.0 releasetweaks: condense some declarations by reshufflingtweaks: frob some parentheses and other things, to be more consistenttweaks: reshuffle two declarations for a more consistent ordertweaks: factor out a bit of common codetweaks: elide an intermediate variabletweaks: don't loop over an initializertweaks: frob a couple of commentstweaks: simplify and correct a computationdisplay: don't compensate for chunks before firstcolumndisplay: don't draw more chunks than the screen can holdmoving: determine the correct leftedge when paging up/down tootweaks: reshuffle some more lines and improve four commentstweaks: reshuffle some lines and adjust some commentsmoving: /do/ redraw the prior line when the viewport hasn't changedmoving: don't try to redraw lines that have gone outside the viewportmoving: the current chunk cannot be beyond the last chunk of a linetweaks: reshuffle some statements, to avoid double assignmentsdisplay: make PageUp/PageDown use the correct beginning of the viewportdocs: update README.GIT for gnulib-related changesconfigure: don't check for the existence of iswspace() anymoredocs: mention some more differences with Pico in the Info documenttweaks: shorten a bit of logictweaks: fix a comment typo