1. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  2. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  3. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  4. 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. by Nicholas Marriott · 16 years ago
  5. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  6. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  7. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  8. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  9. 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
  10. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  11. 765a224 Double-free on session destroy. by Nicholas Marriott · 17 years ago
  12. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  13. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  14. 51482b5 Redraw status bar on link. by Nicholas Marriott · 17 years ago
  15. 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
  16. 3859c9f Free/close windows properly. by Nicholas Marriott · 17 years ago
  17. 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
  18. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  19. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  20. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  21. 3879c89 Ooops, missed this one. Doh. by Nicholas Marriott · 17 years ago
  22. c28e220 Don't nuke last window on reselect of same window. by Nicholas Marriott · 17 years ago
  23. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  24. 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
  25. 5ea2ac3 Stop crashing when exiting windows. by Nicholas Marriott · 17 years ago
  26. 70c1ba5 Comment. by Nicholas Marriott · 17 years ago
  27. f456e1c Reset s->window to NULL so it doesn't end up in s->last. by Nicholas Marriott · 17 years ago
  28. f145108 Tweak ordering. by Nicholas Marriott · 17 years ago
  29. 248f78d Remove window before working out new current window; clear last window if necessary. by Nicholas Marriott · 17 years ago
  30. d63977e session_last == -1 could still leave us with the window we are about to remove. by Nicholas Marriott · 17 years ago
  31. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  32. 9c0b51c Wrap next/prev. by Nicholas Marriott · 17 years ago
  33. 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
  34. 4381446 Flush even detached sessions. by Nicholas Marriott · 17 years ago
  35. 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
  36. 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
  37. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  38. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  39. 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