You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.026Aug222120191817161514131086331Jul29272625242321201918171615141312111097653230Jun2927252320188764231May292423211918171615119875432130Apr2826252421191716121110976543231Mar29282726242322201614986128Feb27262524232221171614131210526Jan25242221201917131211109865432131Dec3029282726252423softwrap: correctly move vertically through overwide tabsmoving: redraw not just the new current line but also the prior onemoving: improve retention of the target column somewhatmoving: use the correct formula for pushing the index forwardmoving: don't push x forward when backward movement lands on a split tabdisplay: revamp how screen updates are done in the movement codemouse: one click of the wheel should move three lines, not three pagesmoving: get <Up> unstuck when trying to pass over a sprawling tabsoftwrap: properly move up and down over tabs that are split over rowsbrowser: correct the inverted search behavior for Alt+Up/Alt+Downbrowser: allow backward/forward re-searches with Alt+Up/Alt+Downdisplay: constrain line numbers on softwrapped lines with sprawling tabstweaks: show "where is next" in the help lines of the file browsertweaks: fix compilation with --enable-{tiny,help,multibuffer}tweaks: group all movement routines in corresponding pairstweaks: specify more directly in what manner to move the viewportweeding: remove the unused be_clever parameter from do_home()/do_end()softwrap: improve left/right navigation across line boundariesdisplay: do show the visible character for a tab when it starts a rowsoftwrap: make sure char_len is set when a tab is wider than a chunkmoving: the current chunk is always 0 when not in softwrap modetweaks: rename a label, to better match its taskrcfile: don't leak a shortcut when something goes wrong [coverity scan]tweaks: adjust the indentation after the previous changetweaks: avoid trying to stat a file that might be NULL [coverity scan]tweaks: don't close a descriptor when its stream has already been closedtweaks: do not leak the indentation when all lines are emptytweaks: condense or improve some commentstext: properly unindent lines that consist of only whitespacegnulib: update to its current upstream statetweaks: adjust the indentation after the previous changetweaks: reshuffle some code to harmonize two related functionstweaks: keep the const qualifier of the syntax name [coverity scan]tweaks: reshuffle some declarations and trim a few commentsfiles: don't try to open a negative file descriptor [coverity scan]files: don't close a file descriptor when opening failed [coverity scan]tweaks: close a file also in the error path [coverity scan]tweaks: allow enough space for the Y/N/A characters [coverity scan]syntax: c: give labels some color tootweaks: adjust the indentation after the previous change