1. 1f1623e Solaris has no strcasestr. by Nicholas Marriott · 16 years ago
  2. 3c0500f Don't see a reason for sys/cdefs.h here; remove it. by Nicholas Marriott · 16 years ago
  3. 9f06533 $Id$. by Nicholas Marriott · 16 years ago
  4. ec818b8 Move defines after includes to avoid multiple definition. by Nicholas Marriott · 16 years ago
  5. 81f06ba Typo: bsdpoll.h -> bsd-poll.h. by Nicholas Marriott · 16 years ago
  6. 851a35e Change >| to rm/> as apparently Solaris /bin/sh doesn't like it. by Nicholas Marriott · 16 years ago
  7. 8f2950f Try to make a bit more sense here. by Nicholas Marriott · 16 years ago
  8. e0a6376 Comment FDEBUG and bump dist version. by Nicholas Marriott · 16 years ago
  9. 1903756 Changes for 0.9. by Nicholas Marriott · 16 years ago
  10. 81010f5 Update with new UTF-8 environment variable information for 0.9. by Nicholas Marriott · 16 years ago
  11. 22d1b94 Using -l to specify a login shell is non-POSIX and causes problems with shells by Nicholas Marriott · 16 years ago
  12. d508102 This file is not going to be used as much any longer, make a note. by Nicholas Marriott · 16 years ago
  13. 82b070d Update ready for 0.9 by Nicholas Marriott · 16 years ago
  14. 55f8219 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 16 years ago
  15. 3509283 Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 16 years ago
  16. 8fe3f1d $Id$. by Nicholas Marriott · 16 years ago
  17. eed4f76 Fix $Id$. by Nicholas Marriott · 16 years ago
  18. 503c6a3 Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was by Nicholas Marriott · 16 years ago
  19. 18ebc99 Use gmtime_r so the current time isn't overwritten, the minute comparison works by Nicholas Marriott · 16 years ago
  20. edc2e7d Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 16 years ago
  21. 796b2e3 Add missing spaces before some alias closing brackets, otherwise they are by Nicholas Marriott · 16 years ago
  22. 1fb3948 Whoops, revert. by Nicholas Marriott · 16 years ago
  23. 1496aa5 Remove some unused function declarations; no binary change. by Nicholas Marriott · 16 years ago
  24. 6ce734c After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 16 years ago
  25. 826add5 Set LC_ALL=C to stop i18n breaking gcc test. by Nicholas Marriott · 16 years ago
  26. 1aaf47e Apparently NetBSD's tcgetpgrp is good enough to use, so don't need to play by Nicholas Marriott · 16 years ago
  27. de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 16 years ago
  28. 3fcbe1e Remove some dead assignments, found by sthen with clang. by no_author · 16 years ago
  29. 81b4aca #ifndef nitems. by Nicholas Marriott · 16 years ago
  30. 6375373 Update TODO. by Nicholas Marriott · 16 years ago
  31. 32312e0 vis compat stuff. by Nicholas Marriott · 16 years ago
  32. 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 16 years ago
  33. f1463ff Lose -V. by Nicholas Marriott · 16 years ago
  34. 0af7fa0 Skip 8 line diffs ($Id$ change only). by Nicholas Marriott · 16 years ago
  35. 20002ec Comparison script. by Nicholas Marriott · 16 years ago
  36. 8fc34ca libgen.h. by Nicholas Marriott · 16 years ago
  37. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 16 years ago
  38. bb459be Whitespace and more syncing. by Nicholas Marriott · 16 years ago
  39. 8df98d1 Don't need linker magic anymore. by Nicholas Marriott · 16 years ago
  40. 6cde051 No more xmalloc-debug. by Nicholas Marriott · 16 years ago
  41. 8565ae2 Fix rejects. by Nicholas Marriott · 16 years ago
  42. 3eb1bfd Sync this properly. by Nicholas Marriott · 16 years ago
  43. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 16 years ago
  44. f17a5f1 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 16 years ago
  45. bfa46e8 lines variable can be -1 (to be ignored), so should be signed. Found by lint. by Nicholas Marriott · 16 years ago
  46. f0bcbcf Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 16 years ago
  47. 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 16 years ago
  48. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 16 years ago
  49. 62822b1 Nuke unused buffer functions. Found by lint. by Nicholas Marriott · 16 years ago
  50. abb5e36 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 16 years ago
  51. 947fabc Unused variables. Found by lint, no binary change. by Nicholas Marriott · 16 years ago
  52. a03ae97 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 16 years ago
  53. 3ec8efc Fix a type mismatch warning in assignment. by Nicholas Marriott · 16 years ago
  54. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 16 years ago
  55. 853ad68 Add a dedicated function to convert a line into a string and use it to simplify the search window function. by Nicholas Marriott · 16 years ago
  56. e6e1b45 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 16 years ago
  57. 944520b Make remain-on-exit work again when there is only one pane left, which was by Nicholas Marriott · 16 years ago
  58. 942ea42 Trying to predict the cursor position for UTF-8 output in the same way as for by Nicholas Marriott · 16 years ago
  59. 2456854 Constify utf8_width() function argument. by Nicholas Marriott · 16 years ago
  60. 7eff7f7 If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and by Nicholas Marriott · 16 years ago
  61. cd5a4f4 LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 16 years ago
  62. 7be69bf Terminate cwd buffer before running xstrdup on it. by Nicholas Marriott · 16 years ago
  63. 6f4600c Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 16 years ago
  64. fbcee9f strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 16 years ago
  65. 0e95769 Call setproctitle earlier in the client, and include the socket name. Makes it by Nicholas Marriott · 16 years ago
  66. b9155e8 Print a better message than '(null)' if no command is specified ("tmux \;"). by Nicholas Marriott · 16 years ago
  67. f90450f Zero the password given to -U in the client as well. by Nicholas Marriott · 16 years ago
  68. 418128b If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 16 years ago
  69. 63b38ef Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 16 years ago
  70. 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 16 years ago
  71. cd71a13 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 16 years ago
  72. 4eed190 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 16 years ago
  73. c3c1481 More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 16 years ago
  74. b8ec0c7 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 16 years ago
  75. 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 16 years ago
  76. 49477de Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 16 years ago
  77. dff9497 Use vis(3) instead of handrolled function. by Nicholas Marriott · 16 years ago
  78. 7597cb6 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 16 years ago
  79. 4f2e5f8 Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 16 years ago
  80. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 16 years ago
  81. 1e06ec4 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 16 years ago
  82. 0828e06 Nuke unused pane flag. by Nicholas Marriott · 16 years ago
  83. d3d4bac Cast char to u_char before passing to isalnum(). By ray by Nicholas Marriott · 16 years ago
  84. 94f5ddb remove unused flag; while here, make usage's output fit on 80-column displays. by Nicholas Marriott · 16 years ago
  85. 6586595 Use login shells by default. by Nicholas Marriott · 16 years ago
  86. 6528d47 Don't leak memory if multiple -f flags are given. From ray by Nicholas Marriott · 16 years ago
  87. 5b3db7b Sync man page with OpenBSD. by Nicholas Marriott · 16 years ago
  88. 3d7cf00 Add missing -a flag. by Nicholas Marriott · 16 years ago
  89. e2a0c5a When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux by Nicholas Marriott · 16 years ago
  90. 32398b9 Sync to OpenBSD: fixes from ray@. by Nicholas Marriott · 16 years ago
  91. 0fdd476 UTF-8 detection is broken on sparc64; disable until I get time to test it further. by Nicholas Marriott · 16 years ago
  92. 6208128 Sync with private copy. by Nicholas Marriott · 16 years ago
  93. 940e2ae endpwent() is not required after getpwuid(). by Nicholas Marriott · 16 years ago
  94. 144aed4 +. by Nicholas Marriott · 16 years ago
  95. f63f5e6 Clear status line on incorrect password. by Nicholas Marriott · 16 years ago
  96. 17a6c01 Don't show real character under cursor when hidden. Doh. by Nicholas Marriott · 16 years ago
  97. 8536ad0 Reset activity time to avoid relock on -U. by Nicholas Marriott · 16 years ago
  98. 3a55871 Now in base. by Nicholas Marriott · 16 years ago
  99. cd4566c Spacing. by Nicholas Marriott · 16 years ago
  100. 133539a Update. by Nicholas Marriott · 16 years ago