1. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 7 months ago
  2. 81f9a23 Do not use NULL active window; also do not leak window name. GitHub by nicm · 3 years, 8 months ago
  3. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 8 months ago
  4. b04f8ac Check return value of chdir() to stop a silly warning with some by nicm · 3 years, 8 months ago
  5. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 5 months ago
  6. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 5 months ago
  7. 906dfe9 Fix a couple of memory leaks, one when creating a new pane and one when by nicm · 4 years, 6 months ago
  8. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 6 months ago
  9. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  10. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 7 months ago
  11. eedf059 Detach reply escape sequences from the pane so they work in popups. by nicm · 4 years, 7 months ago
  12. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 7 months ago
  13. 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 4 years, 7 months ago
  14. 8be179d Use current session for cwd of new sessions, not the new session which by nicm · 4 years, 8 months ago
  15. 32816ea Set up working directory before killing the existing pane on respawn. by nicm · 4 years, 9 months ago
  16. 9cc603c Fix format expansion in window names, reported by Suraj N Kurapati. by nicm · 4 years, 10 months ago
  17. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 11 months ago
  18. 08b07b1 Add an option to set the key sent by backspace for those whose system by nicm · 4 years, 11 months ago
  19. 4e2cc0a Fix respawn-pane/window if default-command is set, reported by Janos Barbero. by nicm · 5 years ago
  20. 77deef7 Use the correct size for new windows when window-size is latest, by nicm · 5 years ago
  21. 647887b Add a "latest" window-size option which tries to size windows based on by nicm · 5 years ago
  22. 697f938 Do not set uninitialized signal mask when creating an empty pane. by nicm · 5 years ago
  23. cf30e0f Do not double free window if pane fails to start. by nicm · 5 years ago
  24. ae3eba6 Fix crash when killing the current window, reported by Jesus Rafael by nicm · 5 years ago
  25. 930245d Make cmd_log_argv take a printf-like format for the prefix. by nicm · 5 years ago
  26. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 5 years ago
  27. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 5 years ago
  28. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago