1. 0f2666a Restore termcap checks. by Nicholas Marriott · 17 years ago
  2. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  3. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  4. 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
  5. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  6. c5b1fa9 Shift history up by 10% at a time. by Nicholas Marriott · 17 years ago
  7. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  8. 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 17 years ago
  9. a010936 Inc region in debug msg. by Nicholas Marriott · 17 years ago
  10. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  11. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  12. 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
  13. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  14. 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
  15. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  16. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  17. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  18. b04bffc +index.html.in by Nicholas Marriott · 17 years ago
  19. 958cd9c -k on link-window to kill dest window if it exists. by Nicholas Marriott · 17 years ago
  20. 54d01c1 Two-column display for on-line print. by Nicholas Marriott · 17 years ago
  21. 6859306 Ooops use ->client here, not cmdclient. by Nicholas Marriott · 17 years ago
  22. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  23. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  24. ce5f02f Report available commands on ambiguous commands. Tidy TODO a bit. by Nicholas Marriott · 17 years ago
  25. dc8fb1e Force default colours if terminal supports it. by Nicholas Marriott · 17 years ago
  26. e79a41c Finish off man page. by Nicholas Marriott · 17 years ago
  27. e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
  28. 6409f2b C-space is "^ " not "^@". by Nicholas Marriott · 17 years ago
  29. 5940c5f Support tab. by Nicholas Marriott · 17 years ago
  30. d9b8559 Initial man page. by Nicholas Marriott · 17 years ago
  31. 0b832ea -V option to show tmux version. by Nicholas Marriott · 17 years ago
  32. 1632127 rename-session command. by Nicholas Marriott · 17 years ago
  33. f92243c Check for required term capabilities on start. by Nicholas Marriott · 17 years ago
  34. 35591ec Try write even if read gets signal, some other tweaks. by Nicholas Marriott · 17 years ago
  35. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  36. 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
  37. ab097f0 Don't save/restore ry_*. by Nicholas Marriott · 17 years ago
  38. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  39. 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
  40. 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
  41. 9f06104 has-session command. by Nicholas Marriott · 17 years ago
  42. ebeb142 Handle DSR for resize(1). by Nicholas Marriott · 17 years ago
  43. e215878 Save restore attr. by Nicholas Marriott · 17 years ago
  44. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  45. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  46. f2f1b8f Add default-command option and change default to be $SHELL rather than $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present. by Nicholas Marriott · 17 years ago
  47. 543e7b0 -n is now -s on new-session. by Nicholas Marriott · 17 years ago
  48. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  49. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  50. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  51. 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
  52. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  53. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  54. a02638c Update. by Nicholas Marriott · 17 years ago
  55. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  56. 5a3b92c -d option to attach. Also fix CC in Makefile and make it build with DEBUG again. by Nicholas Marriott · 17 years ago
  57. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  58. beae2d9 Added my tmux start script as an example (examples/start-tmux.sh) by Maximilian Gass · 17 years ago
  59. 6a784ba New sessions can now be given a command for their first window by Maximilian Gass · 17 years ago
  60. 3c16d72 Fixed usage statement for new-window by Maximilian Gass · 17 years ago
  61. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  62. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  63. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  64. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
  65. 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
  66. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  67. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  68. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  69. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  70. a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
  71. 1c4ec6e Sync. by Nicholas Marriott · 17 years ago
  72. 843779a Restore window title handling. by Nicholas Marriott · 17 years ago
  73. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  74. 308bc18 Window info command. by Nicholas Marriott · 17 years ago
  75. a814c77 Missed this out before. by Nicholas Marriott · 17 years ago
  76. fa537ab tmux new-session -d. by Nicholas Marriott · 17 years ago
  77. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  78. 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
  79. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  80. d2e035f Added window renaming support (tmux rename) by Maximilian Gass · 17 years ago
  81. 7967098 Update changelog. by Nicholas Marriott · 17 years ago
  82. 3fef2d9 Window list with C-b W. by Nicholas Marriott · 17 years ago
  83. 15778b2 META env var. by Nicholas Marriott · 17 years ago
  84. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  85. 2cd99f0 Reset ignored signals after forkpty. by Nicholas Marriott · 17 years ago
  86. 9c0b51c Wrap next/prev. by Nicholas Marriott · 17 years ago
  87. e3440e0 Don't renumber on close. by Nicholas Marriott · 17 years ago
  88. fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
  89. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  90. a3bfe20 Some code tidying, use macros in a few more places. by Nicholas Marriott · 17 years ago
  91. 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