1. f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 16 years ago
  2. 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
  3. da22faf Sync with Makefile. by Nicholas Marriott · 17 years ago
  4. c6efbbb Don't free twice when exiting. by Nicholas Marriott · 17 years ago
  5. 83393d3 Only close the tty during exit process and leave freeing it to when the socket is lost. by Nicholas Marriott · 17 years ago
  6. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  7. 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 17 years ago
  8. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  9. 08f8740 Always redraw requesting client on resize. by Nicholas Marriott · 17 years ago
  10. e2438dc Check for NULL clients. by Nicholas Marriott · 17 years ago
  11. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  12. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  13. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  14. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  15. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  16. 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
  17. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  18. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  19. 5b60d6e Tweak message. by Nicholas Marriott · 17 years ago
  20. 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
  21. 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
  22. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  23. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  24. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  25. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  26. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  27. a5a17b4 Skip exec on cmds. Also use xmemstrdup where appropriate. by Nicholas Marriott · 17 years ago
  28. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  29. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  30. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  31. 7ccdbf3 Sprinkle some const. by Nicholas Marriott · 17 years ago
  32. a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
  33. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  34. 308bc18 Window info command. by Nicholas Marriott · 17 years ago
  35. 86bf944 Show the right windows in the list. by Nicholas Marriott · 17 years ago
  36. fa537ab tmux new-session -d. by Nicholas Marriott · 17 years ago
  37. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  38. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  39. d2e035f Added window renaming support (tmux rename) by Maximilian Gass · 17 years ago
  40. 4d6cfe5 Terminate buffers properly. by Nicholas Marriott · 17 years ago
  41. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  42. 5ef6d07 Join oldest session if non specified. Fix errors. by Nicholas Marriott · 17 years ago
  43. 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
  44. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago
  45. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago