1. f81b3dd Sync OpenBSD patchset 591: by Tiago Cunha · 15 years ago
  2. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  3. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  4. 56447d7 Sync OpenBSD patchset 534: by Tiago Cunha · 15 years ago
  5. bbad75f Sync OpenBSD patchset 483: by Tiago Cunha · 15 years ago
  6. 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
  7. 91e4dc8 Sync OpenBSD patchset 370: by Tiago Cunha · 15 years ago
  8. 3266fb5 Sync OpenBSD patchset 332: by Tiago Cunha · 15 years ago
  9. 15b643f Sync from OpenBSD: by Nicholas Marriott · 15 years ago
  10. 930f67f Sync OpenBSD patchset 320: by Tiago Cunha · 15 years ago
  11. 521659d Adjust OpenBSD patchset 305 to the portable version. by Tiago Cunha · 15 years ago
  12. a3a150f Sync OpenBSD patchset 305: by Tiago Cunha · 15 years ago
  13. e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
  14. f415d43 Sync OpenBSD patchset 254: by Tiago Cunha · 15 years ago
  15. 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
  16. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  17. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  18. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 15 years ago
  19. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  20. 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
  21. 521fa7d Unused variable. by Nicholas Marriott · 16 years ago
  22. 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago
  23. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  24. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  25. 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
  26. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  27. fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
  28. 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
  29. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  30. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  31. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
  32. 62457bc Trim. by Nicholas Marriott · 16 years ago
  33. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  34. ce2dc2a Set up environ properly. by Nicholas Marriott · 16 years ago
  35. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  36. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  37. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  38. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  39. 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. by Nicholas Marriott · 16 years ago
  40. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  41. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  42. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  43. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  44. 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
  45. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  46. 765a224 Double-free on session destroy. by Nicholas Marriott · 17 years ago
  47. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  48. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  49. 51482b5 Redraw status bar on link. by Nicholas Marriott · 17 years ago
  50. 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
  51. 3859c9f Free/close windows properly. by Nicholas Marriott · 17 years ago
  52. 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
  53. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  54. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  55. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  56. 3879c89 Ooops, missed this one. Doh. by Nicholas Marriott · 17 years ago
  57. c28e220 Don't nuke last window on reselect of same window. by Nicholas Marriott · 17 years ago
  58. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  59. 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
  60. 5ea2ac3 Stop crashing when exiting windows. by Nicholas Marriott · 17 years ago
  61. 70c1ba5 Comment. by Nicholas Marriott · 17 years ago
  62. f456e1c Reset s->window to NULL so it doesn't end up in s->last. by Nicholas Marriott · 17 years ago
  63. f145108 Tweak ordering. by Nicholas Marriott · 17 years ago
  64. 248f78d Remove window before working out new current window; clear last window if necessary. by Nicholas Marriott · 17 years ago
  65. d63977e session_last == -1 could still leave us with the window we are about to remove. by Nicholas Marriott · 17 years ago
  66. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  67. 9c0b51c Wrap next/prev. by Nicholas Marriott · 17 years ago
  68. 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
  69. 4381446 Flush even detached sessions. by Nicholas Marriott · 17 years ago
  70. 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
  71. 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
  72. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  73. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  74. 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