You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.023Jul201817131210876532130Jun292827262524221512109543131May3029282725242322201918171413875130Apr29282724232221201916157531Mar3029191514131187543229Feb282726252416763131Jan3029282726252322191615141210965329Dec282430Nov28252019654331Oct302322191810330Sep292823221612108764131Aug302923171211542Jul29Jun14111026May24Apr201916151224Mar171110623Feb2019171615141312109876543230Jan2928272625232221181716151413121195225Dec22161410910Nov854329Oct262517151413876228Sep27262119181413111086322Aug211831Jul30292725242321201912975328Jun2113318May161312115430Apr252322211916131086530Mar29a few miscellaneous Pico compatibility tweaks and bugfixes (mostrestore erroneously removed toggle* castsand reset tabsize and wrap_at to their default values if invalid rcfileproperly handle invalid tab sizes in nanorc files and make a few morerevert change to debugging statement that shouldn't be there yetcut down on redundant inclusions of <sys/types.h>, include it in proto.hfurther clarify one toggle descriptionper DB's patch, remove some unneeded reset_cursor() calls, move the oneadd missing part of the variable type changes in do_gotoline()port over DB's number parsing code and related bits, with a few minorvarious changes to cut down on binary size: per DB's patch, add new N_()add another missing part of DB's patch (read_file() should be returningadd one last spacing fixadd another prototype fix and a few spacing fixesper DB's patch, remove unused global variable search_offscreenmore comment fixesanother missing piece of DB's patch: the toggle and rcoption structsadd another missing part of DB's patch to convert flags and relatedadd missing part of DB's patch to convert flags and related variablesput back erroneously removed initialization of original_umaskif we're in restricted mode and the filename isn't blank, disable tabfix inaccurate commentfix bug in do_justify() in a better way: add on_next_line flag, used tofix bug in do_justify(): if all the text from the next line has beenfor consistency with nano 1.2.x and with other editors, make the mode ofa few cleanups and consistency fixesper DB's patch (with a few updates of mine), convert the shortcut listadd missing cosmetic fix from beforemore minor cosmetic fixesper DB's patch, tweak the code to update the edit window just beforeper Jon Oberheide's patch, fix erroneous debugging statement so thatper Mike Frysinger's patch, have whitespace display default to offfix erroneous #ifdef so that nano compiles with --disable-justify againBack to CVSGNU nano 1.3.3refactor the code to search for the beginning of a paragraph a bit toa few last minor cosmetic fixesAdd a translation comment so translators use both their shortcuts as well as the English ones.Fix XSI:ism in config.rpath.call justify_format() just after backup_lines() instead of inside it, so