1. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  3. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  4. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  5. 2f0db58 Sync OpenBSD patchset 1110: by Tiago Cunha · 13 years ago
  6. 218b692 Only enter copy mode on scroll up, from Ailin Nemui. by Nicholas Marriott · 13 years ago
  7. bd61531 Sync OpenBSD patchset 1088: by Tiago Cunha · 13 years ago
  8. 18d3498 Simplify mouse input function. by Nicholas Marriott · 13 years ago
  9. 3ce1b91 Sync OpenBSD patchset 941: by Tiago Cunha · 13 years ago
  10. cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
  11. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  12. 215ee46 Sync OpenBSD patchset 896: by Tiago Cunha · 14 years ago
  13. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  14. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  15. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  16. a24b67f Sync OpenBSD patchset 824: by Tiago Cunha · 14 years ago
  17. f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
  18. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  19. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  20. f54482a Solaris 9 has no stdint.h, ugh. Reported by a couple of people most by Nicholas Marriott · 14 years ago
  21. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  22. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  23. 635d36f Sync OpenBSD patchset 562: by Tiago Cunha · 15 years ago
  24. 094bca5 Output the right keys for application and number keypad modes (they were the by Nicholas Marriott · 15 years ago
  25. ba7aa50 Sync OpenBSD patchset 525: by Tiago Cunha · 15 years ago
  26. d9961f4 Don't output rxvtisms either. by Nicholas Marriott · 15 years ago
  27. 0cd4f4e Sync OpenBSD patchset 502: by Tiago Cunha · 15 years ago
  28. 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago
  29. 6a6a42a It would help if I read my own comments... make alt keys work again by sending by Nicholas Marriott · 15 years ago
  30. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  31. 31bb577 Sync OpenBSD patchset 460: by Tiago Cunha · 15 years ago
  32. 10aab82 Sync OpenBSD patchset 459: by Tiago Cunha · 15 years ago
  33. 8ff0d06 Sync OpenBSD patchset 457: by Tiago Cunha · 15 years ago
  34. 6cf9965 Sync OpenBSD patchset 456: by Tiago Cunha · 15 years ago
  35. 9812286 Sync OpenBSD patchset 453: by Tiago Cunha · 15 years ago
  36. dd8174f Sync OpenBSD patchset 452: by Tiago Cunha · 15 years ago
  37. 5350212 Sync OpenBSD patchset 451: by Tiago Cunha · 15 years ago
  38. 4f7e669 Sync OpenBSD patchset 450: by Tiago Cunha · 15 years ago
  39. 165538b Sync OpenBSD patchset 449: by Tiago Cunha · 15 years ago
  40. e831649 Not all terminals swap CSI and SS3 on ctrl, so remove that. by Nicholas Marriott · 15 years ago
  41. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  42. bbca6fe On second thoughts, drop the rxvt output entirely. by Nicholas Marriott · 15 years ago
  43. 5cce40d Set the output code for ctrl+cursor keys correctly, and disable (comment) by Nicholas Marriott · 15 years ago
  44. a0ec4a1 Drop INPUTKEY_CTRL and just handle it as part of the table. by Nicholas Marriott · 15 years ago
  45. 25d2000 Add or fix some comments. by Nicholas Marriott · 15 years ago
  46. b3604dc Tidy up table. by Nicholas Marriott · 15 years ago
  47. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  48. 10a656e Remove the xterm-keys code which is broken (a replacement is coming but some by Nicholas Marriott · 15 years ago
  49. b26ea84 Sync OpenBSD patchset 381: by Tiago Cunha · 15 years ago
  50. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  51. 361801a Sync OpenBSD patchset 184: by Tiago Cunha · 15 years ago
  52. 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
  53. a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
  54. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  55. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  56. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  57. 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
  58. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  59. e099a78 Make shift arrow keys work. by Nicholas Marriott · 16 years ago
  60. a88eba3 More hacks for key handling. by Nicholas Marriott · 16 years ago
  61. dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
  62. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  63. 3126332 Support btab. by Nicholas Marriott · 16 years ago
  64. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  65. ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
  66. 622d4de Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. by Nicholas Marriott · 16 years ago
  67. 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 16 years ago
  68. b457479 Make home and end work. by Nicholas Marriott · 16 years ago
  69. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  70. ee8a9d2 Handle kcursor+kkeypad (switch to OA from [A). by Nicholas Marriott · 16 years ago
  71. e00736b Revert this, it breaks emacs. by Nicholas Marriott · 16 years ago
  72. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  73. 758efb3 Handle escaped keys properly and use M-f/M-b in copy mode. by Nicholas Marriott · 16 years ago
  74. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  75. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  76. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  77. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  78. cb353fb home and end appear to be find/select with rxvt... by Nicholas Marriott · 17 years ago
  79. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  80. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  81. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  82. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago