- 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
- 208e2da If command returns error, report it. by nicm · 9 years ago
- 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
- 6a2ca34 Do not set a limit on the length of commands when printing them. by nicm · 9 years ago
- c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
- c41673f If we know the terminal outside tmux is not UTF-8, replace UTF-8 in by nicm · 9 years ago
- 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
- c1d0b6a Log when cmdq_continue is called. by nicm · 9 years ago
- a4b4b29 Rename cmd_q dead flag to a general flags bitmask (will be more flags later). by nicm · 9 years ago
- 84f0622 Break cmdq_continue inner loop into a helper function. by nicm · 9 years ago
- bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
- 4d05d88 Take a reference to prevent cmdq being freed during the command. Can by nicm · 10 years ago
- e5d9cef There is no need to save the guard state because the function checks it by nicm · 10 years ago
- b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
- 85671a5 Save next item after firing command in case it has added to the queue. by nicm · 10 years ago
- 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
- 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
- 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
- 1751da7 Remove unnecessary calls to va_start/va_end, from Tiago Cunha. by nicm · 11 years ago
- 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
- a0404b6 retcode -> retval for exit message. by nicm · 11 years ago
- b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
- 4c9f41f Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can by nicm · 11 years ago
- 662d471 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
- 7ada64d Fix bug where end guard in control mode was not printed after session by Nicholas Marriott · 12 years ago
- 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 0ef24f9 Only send end guard if begin was sent, from George Nachman. by Nicholas Marriott · 12 years ago
- ebd9c61 Add some additional debug logging. by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago