1. 5b93f0f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. 55db362 Add StatusLeft and StatusRight mouse key modifiers for the left and by nicm · 6 years ago
  3. bfc9fb4 Add flags to refresh-client (-U -D -L -R and -c) to pan a window that by Nicholas Marriott · 6 years ago
  4. 0d88f8a Add an "Any" key to run a command if a key is pressed that is not bound by nicm · 6 years ago
  5. 95ed7d4 Add user-keys option to allow user-defined keys to be set, from Dan Aloni. by nicm · 7 years ago
  6. 8037159 Add explicit keys for the bracketed paste sequences, both to avoid mix by nicm · 7 years ago
  7. 0414b1f Minor bits: fix an array size, add comment, make grid_cell_entry static. by nicm · 8 years ago
  8. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  9. 3bb1400 Add some missing special keys to key_string_lookup_key, fix a mouse by nicm · 8 years ago
  10. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  11. 24916f2 Error on invalid modifier keys. by nicm · 8 years ago
  12. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  13. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  14. ec7f530 Extend 0x1234 keys form to more bits so that Unicode keys work. by nicm · 8 years ago
  15. 6bf2a43 Don't overwrite modifiers in the buffer when making UTF-8 strings, by nicm · 8 years ago
  16. fa97b0a Instead of reusing MouseUp at the finish of a drag, add a new key by nicm · 9 years ago
  17. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  18. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  19. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  20. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  21. dab63b0 Couple of assignments to remove compiler warnings. by nicm · 9 years ago
  22. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  23. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  24. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  25. b85be36 Handle unknown keys more gracefully, return a string instead of NULL. by nicm · 9 years ago
  26. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  27. 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
  28. 306a3b8 In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence by Nicholas Marriott · 12 years ago
  29. 178a207 Accept hex values as keys, needed for send-keys, based on a diff from by Nicholas Marriott · 13 years ago
  30. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  31. e3225bc Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion. by Nicholas Marriott · 13 years ago
  32. 3872e24 Allow top-bit-set characters to be used for key bindings, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  33. f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
  34. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  35. b88ec14 Fix binding of C-Space/C-@, from Micah Cowan. by Nicholas Marriott · 14 years ago
  36. c919139 Make C-] and other punctuation-based control key combinations work again. by Ryan McBride · 14 years ago
  37. 6769115 When converting A-Z into a control character, want to subtract 64 not by Nicholas Marriott · 14 years ago
  38. 3ae1b82 Rewrite key string conversions to be readable and to work properly for by Nicholas Marriott · 14 years ago
  39. d5d0a36 Permit S- prefix on keys for shift. Relatively few terminals support this by Nicholas Marriott · 15 years ago
  40. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  41. 1acf066 Make types clearer and lint happier. by Nicholas Marriott · 15 years ago
  42. 38f64b3 Lookup key as a named key (eg 'Space') before checking for single character by Nicholas Marriott · 15 years ago
  43. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  44. 82efcc3 Accept ^? for backspace as well as BSpace. by Nicholas Marriott · 15 years ago
  45. 205857b Add a key string for space ("Space") and document the names, suggested by by Nicholas Marriott · 15 years ago
  46. 9e5d585 Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. by Nicholas Marriott · 15 years ago
  47. 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
  48. 1d1ea68 Accept lowercase c- and m- prefix as well as C- and M-. by Nicholas Marriott · 15 years ago
  49. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  50. 6910458 Add backspace key to named keys. by Nicholas Marriott · 15 years ago
  51. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago