Age | Commit message (Expand) | Author |
2014-03-31 | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | Nicholas Marriott |
2014-03-31 | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott |
2014-02-23 | Change terminal-overrides to a server option (now that we have them), it | Nicholas Marriott |
2014-01-31 | Break up and simplify screen_redraw_screen. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2014-01-28 | Remember the last active pane in the top-bottom or left-right cell so | Nicholas Marriott |
2014-01-09 | Allow attach-session -t to accept a window and pane to select them on | Nicholas Marriott |
2013-10-23 | Key to swap to other end of selection (bound to o with vi keys), from J | Nicholas Marriott |
2013-10-20 | Do not run any command line command from the client which starts the | Nicholas Marriott |
2013-10-10 | Remove the KERN_PROC_CWD the proc_current_path format (which is the only | Nicholas Marriott |
2013-10-10 | We accidentally haven't been using $TMUX to work out the session for a | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott |
2013-10-10 | Instead of fixed size buffers for some messages, send only the string | Nicholas Marriott |
2013-10-10 | retcode -> retval for exit message. | Nicholas Marriott |
2013-10-10 | Merge IDENTIFY_* flags with CLIENT_* flags. | Nicholas Marriott |
2013-10-10 | Bump protocol version and add new message types. | Nicholas Marriott |
2013-10-10 | Remove CMD_SENDENVIRON. | Nicholas Marriott |
2013-10-10 | Support -c for new-session, based on code from J Raynor. | Nicholas Marriott |
2013-10-10 | No space in lsw -a targets. | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-10-10 | Clear window->flags when clearing winlinks | Nicholas Marriott |
2013-10-10 | Add automatic-rename-format option allowing automatic rename to use | Nicholas Marriott |
2013-10-10 | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | Nicholas Marriott |
2013-07-05 | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | Nicholas Marriott |
2013-06-23 | Focus events can cause trouble if left on and they can't be turned off | Nicholas Marriott |
2013-06-23 | Always push a focus event when the application turns it on, prompted by | Nicholas Marriott |
2013-06-23 | Mark control commands specially so the client can identify them, based | Nicholas Marriott |
2013-06-02 | The actual terminfo entries we ended up with for cursor changes are Cs, | Nicholas Marriott |
2013-05-31 | Instead of eating 1024 bytes or so for the arguments of each command, | Nicholas Marriott |
2013-04-24 | Rename global configuration define. | Nicholas Marriott |
2013-04-22 | When using choose-tree -u, start with the current window | Nicholas Marriott |
2013-03-27 | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott |
2013-03-25 | Add -P and -F to new-session. | Nicholas Marriott |
2013-03-25 | Extend jobs to support writing and use that for copy-pipe instead of | Nicholas Marriott |
2013-03-25 | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott |
2013-03-25 | Add time and a command count to control mode guards, based on code from | Nicholas Marriott |
2013-03-25 | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott |
2013-03-25 | Add a wait-for command which blocks a client on a named channel until it | Nicholas Marriott |
2013-03-25 | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott |
2013-03-24 | Add -A flag to new-session to make it behave like attach-session if the | Nicholas Marriott |
2013-03-24 | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Handle focus events from the terminal, from Aaron Jensen. | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2013-03-24 | Do pane resize ioctls once at the end of the server loop rather than | Nicholas Marriott |
2013-03-24 | Add support for focus notifications when tmux pane changes, based on | Nicholas Marriott |
2013-03-22 | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott |
2013-03-22 | Add -C and -J to capture pane to escape control sequences and to join | Nicholas Marriott |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott |