1. 13 Aug, 2017 1 commit
  2. 06 Aug, 2017 1 commit
  3. 29 Jul, 2017 1 commit
  4. 27 Jul, 2017 1 commit
  5. 14 Jul, 2017 1 commit
  6. 13 Jul, 2017 2 commits
  7. 12 Jul, 2017 2 commits
  8. 10 Jul, 2017 1 commit
  9. 03 Jul, 2017 1 commit
  10. 04 Jun, 2017 2 commits
  11. 29 May, 2017 1 commit
  12. 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
  13. 18 May, 2017 1 commit
  14. 09 May, 2017 1 commit
  15. 08 May, 2017 5 commits
  16. 07 May, 2017 1 commit
  17. 03 May, 2017 1 commit
  18. 02 May, 2017 1 commit
  19. 01 May, 2017 2 commits
  20. 30 Apr, 2017 1 commit
  21. 26 Apr, 2017 2 commits
  22. 25 Apr, 2017 3 commits
  23. 19 Apr, 2017 1 commit
  24. 17 Apr, 2017 1 commit
  25. 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
  26. 10 Apr, 2017 1 commit
  27. 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
  28. 07 Apr, 2017 1 commit
  29. 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