1. abb7286 Add back JOB_PERSIST checks that got lost. by Nicholas Marriott · 15 years ago
  2. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  3. ea8c8c5 A couple of minor cosmetic changes. by Nicholas Marriott · 15 years ago
  4. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  5. f575e39 Unused (but assigned to) variable, found by lint. by Nicholas Marriott · 15 years ago
  6. 10f58cb Ignore the colour on space, /not/ the attributes. by Nicholas Marriott · 15 years ago
  7. a94535f Fix the reverse emulation when a terminal doesn't have setab to use the correct by Nicholas Marriott · 15 years ago
  8. d2dfbef Change declaration and use of malloc_options to be more standard, from Tim van by Nicholas Marriott · 15 years ago
  9. d8332e6 Don't backoff based on suspended or deda clients as they are always likely to by Nicholas Marriott · 15 years ago
  10. 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
  11. 5761ab6 If it isn't available explicitly, work out the current client in a similar way by Nicholas Marriott · 15 years ago
  12. 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
  13. c95f1d1 tv member of struct paste_buffer is updated but not otherwise used, so remove by Nicholas Marriott · 15 years ago
  14. 0194306 Fix vi page up mode key (from naddy), add missing half page keys, and sort. by Nicholas Marriott · 15 years ago
  15. 86182f3 Double the escape timer (the time after a \033 is received before tmux gives up by Nicholas Marriott · 15 years ago
  16. 1c853c6 When matching the session names with -t, look for exact matches first before by Nicholas Marriott · 15 years ago
  17. 2a585dc Leftover unused variable :-/. by Nicholas Marriott · 15 years ago
  18. 42fd44f There isn't much point in doing lstat before connect so instead just do connect by Nicholas Marriott · 15 years ago
  19. 992dd86 Reorder slightly to tidy code. by Nicholas Marriott · 15 years ago
  20. 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
  21. 32299e4 Missing setenv/showenv aliases. by Nicholas Marriott · 15 years ago
  22. e8b2518 Missing ;. From eric@ ages ago. by Nicholas Marriott · 15 years ago
  23. dc3fdc8 If any client currently displaying a window pane has more than 1 KB of output by Nicholas Marriott · 15 years ago
  24. 1eaefbf Add a minor optimisatin: if the character being printed is space, don't worry by Nicholas Marriott · 15 years ago
  25. 5730cbf Twaek this slightly to avoid confusing use of flags variable. by Nicholas Marriott · 15 years ago
  26. eb5f446 Setting SGR0 when setting the fg and bg has problems if only one of the two is by Nicholas Marriott · 15 years ago
  27. 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
  28. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  29. a8b1379 Clear signal flags /before/ taking action and continue afterwards to reduce by Nicholas Marriott · 15 years ago
  30. 6b804f3 Call fstat() after fopen() rather than stat() before. by Nicholas Marriott · 15 years ago
  31. 539c73b Reset the umask right after fopen to avoid leaving it changed on error, noticed by Nicholas Marriott · 15 years ago
  32. 6dc6333 Use strlcpy instead of strncpy, pointed out by deraadt. by Nicholas Marriott · 15 years ago
  33. 353f2a2 Don't do anything in the client callback if the client has already died to by Nicholas Marriott · 15 years ago
  34. 53957dc Nuke accidentally-committed debugging statement. by Nicholas Marriott · 15 years ago
  35. e831649 Not all terminals swap CSI and SS3 on ctrl, so remove that. by Nicholas Marriott · 15 years ago
  36. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  37. c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
  38. bbca6fe On second thoughts, drop the rxvt output entirely. by Nicholas Marriott · 15 years ago
  39. 5cce40d Set the output code for ctrl+cursor keys correctly, and disable (comment) by Nicholas Marriott · 15 years ago
  40. d0aa883 As we always put the cursor keys into application mode, assume keys sent by Nicholas Marriott · 15 years ago
  41. fcd3b26 Tidy up table. by Nicholas Marriott · 15 years ago
  42. a0ec4a1 Drop INPUTKEY_CTRL and just handle it as part of the table. by Nicholas Marriott · 15 years ago
  43. 25d2000 Add or fix some comments. by Nicholas Marriott · 15 years ago
  44. b3604dc Tidy up table. by Nicholas Marriott · 15 years ago
  45. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  46. 10a656e Remove the xterm-keys code which is broken (a replacement is coming but some by Nicholas Marriott · 15 years ago
  47. 3c9619b Don't try to continue processing a client if the session has been destroyed. by Nicholas Marriott · 15 years ago
  48. 48b6d18 Remove -d from tmux.1 as well. by Nicholas Marriott · 15 years ago
  49. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  50. 5bed597 +time.h. by Nicholas Marriott · 15 years ago
  51. 7b4f039 [ is a punctuation character and should be escaped with Ql. Although the by Nicholas Marriott · 15 years ago
  52. 385236e Bring a comment into line with reality. by Nicholas Marriott · 15 years ago
  53. df818c1 -a option to kill all except current pane. From Tiago Cunha, thanks! by Nicholas Marriott · 15 years ago
  54. c2b8f3b Support the bright fg/bg colour SGR 90-97 and 100-107. by Nicholas Marriott · 15 years ago
  55. 1f22a19 Redraw checks have to after handling input or pane redraw flags set by key by Nicholas Marriott · 15 years ago
  56. 9c40a4e The client buffers have to be checked after every event in order to catch the by Nicholas Marriott · 15 years ago
  57. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  58. fd35b6f Only redraw the pane when changing mode, not the entire window. by Nicholas Marriott · 15 years ago
  59. eb0c33c Merge prepare_cmd into main as it is short and only called once. by Nicholas Marriott · 15 years ago
  60. 284b946 Tidy identify message send into a separate function. by Nicholas Marriott · 15 years ago
  61. d69b364 Don't try to unsuspend a client if it isn't suspended. by Nicholas Marriott · 15 years ago
  62. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  63. 59e6679 Unused variable. by Nicholas Marriott · 15 years ago
  64. a22c06a Remove unused function. by Nicholas Marriott · 15 years ago
  65. 9a48552 Nuke dead store. by Nicholas Marriott · 15 years ago
  66. dd46f63 Now we are correctly not redrawing the whole pane on linefeed, redo the by Nicholas Marriott · 15 years ago
  67. af2b0f4 Tweak descriptions for up/down pane to be clearer. by Nicholas Marriott · 15 years ago
  68. 9b5da97 Don't redraw the scroll region on linefeed/reverse index unless it is necessary by Nicholas Marriott · 15 years ago
  69. 683ddbc Some terminals don't correctly clear their let's-wrap flag after changing the by Nicholas Marriott · 15 years ago
  70. 7825871 Getting the read and write ends of the pipe the right way round is usually by Nicholas Marriott · 15 years ago
  71. 9afb0d7 %zu not %u, doh. by Nicholas Marriott · 15 years ago
  72. 6f21690 Sort out stdout before stdin/stderr in case the stdout side of the pipe got one by Nicholas Marriott · 15 years ago
  73. 480f5d3 Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks. by Nicholas Marriott · 15 years ago
  74. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  75. 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
  76. 387f4d4 Move the check for whether to force a line wrapper lower down into the tty code by Nicholas Marriott · 15 years ago
  77. d1e6388 Nuke stray blank line. by Nicholas Marriott · 15 years ago
  78. 2afe395 Stop updating the screen when not in output mode, stops copy mode getting by Nicholas Marriott · 15 years ago
  79. daa2607 Always move the cursor position on !xenl terminals, since there is no invisible by Nicholas Marriott · 15 years ago
  80. fe26b5d Don't print wide characters at screen width - 1. Matches uterm behaviour and by Nicholas Marriott · 15 years ago
  81. 43d62c1 Instead of having a complicated check to see if the cursor is in the last by Nicholas Marriott · 15 years ago
  82. 7035502 When checking whether the region will scroll and the cursor position is thus by Nicholas Marriott · 15 years ago
  83. dba0d54 The pane pty name isn't useful for anything so show the pane number instead. by Nicholas Marriott · 15 years ago
  84. 1a3c334 cmd_find_client shouldn't die when there is an empty slot in the clients by Nicholas Marriott · 15 years ago
  85. adad557 Don't allow cmd_lookup_client to test clients without a session. by Nicholas Marriott · 15 years ago
  86. ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
  87. 71dc6e0 Handle DECCOLM by just emulating its side-effect of clearing the screen. by Nicholas Marriott · 15 years ago
  88. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  89. 0907ca1 Do this in a better way - print messages when exiting with nonzero. by Nicholas Marriott · 15 years ago
  90. 760e39e Don't print exit messages when used as a login shell, requested by martynas@ a by Nicholas Marriott · 15 years ago
  91. 5d78371 Don't try to use \n across scroll region when doing \r\n either. by Nicholas Marriott · 15 years ago
  92. 9294cb0 When a session is unattached, reset its activity timer to prevent it locking by Nicholas Marriott · 15 years ago
  93. 4dcb504 Instead of using something sort of similar for both newline checks, use by Nicholas Marriott · 15 years ago
  94. d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
  95. 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
  96. 693b3d0 Don't run through the column unchanged case if the row was unchanged but there by Nicholas Marriott · 15 years ago
  97. eb9826f If the vertical cursor movement crosses the scroll region, CUU and CUD by Nicholas Marriott · 15 years ago
  98. 5615744 Wrap a couple of long lines. by Nicholas Marriott · 15 years ago
  99. 0aab581 Use absolute movement if right at the end of the line as it isn't a reliable by Nicholas Marriott · 15 years ago
  100. 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago