1. 13 Jul, 2017 1 commit
  2. 12 Jul, 2017 2 commits
  3. 10 Jul, 2017 1 commit
  4. 03 Jul, 2017 1 commit
  5. 04 Jun, 2017 2 commits
  6. 29 May, 2017 1 commit
  7. 19 May, 2017 1 commit
    • Benno Schulenberg's avatar
      tweaks: reshuffle a few things to reduce duplication · f1a47a2a
      Benno Schulenberg authored
      It is no longer necessary to assign up() and down() separately for
      the help viewer because by now the movement keys have been sorted
      in order of ascending stride also in the main menu.
      
      The two string definitions are relocated just to reduce the number
      of #ifdefs.
      f1a47a2a
  8. 18 May, 2017 1 commit
  9. 09 May, 2017 1 commit
  10. 08 May, 2017 5 commits
  11. 07 May, 2017 1 commit
  12. 03 May, 2017 1 commit
  13. 02 May, 2017 1 commit
  14. 01 May, 2017 2 commits
  15. 30 Apr, 2017 1 commit
  16. 26 Apr, 2017 2 commits
  17. 25 Apr, 2017 3 commits
  18. 19 Apr, 2017 1 commit
  19. 17 Apr, 2017 1 commit
  20. 11 Apr, 2017 1 commit
    • Benno Schulenberg's avatar
      tweaks: group ^D and ^H together in the help lines · 5aa12a2b
      Benno Schulenberg authored
      This also groups ^I and ^M together, and cutwordleft and cutwordright
      (when they are bound).  It furthermore makes that less pairs are now
      mixed and instead consist of either two Ctrl or two Meta combos.  In
      short: it looks better in the default config.  The only sacrifice is
      that Verbatim is now split off from the other "inserting" keys.
      5aa12a2b
  21. 10 Apr, 2017 1 commit
  22. 09 Apr, 2017 1 commit
    • Benno Schulenberg's avatar
      copyright: update the years, use ranges, and explain this usage · 754c62c5
      Benno Schulenberg authored
      The interval 2013-2017 for the Free Software Foundation is valid
      because in those years there were releases with changes by either
      Chris or David, and the GNU maintainers guide advises to mention
      a new year in all files of a package, not just in the ones that
      actually changed, and be done with it for the rest of the year.
      754c62c5
  23. 07 Apr, 2017 1 commit
  24. 06 Apr, 2017 1 commit
    • Benno Schulenberg's avatar
      bindings: make ^Home and ^End go to top and tail of buffer · cb0806b2
      Benno Schulenberg authored
      On some terminal emulators, Ctrl+Home and Ctrl+End produce special
      keycodes, distinct from plain Home and End.  Make the users of those
      emulators (and of the Linux console) glad by making ^Home and ^End
      do the obvious thing, and the combinations with Shift too.
      cb0806b2
  25. 04 Apr, 2017 3 commits
  26. 23 Mar, 2017 1 commit
    • Benno Schulenberg's avatar
      tweaks: reshuffle the bindings to group things more logically · c01d6a8f
      Benno Schulenberg authored
      Put all the movement keys together, in order of ascending stride.
      
      Also, move the Undo/Redo keystrokes further up, so that, when the
      user has a somewhat wider terminal than the usual 80 characters,
      these keystrokes will be shown -- they are far more interesting
      than the ^Y and ^V ones, for which PgUp and PgDn can be used.
      c01d6a8f
  27. 22 Mar, 2017 2 commits