You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.05Jan432131Dec2928272423222120181513129876542129Nov282726252423222120181716151312118765432131Oct3029272625242322211918161514119876543130Sep2827252423221812111075131Aug29282726251817121110754131Jul302928272423201817131210876532130Jun292827262524221512109543131May3029282725242322201918171413875130Apr29282724232221201916157531Mar3029191514131187543229Feb282726252416763131Jan3029282726252322191615141210965329Dec282430Nov28252019654331Oct302322191810330Sep2928232216remove DB's hacks to work around problems with ncurses' display ofadd DB's (modified) UTF-8 support tweaks to do_replace_highlight()tweak the charealloc() in do_output() to more closely match the oldset the value of alloc_len properly again, as in DB's patch, in order toundo the initialization of index, as the warning was indirectly causedcosmetic fixesmake sure index is initialized in order to avoid a warningadd DB's (modified) UTF-8 support tweaks to edit_add(); they're notfix assertupdate more documentation dealing with double-Escape and verbatim inputreadd get_byte_kbinput(), modify get_word_kbinput() to handleanother int -> bool conversionmiscellaneous fixes: skip over invalid wide characters, and if wcwidth()when we get a newline via verbatim input at the statusbar prompt, setadd missing NANO_SMALL #ifdefproperly handle newlines read in via verbatim input at the statusbarimplement verbatim input for the statusbar promptin do_input() and do_statusbar_input(), func_key is an int* and not anfix an assert, update another copyright year, and add a few more of DB'sget rid of the last remnant of the NO_UTF8 toggle that I erroneouslyimplement cutting from the current position to the end of the file,overhaul the high-level input routines for the statusbar to make themmiscellaneous bits: fix the full justify segfault in a way that doesn'thandle wctomb() failure in parse_char() toohandle wctomb() failures properly in display_stirng_len() andcosmetic totsize-related cleanupsset totsize properly when deleting a character or backspacing over itproperly increment start_col when the line begins with a character thatclarify the warning message when sufficient wide character support isn'tfix the NANO_WIDE #ifdefs again, and put display_string_len() back inadd a few missing NANO_WIDE #ifdefs, and remove display_string_len()configure.ac and related cleanupsfix display problem caused by backwards comparisons of column andrevert last change, as it's actually redundant, and fix a few commentsfix if blockfix statusbar() and onekey() to properly handle multibyte strings too#ifdef fixesremove command line and rcfile option for --noutf8, as UTF-8 support ismore steps toward UTF-8 support: port all the parts of DB's UTF-8 patchyet another cosmetic fix