1. 48510fb Dont overload DEBUG, use FDEBUG. by Nicholas Marriott · 16 years ago
  2. 8c259f5 Darwin support for automatic-rename, from joshe. by Nicholas Marriott · 16 years ago
  3. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  4. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  5. 6384c60 Remove object files in the compat directory. by Tiago Cunha · 16 years ago
  6. ed6f44b FreeBSD needs compat/vis.c. by Nicholas Marriott · 16 years ago
  7. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  8. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  9. 273d630 Update for 0.7. by Nicholas Marriott · 16 years ago
  10. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
  11. ff61eee Don't use [4] since they are confusing and use the right size for memset. DOH. by Nicholas Marriott · 16 years ago
  12. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 16 years ago
  13. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  14. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  15. f855591 kill-pane command. by Nicholas Marriott · 16 years ago
  16. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  17. 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
  18. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  19. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  20. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  21. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  22. 5890630 +FAQ to dist. Tweak. by Nicholas Marriott · 16 years ago
  23. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  24. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  25. 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 16 years ago
  26. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  27. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  28. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  29. 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
  30. 8bef3ad Fix build on sparc. by Nicholas Marriott · 16 years ago
  31. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  32. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  33. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  34. 65833c2 This order is required for -static. by Nicholas Marriott · 16 years ago
  35. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  36. bd1a705 0.4 released. by Nicholas Marriott · 16 years ago
  37. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  38. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
  39. 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 16 years ago
  40. 59da4dc list-commands command. by Nicholas Marriott · 16 years ago
  41. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  42. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  43. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  44. 61a41dc To 0.4. Some other Makefile tweaks. by Nicholas Marriott · 16 years ago
  45. 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
  46. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  47. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  48. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
  49. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  50. eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
  51. a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
  52. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  53. 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 16 years ago
  54. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  55. 2b3ba1c Bah, doing it together doesn't seem to work portably. by Nicholas Marriott · 17 years ago
  56. fe1299a install -d, from tobiasu. by Nicholas Marriott · 17 years ago
  57. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  58. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  59. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  60. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  61. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  62. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  63. b04bffc +index.html.in by Nicholas Marriott · 17 years ago
  64. 0d9ebaa dist target. by Nicholas Marriott · 17 years ago
  65. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  66. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  67. e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
  68. d9b8559 Initial man page. by Nicholas Marriott · 17 years ago
  69. 1632127 rename-session command. by Nicholas Marriott · 17 years ago
  70. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  71. 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
  72. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  73. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  74. 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
  75. 9f06104 has-session command. by Nicholas Marriott · 17 years ago
  76. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  77. cf77c80 FreeBSD's util.h is libutil.h. by Nicholas Marriott · 17 years ago
  78. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  79. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  80. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  81. efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
  82. 5a3b92c -d option to attach. Also fix CC in Makefile and make it build with DEBUG again. by Nicholas Marriott · 17 years ago
  83. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  84. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  85. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  86. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  87. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  88. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
  89. 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
  90. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  91. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  92. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  93. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  94. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  95. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  96. ef91aac Add profiling. Also some trivial optimisations to skip memcpying. by Nicholas Marriott · 17 years ago
  97. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  98. 17ec1aa Binary-only install target. by Nicholas Marriott · 17 years ago
  99. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  100. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago