1. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  2. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  3. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  4. dab63b0 Couple of assignments to remove compiler warnings. by nicm · 9 years ago
  5. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  6. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  7. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  8. 44657bf Move struct options into options.c. by nicm · 9 years ago
  9. 8121127 We no longer need the terminal service class, so don't bother asking for it. by nicm · 9 years ago
  10. b0782df Do not use the key variable uninitialized (in a debug log statement), by nicm · 9 years ago
  11. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  12. abfb965 Fix some spacing nits. by nicm · 10 years ago
  13. 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
  14. 61605c6 Count mouse clicks correctly, from Balazs Kezes. by nicm · 10 years ago
  15. fd9a53b Reset the buttons when the wheel is used, from Balazs Kezes. by nicm · 10 years ago
  16. a94696d Some terminals send spurious releases for mouse wheel in SGR mouse mode, by nicm · 10 years ago
  17. 94ccc6a Instead of forcing mouse scroll to 1 in choose mode, scale it down by nicm · 10 years ago
  18. acef311 Work out mouse scroll wheel effect when the mouse is first detected and by nicm · 11 years ago
  19. 8824dae A couple of trivial mouse-related style nits. by nicm · 11 years ago
  20. 46593e7 Add names for mouse button bits rather than using magic numbers, from by nicm · 11 years ago
  21. c52548f The last fix to xterm keys meant that some keys such as \033OA were by nicm · 11 years ago
  22. 784b711 Assign mouse x/y coords before checking them. When receiving mouse by nicm · 11 years ago
  23. 2756d12 Handle input mouse positions <33 (we already can generate them). by nicm · 11 years ago
  24. dfac36b Only accept partial keys if the timer has not expired, fixes infinite by Nicholas Marriott · 12 years ago
  25. e229501 Process ^[ as meta when a partial key is found. by Nicholas Marriott · 12 years ago
  26. a60687f Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
  27. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  28. d4785fe Don't set key KEYC_NONE on xterm_keys_find match() by Nicholas Marriott · 12 years ago
  29. d5139d1 Fix a comment for new key table names. by Nicholas Marriott · 12 years ago
  30. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  31. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  32. 473911f Can't call evtimer_pending on uninitialized events, call by Nicholas Marriott · 12 years ago
  33. d39c58c xterm won't reach version 500 for a while so set that as the upper limit. by Nicholas Marriott · 12 years ago
  34. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  35. 84c708f Store client in tty struct directly instead of using a callback function by Nicholas Marriott · 12 years ago
  36. fe4f008 Store mouse data in tty structure not on the stack. by Nicholas Marriott · 12 years ago
  37. e8dff68 Handle partial keys properly by making sure the timer has actually by Nicholas Marriott · 12 years ago
  38. 7c9d003 Some terminals respond to secondary DA with primary (they ignore the by Nicholas Marriott · 13 years ago
  39. d8805af On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for by Nicholas Marriott · 13 years ago
  40. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  41. c8c0d68 Send secondary DA to terminals with XT in terminfo when starting up and by Nicholas Marriott · 13 years ago
  42. d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
  43. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  44. 1c86713 Key table should be const. by Nicholas Marriott · 14 years ago
  45. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  46. 021037c Accept a full key match (not a partial) even if there is data left in by Nicholas Marriott · 15 years ago
  47. 19ea306 Allow keys to be replaced and reorder the table so that terminfo-defined keys by Nicholas Marriott · 15 years ago
  48. 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
  49. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  50. f27fefd Look for mice and xterm keys before standard function keys as they are less by Nicholas Marriott · 15 years ago
  51. 29a5931 Handle partial xterm function key sequences. by Nicholas Marriott · 15 years ago
  52. ba5404d Continue rather than returning if not a mouse key, to avoid hanging on any by Nicholas Marriott · 15 years ago
  53. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  54. 9c01479 Handle the possibility of partial mouse reads, and fix a comment while here. by Nicholas Marriott · 15 years ago
  55. d9deb4b Support rxvt-style keys again, but this time: support all the variations, put by Nicholas Marriott · 15 years ago
  56. 05831b5 Twiddling the last bit is an rxvtism, so do not support it in the table by by Nicholas Marriott · 15 years ago
  57. 591fa23 The input key should be a u_char. Fixes top-bit-set input problem reported by by Nicholas Marriott · 15 years ago
  58. daf150c Constify buf. by Nicholas Marriott · 15 years ago
  59. ff55eb5 Unused variable. Aargh. by Nicholas Marriott · 15 years ago
  60. 80e0158 Switch the tty key tree over to an (unbalanced) ternary tree which allows by Nicholas Marriott · 15 years ago
  61. a790e16 Key flags are only used for initialisation so they are not needed in the main by Nicholas Marriott · 15 years ago
  62. b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
  63. 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
  64. e831649 Not all terminals swap CSI and SS3 on ctrl, so remove that. by Nicholas Marriott · 15 years ago
  65. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  66. c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
  67. d0aa883 As we always put the cursor keys into application mode, assume keys sent by Nicholas Marriott · 15 years ago
  68. fcd3b26 Tidy up table. by Nicholas Marriott · 15 years ago
  69. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  70. 10a656e Remove the xterm-keys code which is broken (a replacement is coming but some by Nicholas Marriott · 15 years ago
  71. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  72. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  73. 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
  74. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  75. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago