You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.027Jan2624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug292726222120191817161514131086331Jul29272625242321201918171615141312111097653230Jun2927252320188764231May292423211918171615119875432130Apr282625242119171612111097654tweaks: swap the row and col parameters to a more consistent ordertweaks: rename two variables, and swap their declaration ordertweaks: move two functions to their proper place, orderingwisedocs: remove the note about needing a recent ncurses for macros to worktweaks: rename a function, to be more distinctsyntax: go: colorize only valid octal numbersprompt: show whitespace only in the filename, not in the whole linetweaks: drop a useless assert, and don't abort over an unhandled optioncopyright: update the years for the FSFgnulib: update to its current upstream statetweaks: exclude --trimblanks when no wrapping or justifying is configuredinput: recognize more escape sequences for <Shift+Home> and <Shift+End>input: recognize escape sequences for <Shift+PageUp> and <Shift+PageDown>build: let ./configure fail (not just warn) when curses.h is missingtweaks: mark the two blocks that have a deviant indentationinput: consume only the actual length of an escape sequenceinput: make <Shift+Tab> do an unindent also on a Manjaro consoleoptions: recognize -M and --trimblanks on the command linetweaks: rename a variable, to better fit its usagewrapping: don't trim a blank character that the user just typedpainting: look for an end match only after a start match, if anytweaks: rename a variable, for more contrasttweaks: reshuffle a couple of lines, to make a bit more sensetweaks: remove a handful of redundant (because always true) assertstweaks: change a 'do' to a 'while', and return early to elide an 'if'tweaks: remove a fragment of dead codestartup: allow a named pipe as file argument when --noread is usedtweaks: transform a parameter, from a pointer to the value itselftweaks: drop a superfluous parameter, as it is always 1tweaks: don't bother to reallocate when the keybuffer size decreasestweaks: rewrap a bunch of lines in the NEWS filetweaks: rename two variables, for preciseness and shortnessstartup: make an error message succinct and to the pointtweaks: set a modifier in a single place, for concisenesstweaks: reshuffle some stuff, and avoid a memory leakstartup: parse interface colors when they are read, not when initializedsearch: suppress the occurrence at the cursor only when replacingdocs: update the FAQ for the changed default location of history filesstartup: move the initialization of colors, so any error gets printedtweaks: check for the type of terminal far earlier