You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.020Jun19181716151413121098765432131May302928272625242322212017161514863229Apr2726252019181615141310987654131Mar30292726252423222120191817161514131211109842125Feb23221412111098731Jan282725242220191817161514131211875432131Dec2928272423222120181513129876542129Nov2827262524232221201817161513121187make sure the function checks are *really* in alphabetical ordercomment fixtypo fixremove unnecessary variables from and add missing asserts totypo fixupdate the "Feature Toggles" section in nano.texi to match current nanowhen reading color syntax names or sorting filenames, use mbstrcasecmp()in read_line(), rename variable len to buf_len, for consistencycomment and indentation fixesremove the reset_cursor() call in statusq(), as it erroneously leavescomment fixin configure.ac, check for possibly unavailable functions informatting fixes for Makefile.am and m4/Makefile.amformatting fixesin configure.ac, check for get_wch() instead of wget_wch() to determinerename total_update() total_redraw() for consistencywork around slang brain damage in total_update()fix still more minor display update problemsfix more minor screen update problemsn is ignored in the mbstowcs() call, so it can be 0 instead ofin statusq(), call wrefresh(bottomwin) after getting an answer andin toggle_init(), reorder the toggles to put more toggles with similarclarify the description of the line wrapping togglechange the short option for --restricted from -Z to -Rfix misplaced long optionadd commentadd a description of -U/--quickblank to nano.texi, plus a few moreQUICK_BLANK and CONST_UPDATE shouldn't be working at the same time, asformatting fixrename the CONSTUPDATE flag to CONST_UPDATE, and clarify its descriptionadd missing #ifdefadd -U/--quickblank option, a Meta-U toggle, and a "quickblank" rcfilemove all the rcfile options disabled by NANO_SMALL to the end, forsince the DISABLE_CURPOS flag is only used in winio.c, reduce it to ain statusbar(), set statusblank to 25 instead of 26, to match currentmore miscellaneous documentation updatesmore cosmetic fixesvarious #ifdef fixesmiscellaneous cleanups in do_find_bracket(): rename variables foradd "backwards" and "casesensitive" to the "rcfile" regexes