1. 01 Dec, 2016 1 commit
  2. 30 Nov, 2016 2 commits
  3. 30 Aug, 2016 2 commits
  4. 29 Aug, 2016 2 commits
  5. 28 Aug, 2016 4 commits
  6. 27 Aug, 2016 4 commits
  7. 26 Aug, 2016 3 commits
  8. 25 Aug, 2016 6 commits
  9. 06 Aug, 2016 1 commit
  10. 01 Aug, 2016 1 commit
  11. 31 Jul, 2016 2 commits
  12. 25 Jul, 2016 3 commits
  13. 12 Jul, 2016 2 commits
  14. 03 Jul, 2016 1 commit
    • Benno Schulenberg's avatar
      tweaks: rename a variable to be more accurate · 528b79b5
      Benno Schulenberg authored
      When we get a ^J as verbatim input, it is not possible to include it
      into the file buffer or the prompt answer, because this would mean
      adding an encoded null to the buffer or answer, and that is not what
      the user intended.  One option would have been to simply ignore a ^J
      in verbatim input.  But the choice has been made to act the same way
      as when the ^J (0x0A) is found in the file data: start a new line.
      
      That is the same response as to the Enter key, yes -- but the code
      for the Enter key is ^M (0x0D), not ^J.  So, to be more precise,
      rename the relevant variable from 'got_enter' to 'got_newline'.
      528b79b5
  15. 21 Jun, 2016 1 commit
  16. 30 May, 2016 1 commit
  17. 27 May, 2016 1 commit
  18. 26 Apr, 2016 1 commit
  19. 23 Apr, 2016 1 commit
    • Benno Schulenberg's avatar
      tabbing: refresh the edit window in case a previous tab listed names · 41ed6907
      Benno Schulenberg authored
      Commit 36ec76a5 made the wrong change: after a tab that did not list any
      file names on the screen, a refresh /is/ needed, because a previous tab
      might have listed things on the screen.  But at the end of the prompt,
      it is not necessary to refresh the edit window if things were listed,
      because the window will be refreshed anyway after reading in a file.
      41ed6907
  20. 17 Apr, 2016 1 commit