You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.016Jan1514131211875432131Dec2928272423222120181513129876542129Nov282726252423222120181716151312118765432131Oct3029272625242322211918161514119876543130Sep2827252423221812111075131Aug29282726251817121110754131Jul302928272423201817131210876532130Jun292827262524221512109543131May3029282725242322201918171413875130Apr29282724232221201916157531Mar3029191514131187543229Feb282726252416763131Jan3029282726252322191615141210965329Dec2824improve the checks needed to determine if wide character support isremove duplicate prototypetweak do_next_word() and do_prev_word() to make sure they don't parsemake do_prev_word() work with multibyte strings, and update variousadd missing free()revert previously added extra calls to move_mbright(); it's morerename move_left() and move_right() to move_mbleft() and move_mbright(),add multibyte and wide equivalents of isalnum(), make do_next_word()more cosmetic fixesadd missing changelog updatemake do_statusbar_cut_text() respect the CUT_TO_END flagin src/Makefile.am, if we're installing and the "rnano" symlink alreadytweak new_file() to use mallocstrcpy() instead of charalloc() followeduse the right number of characters when calling the multibyte equivalentminor fixes involving is_byte()fix the previous fixfix the multibyte equivalent of strnlen() so that it actually worksmove nstrnlen() to chars.c, and add a multibyte equivalent of strnlen()add missing memory corruption fix to do_statusbar_output()add asserts, plus a few more cosmetic fixescosmetic fixesa few forgotten copyright year updatesthe is_xxx_char() functions should take unsigned ints for consistencyfix problem where displaying multiline regexes that have their start onuse actual UTF-8 in do_credits()add commentsmake the "smart home" routines handle multibyte blank charactersadd minor fixes to make the displaying of invalid multibyte sequencesmassive updates to multibyte/wide character support; deal with multibytecomment fixmiscellaneous high-level input routine fixes: in do_statusbar_input(),remove display_string_len() again for the time being, since it's stillmore minor shortcut-related fixesremove erroneous #ifdef around a currshortcut reference, do another intmiscellaneous cleanups for the multibyte parsing functionsadd a cosmetic fix and a fix for a potential compilation problem exposedminor utility tweaksreally fix the memory corruption problem in display_string()remove redundant codefix display problem caused by the memory corruption fix