1. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
  2. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  3. 031be1f Don't crash when looking at NULL clients; also redraw everything on status change. by Nicholas Marriott · 16 years ago
  4. 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
  5. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  6. 259dcbb Daemonise before loading configuration. by Nicholas Marriott · 16 years ago
  7. 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
  8. 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
  9. 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 16 years ago
  10. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  11. 6f142e9 Don't try to access more windows if the session has been destroyed. by Nicholas Marriott · 17 years ago
  12. e0383f5 Better error messages with no server. by Nicholas Marriott · 17 years ago
  13. 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 17 years ago
  14. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  15. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  16. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  17. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  18. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  19. 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 17 years ago
  20. 810a884 A couple of close-on-exec flags. by Nicholas Marriott · 17 years ago
  21. f941d27 Save/restore errno, free pfd buffer. by Nicholas Marriott · 17 years ago
  22. 3859c9f Free/close windows properly. by Nicholas Marriott · 17 years ago
  23. 64713e0 Tweak a couple of variable names. by Nicholas Marriott · 17 years ago
  24. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  25. cf77c80 FreeBSD's util.h is libutil.h. by Nicholas Marriott · 17 years ago
  26. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  27. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  28. 5a3b92c -d option to attach. Also fix CC in Makefile and make it build with DEBUG again. by Nicholas Marriott · 17 years ago
  29. 5c54e0b Don't accept UINT_MAX as size if no clients/sessions. by Nicholas Marriott · 17 years ago
  30. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  31. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  32. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  33. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  34. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  35. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  36. a68b1e5 xcalloc, otherwise prefix may be !0. by Nicholas Marriott · 17 years ago
  37. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  38. 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
  39. 3fa8f16 Adjust $TMUX environ var to include session index, and don't compact session list on release. Also fix some argument types. by Nicholas Marriott · 17 years ago
  40. 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
  41. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago
  42. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago
  43. 3fef2d9 Window list with C-b W. by Nicholas Marriott · 17 years ago
  44. 1fefbb7 Pass through backspace for now. by Nicholas Marriott · 17 years ago
  45. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  46. 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
  47. 4381446 Flush even detached sessions. by Nicholas Marriott · 17 years ago
  48. 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
  49. 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
  50. 7000277 Don't try to upadte window after free. by Nicholas Marriott · 17 years ago
  51. 85770bc Use $SHELL for new shell, if set. by Nicholas Marriott · 17 years ago
  52. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  53. a41ece5 Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation. by Nicholas Marriott · 17 years ago