1. 17 Jul, 2017 2 commits
  2. 16 Jul, 2017 1 commit
    • Benno Schulenberg's avatar
      suspension: prevent entering an invalid byte upon resume (with S-Lang) · 43a5c876
      Benno Schulenberg authored
      For some reason, when returning from suspension, SLang will produce
      either a clipped error code (0xFF instead of 0xFFFF, when returning
      from an externally induced suspension), or it will clip the code of
      first subsequent keystroke to a single byte (when returning from a
      normal, in-editor suspension: ^Z).
      
      Side-step this by ignoring the clipped error code, and by using an
      undefined control code as the first fake keystroke.  Ignoring the
      clipped error code is not possible when using a single-byte locale,
      otherwise the user would not be able to type the character with
      code 0xFF (although it could still be entered with Esc Esc 255).
      
      This fixes https://savannah.gnu.org/bugs/?51477.
      43a5c876
  3. 15 Jul, 2017 2 commits
  4. 14 Jul, 2017 8 commits
  5. 13 Jul, 2017 6 commits
  6. 12 Jul, 2017 7 commits
  7. 11 Jul, 2017 2 commits
  8. 10 Jul, 2017 3 commits
  9. 09 Jul, 2017 2 commits
  10. 07 Jul, 2017 7 commits