1. 765a224 Double-free on session destroy. by Nicholas Marriott · 17 years ago
  2. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  3. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  4. 51482b5 Redraw status bar on link. by Nicholas Marriott · 17 years ago
  5. 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
  6. 3859c9f Free/close windows properly. by Nicholas Marriott · 17 years ago
  7. 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
  8. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  9. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  10. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  11. 3879c89 Ooops, missed this one. Doh. by Nicholas Marriott · 17 years ago
  12. c28e220 Don't nuke last window on reselect of same window. by Nicholas Marriott · 17 years ago
  13. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  14. 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
  15. 5ea2ac3 Stop crashing when exiting windows. by Nicholas Marriott · 17 years ago
  16. 70c1ba5 Comment. by Nicholas Marriott · 17 years ago
  17. f456e1c Reset s->window to NULL so it doesn't end up in s->last. by Nicholas Marriott · 17 years ago
  18. f145108 Tweak ordering. by Nicholas Marriott · 17 years ago
  19. 248f78d Remove window before working out new current window; clear last window if necessary. by Nicholas Marriott · 17 years ago
  20. d63977e session_last == -1 could still leave us with the window we are about to remove. by Nicholas Marriott · 17 years ago
  21. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  22. 9c0b51c Wrap next/prev. by Nicholas Marriott · 17 years ago
  23. 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
  24. 4381446 Flush even detached sessions. by Nicholas Marriott · 17 years ago
  25. 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
  26. 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
  27. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  28. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  29. 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