1. 36e3f31 Stupid ncurses. by Nicholas Marriott · 16 years ago
  2. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
  3. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  4. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  5. 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
  6. 11ee55e Prepare TERM in buffer before sending; this allows size to be part of cmd and prevents it being split. This is the only place this happens so remove it from todo. by Nicholas Marriott · 16 years ago
  7. 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 16 years ago
  8. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  9. e0383f5 Better error messages with no server. by Nicholas Marriott · 17 years ago
  10. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  11. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  12. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  13. f92243c Check for required term capabilities on start. by Nicholas Marriott · 17 years ago
  14. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  15. 1f10f6e Close memory leaks. by Nicholas Marriott · 17 years ago
  16. 64713e0 Tweak a couple of variable names. by Nicholas Marriott · 17 years ago
  17. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  18. 0b0a3c0 Return 0 on lost server so pkill works okay if scripted. by Nicholas Marriott · 17 years ago
  19. 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
  20. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  21. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  22. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  23. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  24. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  25. 5990461 Add client_flush to flush output when transient commands are called. by Nicholas Marriott · 17 years ago
  26. db293c1 Retry connection with small timeout instead of sleep(10) for server start. by Nicholas Marriott · 17 years ago
  27. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  28. 2a3e209 Extend op string and add potential for a single alias. by Nicholas Marriott · 17 years ago
  29. 5ef6d07 Join oldest session if non specified. Fix errors. by Nicholas Marriott · 17 years ago
  30. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago
  31. b1822f6 Unlink and retry if server socket connect fails. by Nicholas Marriott · 17 years ago
  32. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago