You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.05Feb31Jan29262524222120171514131211109743231Dec302923222018118765432130Nov2928262524232221121110876231Oct2928275Sep429Aug16131211986432131Jul30292826252322191817151312106528Jun2723201817141174231May2821208328Apr252120181714131211875328Mar2725232221201715148727Feb2521181615973120Jan146328Dec30Nov21Sep29Aug10732131Jul272422211716131211732130Jun292827252322212019181716141311109854229May28Putting four strings in the standard order: first backward, then forward.Condensing the descriptions of command-key sequences and of the screen layout;Making Home go always fully home.Showing ^^ and M-^ as valid key names.Being more specific in how a given path is invalid.Updating position history only when 'positionlog' is set.Plugging another memory leak.Checking the position history only when 'positionlog' is setPlugging a couple of memory leaks.Checking the position history only when option 'positionlog' is set.Also displaying the buffer when configured with only --disable-histories.Using a simpler algorithm for jumping to the next word.Jumping to the start of the current word, not to that of the preceding one.Adjusting some indentation and some line wrapping.Not adding directories to the list of file positions.Mentioning that the position history is limited to the 200 most recent files.Documenting the --enable-altrcname configure option.Handling an update of the first element correctly.Eliding another small function that is used only once.Eliding an unneeded function.Bundling four statements (that in total occur seven times)Removing a superfluous free.Chopping an always-FALSE parameter and deleting an unused return value.Condensing the code by removing a triplication.Moving an updated position-history item to the end of the list,Renaming a variable for clarity and contrast.Not using $HOME when we're root, because some sudos don't filter it outDeleting the unneeded blanking of a variable.Eliding an unneeded variable.Removing a now unneeded function, as nothing can break out of do_prompt()Preserving the cursor position on the statusbar when just togglingAdding to the Changelog the remark that Savannah bug #44950 is now fixed.Getting rid of a global variable.Readjusting the indentation and a comment.Verifying that the containing directory of the given filename exists.Limiting the number of loaded items in the positions history.Removing a mistaken '+': only one menu name is allowed in key bindings.Fixing a typo in an #ifndef symbol. Reported by Frank.Allowing inline comments with key bindings.Freeing the items on the undo stack when a buffer is closed.