1. 8fc34ca libgen.h. by Nicholas Marriott · 16 years ago
  2. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 16 years ago
  3. bb459be Whitespace and more syncing. by Nicholas Marriott · 16 years ago
  4. 8df98d1 Don't need linker magic anymore. by Nicholas Marriott · 16 years ago
  5. 6cde051 No more xmalloc-debug. by Nicholas Marriott · 16 years ago
  6. 8565ae2 Fix rejects. by Nicholas Marriott · 16 years ago
  7. 3eb1bfd Sync this properly. by Nicholas Marriott · 16 years ago
  8. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 16 years ago
  9. f17a5f1 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 16 years ago
  10. bfa46e8 lines variable can be -1 (to be ignored), so should be signed. Found by lint. by Nicholas Marriott · 16 years ago
  11. f0bcbcf Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 16 years ago
  12. 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 16 years ago
  13. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 16 years ago
  14. 62822b1 Nuke unused buffer functions. Found by lint. by Nicholas Marriott · 16 years ago
  15. abb5e36 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 16 years ago
  16. 947fabc Unused variables. Found by lint, no binary change. by Nicholas Marriott · 16 years ago
  17. a03ae97 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 16 years ago
  18. 3ec8efc Fix a type mismatch warning in assignment. by Nicholas Marriott · 16 years ago
  19. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 16 years ago
  20. 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
  21. e6e1b45 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 16 years ago
  22. 944520b Make remain-on-exit work again when there is only one pane left, which was by Nicholas Marriott · 16 years ago
  23. 942ea42 Trying to predict the cursor position for UTF-8 output in the same way as for by Nicholas Marriott · 16 years ago
  24. 2456854 Constify utf8_width() function argument. by Nicholas Marriott · 16 years ago
  25. 7eff7f7 If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and by Nicholas Marriott · 16 years ago
  26. cd5a4f4 LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 16 years ago
  27. 7be69bf Terminate cwd buffer before running xstrdup on it. by Nicholas Marriott · 16 years ago
  28. 6f4600c Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 16 years ago
  29. fbcee9f strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 16 years ago
  30. 0e95769 Call setproctitle earlier in the client, and include the socket name. Makes it by Nicholas Marriott · 16 years ago
  31. b9155e8 Print a better message than '(null)' if no command is specified ("tmux \;"). by Nicholas Marriott · 16 years ago
  32. f90450f Zero the password given to -U in the client as well. by Nicholas Marriott · 16 years ago
  33. 418128b If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 16 years ago
  34. 63b38ef Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 16 years ago
  35. 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 16 years ago
  36. cd71a13 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 16 years ago
  37. 4eed190 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 16 years ago
  38. c3c1481 More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 16 years ago
  39. b8ec0c7 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 16 years ago
  40. 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 16 years ago
  41. 49477de Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 16 years ago
  42. dff9497 Use vis(3) instead of handrolled function. by Nicholas Marriott · 16 years ago
  43. 7597cb6 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 16 years ago
  44. 4f2e5f8 Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 16 years ago
  45. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 16 years ago
  46. 1e06ec4 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 16 years ago
  47. 0828e06 Nuke unused pane flag. by Nicholas Marriott · 16 years ago
  48. d3d4bac Cast char to u_char before passing to isalnum(). By ray by Nicholas Marriott · 16 years ago
  49. 94f5ddb remove unused flag; while here, make usage's output fit on 80-column displays. by Nicholas Marriott · 16 years ago
  50. 6586595 Use login shells by default. by Nicholas Marriott · 16 years ago
  51. 6528d47 Don't leak memory if multiple -f flags are given. From ray by Nicholas Marriott · 16 years ago
  52. 5b3db7b Sync man page with OpenBSD. by Nicholas Marriott · 16 years ago
  53. 3d7cf00 Add missing -a flag. by Nicholas Marriott · 16 years ago
  54. e2a0c5a When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux by Nicholas Marriott · 16 years ago
  55. 32398b9 Sync to OpenBSD: fixes from ray@. by Nicholas Marriott · 16 years ago
  56. 0fdd476 UTF-8 detection is broken on sparc64; disable until I get time to test it further. by Nicholas Marriott · 16 years ago
  57. 6208128 Sync with private copy. by Nicholas Marriott · 16 years ago
  58. 940e2ae endpwent() is not required after getpwuid(). by Nicholas Marriott · 16 years ago
  59. 144aed4 +. by Nicholas Marriott · 16 years ago
  60. f63f5e6 Clear status line on incorrect password. by Nicholas Marriott · 16 years ago
  61. 17a6c01 Don't show real character under cursor when hidden. Doh. by Nicholas Marriott · 16 years ago
  62. 8536ad0 Reset activity time to avoid relock on -U. by Nicholas Marriott · 16 years ago
  63. 3a55871 Now in base. by Nicholas Marriott · 16 years ago
  64. cd4566c Spacing. by Nicholas Marriott · 16 years ago
  65. 133539a Update. by Nicholas Marriott · 16 years ago
  66. 8940478 Spacing. by Nicholas Marriott · 16 years ago
  67. 6c442c1 UPPER -> BIG, sort, and bump protocol version. by Nicholas Marriott · 16 years ago
  68. a8ec5f1 stat(2) files before trying to load them to avoid problems, for example with "source-file /dev/zero". by Nicholas Marriott · 16 years ago
  69. eb60071 new layout plan by Nicholas Marriott · 16 years ago
  70. cdce5f7 Indentation. by Nicholas Marriott · 16 years ago
  71. 5707eb3 +. by Nicholas Marriott · 16 years ago
  72. 6db7bd6 Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2. by Nicholas Marriott · 16 years ago
  73. 5db59a0 If LANG contains "UTF-8", assume the terminal supports UTF-8, on the grounds that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any problems. by Nicholas Marriott · 16 years ago
  74. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 16 years ago
  75. a385f75 Note. by Nicholas Marriott · 16 years ago
  76. 0abd8ea (void). by Nicholas Marriott · 16 years ago
  77. 72e464f main-horizontal layout and main-pane-height option to match vertical. by Nicholas Marriott · 16 years ago
  78. c21ffbc left-vertical -> main-vertical. Also update CHANGES/TODO. by Nicholas Marriott · 16 years ago
  79. 6e4b947 New option main-pane-width to set width of pane in left-vertical mode. by Nicholas Marriott · 16 years ago
  80. 3ee4b33 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
  81. 404411f horizontal -> h, vertical -> v, to shorten some function names a little. by Nicholas Marriott · 16 years ago
  82. d601c42 Behave properly when resize not supported. by Nicholas Marriott · 16 years ago
  83. b233616 Update TODO. by Nicholas Marriott · 16 years ago
  84. 5518b61 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
  85. ab4e5e8 Clean up manual layout code: by Nicholas Marriott · 16 years ago
  86. b6b00c5 Fix comment. by Nicholas Marriott · 16 years ago
  87. 2f5c3d8 #undef everything in config.h. This is the only bit of the scripting work I am by Nicholas Marriott · 16 years ago
  88. a03cf0e +b on fopen. by Nicholas Marriott · 16 years ago
  89. d2275f4 chmod +x configure by Nicholas Marriott · 16 years ago
  90. 0c33b73 Move some crap into the attic, and some other stuff into tools/. by Nicholas Marriott · 16 years ago
  91. 8dc73f2 Move website stuff into its own directory. by Nicholas Marriott · 16 years ago
  92. 6805217 Move dist.mk to tools/. by Nicholas Marriott · 16 years ago
  93. 0f5168f Use >|. by Nicholas Marriott · 16 years ago
  94. c111310 Use a better variable name and allow the uname to be overridden. by Nicholas Marriott · 16 years ago
  95. d58bfe5 clean-all. by Nicholas Marriott · 16 years ago
  96. 095f16d clean-all target to clean configure stuff too. by Nicholas Marriott · 16 years ago
  97. 25911d3 Use empty(), FreeBSD doesn't like ==. by Nicholas Marriott · 16 years ago
  98. 1001902 select-layout command and some key bindings. by Nicholas Marriott · 16 years ago
  99. 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 16 years ago
  100. 92de1ad putenv can be char *. by Nicholas Marriott · 16 years ago