1. f90eb43 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 306a3b8 In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence by Nicholas Marriott · 12 years ago
  3. cf11809 Sync OpenBSD patchset 1040: by Tiago Cunha · 13 years ago
  4. 178a207 Accept hex values as keys, needed for send-keys, based on a diff from by Nicholas Marriott · 13 years ago
  5. a7b0b30 Sync OpenBSD patchset 1007: by Tiago Cunha · 13 years ago
  6. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  7. c1eeac8 Sync OpenBSD patchset 970: by Tiago Cunha · 13 years ago
  8. e3225bc Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion. by Nicholas Marriott · 13 years ago
  9. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  10. 3872e24 Allow top-bit-set characters to be used for key bindings, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  11. ec3a764 Make bind-key accept characters with the top-bit-set and print them as octal. by Tiago Cunha · 14 years ago
  12. a24b67f Sync OpenBSD patchset 824: by Tiago Cunha · 14 years ago
  13. f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
  14. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  15. 227e458 Use a macro-based mask for obtaining a key or modifier-set from the combination. by Micah Cowan · 14 years ago
  16. b88ec14 Fix binding of C-Space/C-@, from Micah Cowan. by Nicholas Marriott · 14 years ago
  17. d27956f Allow C-Space to work correctly once again, and forbid nonsensical combinations such as C-Enter or C-Escape. by Micah Cowan · 14 years ago
  18. d3dd670 Sync OpenBSD patchset 693: by Tiago Cunha · 14 years ago
  19. c919139 Make C-] and other punctuation-based control key combinations work again. by Ryan McBride · 14 years ago
  20. 18ed376 When converting A-Z into a control character, want to subtract 64 not by Nicholas Marriott · 14 years ago
  21. 6769115 When converting A-Z into a control character, want to subtract 64 not by Nicholas Marriott · 14 years ago
  22. 2bc150d Sync OpenBSD patchset 685: by Tiago Cunha · 14 years ago
  23. 3ae1b82 Rewrite key string conversions to be readable and to work properly for by Nicholas Marriott · 15 years ago
  24. 2a2e24a Sync OpenBSD patchset 608: by Tiago Cunha · 15 years ago
  25. d5d0a36 Permit S- prefix on keys for shift. Relatively few terminals support this by Nicholas Marriott · 15 years ago
  26. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  27. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  28. 5755100 Sync OpenBSD patchset 572: by Tiago Cunha · 15 years ago
  29. 1acf066 Make types clearer and lint happier. by Nicholas Marriott · 15 years ago
  30. e9b3575 Sync OpenBSD patchset 522: by Tiago Cunha · 15 years ago
  31. 38f64b3 Lookup key as a named key (eg 'Space') before checking for single character by Nicholas Marriott · 15 years ago
  32. 4f7e669 Sync OpenBSD patchset 450: by Tiago Cunha · 15 years ago
  33. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  34. 4640627 Sync OpenBSD patchset 363: by Tiago Cunha · 15 years ago
  35. 82efcc3 Accept ^? for backspace as well as BSpace. by Nicholas Marriott · 15 years ago
  36. 2931277 Sync OpenBSD patchset 356: by Tiago Cunha · 15 years ago
  37. 205857b Add a key string for space ("Space") and document the names, suggested by by Nicholas Marriott · 15 years ago
  38. deaba44 Sync OpenBSD patchset 193: by Tiago Cunha · 15 years ago
  39. 361801a Sync OpenBSD patchset 184: by Tiago Cunha · 15 years ago
  40. 9e5d585 Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. by Nicholas Marriott · 15 years ago
  41. 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
  42. a98dbb6 Sync OpenBSD patchset 176: by Tiago Cunha · 15 years ago
  43. 1d1ea68 Accept lowercase c- and m- prefix as well as C- and M-. by Nicholas Marriott · 15 years ago
  44. a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
  45. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  46. 6910458 Add backspace key to named keys. by Nicholas Marriott · 15 years ago
  47. d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  48. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  49. 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
  50. e4cf738 Add tabs. by Nicholas Marriott · 16 years ago
  51. 14ed415 Prettify the key strings a little. by Nicholas Marriott · 16 years ago
  52. ab21984 Tidy escape modifier (don't know how this worked before...). by Nicholas Marriott · 16 years ago
  53. 1f51a63 Tidy up control key parsing; add shift. by Nicholas Marriott · 16 years ago
  54. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  55. 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
  56. 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
  57. 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 16 years ago
  58. c9912c2 Fix C-space and M-space. by Nicholas Marriott · 16 years ago
  59. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  60. 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 16 years ago
  61. 879400e Support binding 27-31. by Nicholas Marriott · 16 years ago
  62. 6409f2b C-space is "^ " not "^@". by Nicholas Marriott · 17 years ago
  63. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  64. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  65. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago