1. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  2. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  3. 521fa7d Unused variable. by Nicholas Marriott · 16 years ago
  4. 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago
  5. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  6. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  7. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  8. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  9. fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
  10. 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
  11. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  12. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  13. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
  14. 62457bc Trim. by Nicholas Marriott · 16 years ago
  15. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  16. ce2dc2a Set up environ properly. by Nicholas Marriott · 16 years ago
  17. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  18. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  19. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  20. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  21. 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. by Nicholas Marriott · 16 years ago
  22. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  23. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  24. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  25. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  26. 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
  27. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  28. 765a224 Double-free on session destroy. by Nicholas Marriott · 17 years ago
  29. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  30. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  31. 51482b5 Redraw status bar on link. by Nicholas Marriott · 17 years ago
  32. 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
  33. 3859c9f Free/close windows properly. by Nicholas Marriott · 17 years ago
  34. 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
  35. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  36. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  37. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  38. 3879c89 Ooops, missed this one. Doh. by Nicholas Marriott · 17 years ago
  39. c28e220 Don't nuke last window on reselect of same window. by Nicholas Marriott · 17 years ago
  40. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  41. 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
  42. 5ea2ac3 Stop crashing when exiting windows. by Nicholas Marriott · 17 years ago
  43. 70c1ba5 Comment. by Nicholas Marriott · 17 years ago
  44. f456e1c Reset s->window to NULL so it doesn't end up in s->last. by Nicholas Marriott · 17 years ago
  45. f145108 Tweak ordering. by Nicholas Marriott · 17 years ago
  46. 248f78d Remove window before working out new current window; clear last window if necessary. by Nicholas Marriott · 17 years ago
  47. d63977e session_last == -1 could still leave us with the window we are about to remove. by Nicholas Marriott · 17 years ago
  48. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  49. 9c0b51c Wrap next/prev. by Nicholas Marriott · 17 years ago
  50. 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
  51. 4381446 Flush even detached sessions. by Nicholas Marriott · 17 years ago
  52. 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
  53. 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
  54. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  55. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  56. 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