1. 10 Jul, 2016 1 commit
  2. 04 Jul, 2016 6 commits
  3. 03 Jul, 2016 3 commits
  4. 02 Jul, 2016 1 commit
  5. 01 Jul, 2016 5 commits
  6. 30 Jun, 2016 6 commits
  7. 29 Jun, 2016 7 commits
  8. 27 Jun, 2016 9 commits
  9. 26 Jun, 2016 1 commit
  10. 25 Jun, 2016 1 commit
    • Benno Schulenberg's avatar
      tweaks: try to distinguish between keystrokes and characters · ddd9c7a0
      Benno Schulenberg authored
      Keystrokes are single integers (aided by the flags meta_key and
      func_key) but in the input stream they can be encoded as escape
      sequences (a series of bytes).  Characters are values in byte
      range, but in UTF-8 one character can consist of multiple bytes.
      
      Also rename two variables, because the secondary input buffer
      that they refer to contains only characters (mostly just one),
      never any shortcuts; and there are too many "kbinput" already.
      ddd9c7a0