1. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  2. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  3. 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
  4. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  5. 0f95671 Disable/enable window activity monitoring with set-window-option command. 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. f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 16 years ago
  8. 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
  9. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  10. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  11. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  12. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  13. eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
  14. 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago
  15. 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
  16. 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
  17. 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
  18. 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 16 years ago
  19. abe745f Add limits.h by Nicholas Marriott · 16 years ago
  20. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  21. 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
  22. 2bc8108 Save term data in a linked list and reuse it. by Nicholas Marriott · 17 years ago
  23. 8ec9b07 Screen debugging. by Nicholas Marriott · 17 years ago
  24. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  25. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  26. 8419e99 The tty code already stores attributes and doesn't modify them if unaltered, so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected. by Nicholas Marriott · 17 years ago
  27. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  28. 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
  29. f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 17 years ago
  30. 7034ba2 Same exit process applied to detach. by Nicholas Marriott · 17 years ago
  31. 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 17 years ago
  32. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  33. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  34. 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 17 years ago
  35. b903494 Reset before calling window_draw otherwise it'll have the wrong idea of the current state (since it copies from screen). by Nicholas Marriott · 17 years ago
  36. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  37. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  38. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  39. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  40. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  41. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  42. c64cf68 Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime. by Nicholas Marriott · 17 years ago
  43. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  44. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  45. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  46. 24c3995 Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs. by Nicholas Marriott · 17 years ago
  47. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  48. c424ef3 Scroll data should be per-window not global. by Nicholas Marriott · 17 years ago
  49. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  50. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  51. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  52. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  53. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  54. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  55. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  56. e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
  57. 1632127 rename-session command. by Nicholas Marriott · 17 years ago
  58. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  59. 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
  60. ab097f0 Don't save/restore ry_*. by Nicholas Marriott · 17 years ago
  61. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  62. 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
  63. 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
  64. 9f06104 has-session command. by Nicholas Marriott · 17 years ago
  65. 4df168c Use local var and pull screen out of ictx. by Nicholas Marriott · 17 years ago
  66. ebeb142 Handle DSR for resize(1). by Nicholas Marriott · 17 years ago
  67. e215878 Save restore attr. by Nicholas Marriott · 17 years ago
  68. ab02144 Don't need ttydefchars here. by Nicholas Marriott · 17 years ago
  69. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  70. 14fdb49 FreeBSD lacks TTY_NAME_MAX. by Nicholas Marriott · 17 years ago
  71. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  72. bfad5c0 Define __dead and __packed. by Nicholas Marriott · 17 years ago
  73. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  74. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  75. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  76. 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
  77. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  78. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  79. 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
  80. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  81. efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
  82. 6f2edda Have resize update a SESSION_UNATTACHED flag. by Nicholas Marriott · 17 years ago
  83. 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
  84. 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
  85. 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
  86. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  87. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  88. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  89. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  90. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  91. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
  92. 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
  93. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  94. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  95. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  96. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  97. aaa98ab Rename some bits. by Nicholas Marriott · 17 years ago
  98. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  99. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  100. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago