1. fcd3b26 Tidy up table. by Nicholas Marriott · 15 years ago
  2. a0ec4a1 Drop INPUTKEY_CTRL and just handle it as part of the table. by Nicholas Marriott · 15 years ago
  3. 25d2000 Add or fix some comments. by Nicholas Marriott · 15 years ago
  4. b3604dc Tidy up table. by Nicholas Marriott · 15 years ago
  5. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  6. 10a656e Remove the xterm-keys code which is broken (a replacement is coming but some by Nicholas Marriott · 15 years ago
  7. 3c9619b Don't try to continue processing a client if the session has been destroyed. by Nicholas Marriott · 15 years ago
  8. 48b6d18 Remove -d from tmux.1 as well. by Nicholas Marriott · 15 years ago
  9. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  10. 5bed597 +time.h. by Nicholas Marriott · 15 years ago
  11. 7b4f039 [ is a punctuation character and should be escaped with Ql. Although the by Nicholas Marriott · 15 years ago
  12. 385236e Bring a comment into line with reality. by Nicholas Marriott · 15 years ago
  13. df818c1 -a option to kill all except current pane. From Tiago Cunha, thanks! by Nicholas Marriott · 15 years ago
  14. c2b8f3b Support the bright fg/bg colour SGR 90-97 and 100-107. by Nicholas Marriott · 15 years ago
  15. 1f22a19 Redraw checks have to after handling input or pane redraw flags set by key by Nicholas Marriott · 15 years ago
  16. 9c40a4e The client buffers have to be checked after every event in order to catch the by Nicholas Marriott · 15 years ago
  17. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  18. fd35b6f Only redraw the pane when changing mode, not the entire window. by Nicholas Marriott · 15 years ago
  19. eb0c33c Merge prepare_cmd into main as it is short and only called once. by Nicholas Marriott · 15 years ago
  20. 284b946 Tidy identify message send into a separate function. by Nicholas Marriott · 15 years ago
  21. d69b364 Don't try to unsuspend a client if it isn't suspended. by Nicholas Marriott · 15 years ago
  22. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  23. 59e6679 Unused variable. by Nicholas Marriott · 15 years ago
  24. a22c06a Remove unused function. by Nicholas Marriott · 15 years ago
  25. 9a48552 Nuke dead store. by Nicholas Marriott · 15 years ago
  26. dd46f63 Now we are correctly not redrawing the whole pane on linefeed, redo the by Nicholas Marriott · 15 years ago
  27. af2b0f4 Tweak descriptions for up/down pane to be clearer. by Nicholas Marriott · 15 years ago
  28. 9b5da97 Don't redraw the scroll region on linefeed/reverse index unless it is necessary by Nicholas Marriott · 15 years ago
  29. 683ddbc Some terminals don't correctly clear their let's-wrap flag after changing the by Nicholas Marriott · 15 years ago
  30. 7825871 Getting the read and write ends of the pipe the right way round is usually by Nicholas Marriott · 15 years ago
  31. 9afb0d7 %zu not %u, doh. by Nicholas Marriott · 15 years ago
  32. 6f21690 Sort out stdout before stdin/stderr in case the stdout side of the pipe got one by Nicholas Marriott · 15 years ago
  33. 480f5d3 Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks. by Nicholas Marriott · 15 years ago
  34. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  35. 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
  36. 387f4d4 Move the check for whether to force a line wrapper lower down into the tty code by Nicholas Marriott · 15 years ago
  37. d1e6388 Nuke stray blank line. by Nicholas Marriott · 15 years ago
  38. 2afe395 Stop updating the screen when not in output mode, stops copy mode getting by Nicholas Marriott · 15 years ago
  39. daa2607 Always move the cursor position on !xenl terminals, since there is no invisible by Nicholas Marriott · 15 years ago
  40. fe26b5d Don't print wide characters at screen width - 1. Matches uterm behaviour and by Nicholas Marriott · 15 years ago
  41. 43d62c1 Instead of having a complicated check to see if the cursor is in the last by Nicholas Marriott · 15 years ago
  42. 7035502 When checking whether the region will scroll and the cursor position is thus by Nicholas Marriott · 15 years ago
  43. dba0d54 The pane pty name isn't useful for anything so show the pane number instead. by Nicholas Marriott · 15 years ago
  44. 1a3c334 cmd_find_client shouldn't die when there is an empty slot in the clients by Nicholas Marriott · 15 years ago
  45. adad557 Don't allow cmd_lookup_client to test clients without a session. by Nicholas Marriott · 15 years ago
  46. ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
  47. 71dc6e0 Handle DECCOLM by just emulating its side-effect of clearing the screen. by Nicholas Marriott · 15 years ago
  48. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  49. 0907ca1 Do this in a better way - print messages when exiting with nonzero. by Nicholas Marriott · 15 years ago
  50. 760e39e Don't print exit messages when used as a login shell, requested by martynas@ a by Nicholas Marriott · 15 years ago
  51. 5d78371 Don't try to use \n across scroll region when doing \r\n either. by Nicholas Marriott · 15 years ago
  52. 9294cb0 When a session is unattached, reset its activity timer to prevent it locking by Nicholas Marriott · 15 years ago
  53. 4dcb504 Instead of using something sort of similar for both newline checks, use by Nicholas Marriott · 15 years ago
  54. d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
  55. 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
  56. 693b3d0 Don't run through the column unchanged case if the row was unchanged but there by Nicholas Marriott · 15 years ago
  57. eb9826f If the vertical cursor movement crosses the scroll region, CUU and CUD by Nicholas Marriott · 15 years ago
  58. 5615744 Wrap a couple of long lines. by Nicholas Marriott · 15 years ago
  59. 0aab581 Use absolute movement if right at the end of the line as it isn't a reliable by Nicholas Marriott · 15 years ago
  60. 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago
  61. 33ae063 Permit attributes to be turned off in #[] by prefixing with "no", for example by Nicholas Marriott · 15 years ago
  62. 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
  63. 972a6f5 _absolute is redundant, just use tty_region. by Nicholas Marriott · 15 years ago
  64. f05b32f Cleanup: use two functions for region setting, one for absolute and one inside by Nicholas Marriott · 15 years ago
  65. 0a2a354 Like linefeed, don't set the scroll region for reverse index unless it will be by Nicholas Marriott · 15 years ago
  66. b4ef3e5 punctuation fix; by Jason McIntyre · 15 years ago
  67. fbb030d Set the current window pointer to NULL when killing a winlink that is to be by Nicholas Marriott · 15 years ago
  68. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  69. 325e20d Convert if-shell over to the background job framework as well. by Nicholas Marriott · 15 years ago
  70. 88f3ffe Remove a debugging leftover and add copyright. by Nicholas Marriott · 15 years ago
  71. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  72. abedfa7 There isn't much point in having a free function if it isn't used. by Nicholas Marriott · 15 years ago
  73. ff4b4e6 Collect status from dead jobs and don't invoke the callback until both by Nicholas Marriott · 15 years ago
  74. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  75. f68ade7 Braek some bits out of server_fill_client() that aren't really related to by Nicholas Marriott · 15 years ago
  76. 095ecf2 Put all jobs on a global all_jobs list and use that in server.c instead of by Nicholas Marriott · 15 years ago
  77. b7c364a -scroll mode which is dead. by Nicholas Marriott · 15 years ago
  78. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  79. 2988c59 Accept key and mouse input for keys in zombified windows if they are in a mode.. by Nicholas Marriott · 15 years ago
  80. 9ed62ee When a window is zombified and automatic-rename is on, append [dead] to the by Nicholas Marriott · 15 years ago
  81. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  82. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  83. 3a20a05 There is no point setting the scroll region up for line feeds unless scrolling by Nicholas Marriott · 15 years ago
  84. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  85. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  86. 93b353d Instead of passing a struct pollfd ** around through various functions, build by Nicholas Marriott · 15 years ago
  87. bf38a31 The UTF-8 detection idea doesn't work and I am reasonably happy with the by Nicholas Marriott · 15 years ago
  88. 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
  89. d528184 Be less aggressive about turning the cursor off, only explicitly turn it off by Nicholas Marriott · 15 years ago
  90. 2cb2bb8 Support J and K for scroll up and scroll down in copy mode with vi keys, by Nicholas Marriott · 15 years ago
  91. 56ddd3c Fix comment. by Nicholas Marriott · 15 years ago
  92. 82efcc3 Accept ^? for backspace as well as BSpace. by Nicholas Marriott · 15 years ago
  93. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  94. 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
  95. 4ca2200 If no target client is specified to commands which accept one, try to guess the by Nicholas Marriott · 15 years ago
  96. 45043eb tweak previous; by Jason McIntyre · 15 years ago
  97. d42b86d Get / and ? the right way round in vi mode, and use : for goto line rather than by Nicholas Marriott · 15 years ago
  98. c734789 Check for already locked/suspended clients in server_lock_client rather than by Nicholas Marriott · 15 years ago
  99. 205857b Add a key string for space ("Space") and document the names, suggested by by Nicholas Marriott · 15 years ago
  100. 97ca571 C-v and M-v too. by Nicholas Marriott · 15 years ago