1. e31480c Update the selection properly after goto line or searching. by Nicholas Marriott · 15 years ago
  2. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  3. 75e13c8 Redraw properly when scrolling backward and the cursor is on the last by Nicholas Marriott · 15 years ago
  4. b9ade6e When a window is destroyed, remove all links to it from each session rather by Nicholas Marriott · 15 years ago
  5. c0d3e43 Don't leak if arguments appear multiple times, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  6. 8865eb2 Use C-e and C-y for scrolling in vi mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  7. 097a501 Don't leak line, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  8. 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
  9. f569950 Missing Pp, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  10. a4ebd9a Document swap-pane -d. by Nicholas Marriott · 15 years ago
  11. d5d0a36 Permit S- prefix on keys for shift. Relatively few terminals support this by Nicholas Marriott · 15 years ago
  12. 8f301ed key should be an int not a char. by Nicholas Marriott · 15 years ago
  13. 3211bc5 $OpenBSD$ not $Id$ by Nicholas Marriott · 15 years ago
  14. 6789088 mouse-select-pane has to redraw the borders now too. by Nicholas Marriott · 15 years ago
  15. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  16. 519c6fc Fix this properly. by Nicholas Marriott · 15 years ago
  17. ac46e87 Don't return the root cell if the string doesn't match. by Nicholas Marriott · 15 years ago
  18. 526bb6f Use the specified pane for size calculations. Doh. by Nicholas Marriott · 15 years ago
  19. 462a113 Change split-window to accept a pane target (it should be split-pane but by Nicholas Marriott · 15 years ago
  20. ad8509f Correctly clear 256-colour flag for aixterm colours. by Nicholas Marriott · 15 years ago
  21. 739b937 Fix selection behaviour when the cursor is moved backwards (ie so the selection by Nicholas Marriott · 15 years ago
  22. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  23. 121ba57 Use the target print function for copy-mode, spotted by Tiago Cunha. by Nicholas Marriott · 15 years ago
  24. 9ee9791 Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. by Nicholas Marriott · 15 years ago
  25. a775107 Fix the logic so that transition from a 256 colour to default works properly. by Nicholas Marriott · 15 years ago
  26. cd9b1b1 Nuke some stray debugging. by Nicholas Marriott · 15 years ago
  27. a3715e7 Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI by Philip Guenther · 15 years ago
  28. 4feee12 Fix a couple of problems with grouped sessions reported by danh: redraw by Nicholas Marriott · 15 years ago
  29. 19ea306 Allow keys to be replaced and reorder the table so that terminfo-defined keys by Nicholas Marriott · 15 years ago
  30. 0dda866 Pass through the aixterm bright colours if the terminal supports them (>= 16 by Nicholas Marriott · 15 years ago
  31. 84d2e6c Add server options to completion as well. by Nicholas Marriott · 15 years ago
  32. 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
  33. 3f58cba Use quiet variable, and add missing sentinel to options array. by Nicholas Marriott · 15 years ago
  34. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  35. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  36. 796eb52 vte is buggy and doesn't home the cursor after changing the scroll by Nicholas Marriott · 15 years ago
  37. e755475 Wrap at 80 columns. by Nicholas Marriott · 15 years ago
  38. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  39. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  40. 6bbc92a Reflect the keypad mode of the application so that numlock works. by Nicholas Marriott · 15 years ago
  41. 459e9de Close the pane if the process died due to a signal, not just if it exited by Nicholas Marriott · 15 years ago
  42. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
  43. f27fefd Look for mice and xterm keys before standard function keys as they are less by Nicholas Marriott · 15 years ago
  44. 29a5931 Handle partial xterm function key sequences. by Nicholas Marriott · 15 years ago
  45. 2182e1b Add a couple of comments. by Nicholas Marriott · 15 years ago
  46. 106ee8f This doesn't need to be u_int. by Nicholas Marriott · 15 years ago
  47. 1acf066 Make types clearer and lint happier. by Nicholas Marriott · 15 years ago
  48. e7f4319 Fix type - attributes should be u_char not int. by Nicholas Marriott · 15 years ago
  49. c2eb869 Change paranoia check to check for <= 0 and to avoid warning. by Nicholas Marriott · 15 years ago
  50. 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add by Nicholas Marriott · 15 years ago
  51. ba5404d Continue rather than returning if not a mouse key, to avoid hanging on any by Nicholas Marriott · 15 years ago
  52. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  53. 621dabd Rename a variable to something more helpful. by Nicholas Marriott · 15 years ago
  54. 3e14796 Get a u_char from the string, otherwise it isn't possible to enter \0377 as it by Nicholas Marriott · 15 years ago
  55. 9c01479 Handle the possibility of partial mouse reads, and fix a comment while here. by Nicholas Marriott · 15 years ago
  56. d31d4c0 Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. by Nicholas Marriott · 15 years ago
  57. 094bca5 Output the right keys for application and number keypad modes (they were the by Nicholas Marriott · 15 years ago
  58. 87821fc Add a -p flag to display-message to print the output rather than displaying in by Nicholas Marriott · 15 years ago
  59. fce47e2 Add cursor keys to the key names list. by Nicholas Marriott · 15 years ago
  60. 9b9d26f Use home from struct passwd if HOME is empty as well as if it is NULL, and fix by Nicholas Marriott · 15 years ago
  61. 58688c4 When -h and -p are given to split-window, calculate the percentage size using by Nicholas Marriott · 15 years ago
  62. 5d56225 Display UTF-8 properly in status line messages and prompt. Cursor handling is by Nicholas Marriott · 15 years ago
  63. 070e3b4 Remove oldest messages from log when limit is hit, not newest. by Nicholas Marriott · 15 years ago
  64. 2cea943 Get some brackets in the right place so ## works. Also fix a space in a comment. by Nicholas Marriott · 15 years ago
  65. 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
  66. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  67. 8b8a211 tweak previous; by Jason McIntyre · 15 years ago
  68. 4a38189 Revert to xterm-keys off by default. It was on as an experiment to see if the by Nicholas Marriott · 15 years ago
  69. ed781e8 Tidy up by breaking the # replacement code into a separate function, also add a by Nicholas Marriott · 15 years ago
  70. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  71. 8d4eae5 Missed an unused variable :-/. by Nicholas Marriott · 15 years ago
  72. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  73. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  74. 68f5c9c Mark -n keys with (no prefix) rather than []. by Nicholas Marriott · 15 years ago
  75. a9ca8df Permit top-bit-set characters to be entered in the status line. They could by Nicholas Marriott · 15 years ago
  76. 67bf093 In choose mode, assign each item a number or lowercase letter from those by Nicholas Marriott · 15 years ago
  77. 5d7bff4 A screen can be one cell wide; don't crash if that is the case. by Nicholas Marriott · 15 years ago
  78. 9f6d685 I made a complete horlicks of the last change, fix it so it doesn't either lead by Nicholas Marriott · 15 years ago
  79. 10e05f9 Tweak a comment and add some spacing. by Nicholas Marriott · 15 years ago
  80. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  81. dafa0f0 Unreachable statement, found by lint. by Nicholas Marriott · 15 years ago
  82. 3904725 Tidy up and fix some types, prompted by lint via deraadt. by Nicholas Marriott · 15 years ago
  83. a18a374 imsg_read returns ssize_t not int, pointed out by lint via deraadt. by Nicholas Marriott · 15 years ago
  84. 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
  85. 1415eb3 Use winlink_remove() to remove old winlinks when synchronizing grouped sessions by Nicholas Marriott · 15 years ago
  86. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  87. 5ae542e Emulate the ri (reverse index) capability: this allows tmux to at least start by Nicholas Marriott · 15 years ago
  88. d9deb4b Support rxvt-style keys again, but this time: support all the variations, put by Nicholas Marriott · 15 years ago
  89. 89763f2 Rewrite a confusing loop when freeing the arg array on exit and move the check by Nicholas Marriott · 15 years ago
  90. 9df4e75 Add an explicit zero-length check for UTF-8 input data, prompted by a report by Nicholas Marriott · 15 years ago
  91. 08a8ccf Free the pane bufferevent when the fd is closed (the signal could come before by Nicholas Marriott · 15 years ago
  92. 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
  93. 15b9946 There is no real standard for modifier plus function keys. Previously, tmux by Nicholas Marriott · 15 years ago
  94. d9961f4 Don't output rxvtisms either. by Nicholas Marriott · 15 years ago
  95. 05831b5 Twiddling the last bit is an rxvtism, so do not support it in the table by by Nicholas Marriott · 15 years ago
  96. b92fcf2 Whoops, this is needed for last commit as well. by Nicholas Marriott · 15 years ago
  97. 38f64b3 Lookup key as a named key (eg 'Space') before checking for single character by Nicholas Marriott · 15 years ago
  98. 9f47c60 Don't return 1 unless there was actually a problem (signal/lost server) rather by Nicholas Marriott · 15 years ago
  99. 6609093 Just ignore tty fd errors rather than dying, stops the server dying if the by Nicholas Marriott · 15 years ago
  100. 591fa23 The input key should be a u_char. Fixes top-bit-set input problem reported by by Nicholas Marriott · 15 years ago