| Commit message (Expand) | Author | Age |
... | |
* | Don't limit the DCS buffer to 256 bytes, expand it as needed. Requested | nicm | 2014-04-17 |
* | Correct the dance to fix the active pane in join-pane by pulling the | nicm | 2014-04-17 |
* | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 |
* | Remove the monitor-content option and associated bits and bobs. It's | nicm | 2014-04-17 |
* | Remove a leftover prototype and fix some spacing. | nicm | 2014-04-16 |
* | Remove the choose-list command to prepare for some later choose-* work. | nicm | 2014-04-16 |
* | Work out mouse scroll wheel effect when the mouse is first detected and | nicm | 2014-04-03 |
* | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | nicm | 2014-04-02 |
* | missed commit matching log.c | deraadt | 2014-04-01 |
* | GRID_DEBUG is no longer needed. | nicm | 2014-03-31 |
* | Remove unused log functions. | nicm | 2014-03-31 |
* | Add names for mouse button bits rather than using magic numbers, from | nicm | 2014-03-31 |
* | Use hex constants rather than shifts for mouse events and flags, pointed | nicm | 2014-03-31 |
* | Add setb -a to append and a copy mode append command, from J Raynor with | nicm | 2014-03-31 |
* | Make session_attached a count and add session_many_attached flag. | nicm | 2014-03-31 |
* | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | nicm | 2014-03-31 |
* | Having three *clock* files is ridiculous, remove clock.c. | nicm | 2014-03-31 |
* | Change terminal-overrides to a server option (now that we have them), it | nicm | 2014-02-23 |
* | Break up and simplify screen_redraw_screen. | nicm | 2014-01-31 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | nicm | 2014-01-28 |
* | Remember the last active pane in the top-bottom or left-right cell so | nicm | 2014-01-28 |
* | Allow attach-session -t to accept a window and pane to select them on | nicm | 2014-01-09 |
* | Key to swap to other end of selection (bound to o with vi keys), from J | nicm | 2013-10-23 |
* | Do not run any command line command from the client which starts the | nicm | 2013-10-20 |
* | Remove the KERN_PROC_CWD the proc_current_path format (which is the only | nicm | 2013-10-10 |
* | We accidentally haven't been using $TMUX to work out the session for a | nicm | 2013-10-10 |
* | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
* | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | nicm | 2013-10-10 |
* | Remove CMD_SENDENVIRON. | nicm | 2013-10-10 |
* | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | nicm | 2013-10-10 |
* | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | Nicholas Marriott | 2013-07-05 |
* | Focus events can cause trouble if left on and they can't be turned off | Nicholas Marriott | 2013-06-23 |
* | The actual terminfo entries we ended up with for cursor changes are Cs, | Nicholas Marriott | 2013-06-02 |
* | Instead of eating 1024 bytes or so for the arguments of each command, | Nicholas Marriott | 2013-05-31 |
* | Rename global configuration define. | Nicholas Marriott | 2013-04-24 |
* | When using choose-tree -u, start with the current window | Nicholas Marriott | 2013-04-22 |
* | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott | 2013-03-27 |
* | Add -P and -F to new-session. | 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 |
* | Add -A flag to new-session to make it behave like attach-session if the | 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 |
* | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott | 2013-03-22 |
* | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott | 2013-03-22 |
* | Fix double space in sessions template. | Nicholas Marriott | 2013-03-22 |
* | Add resize-pane -x and -y for absolute pane size (much requested). | Nicholas Marriott | 2013-03-22 |
* | Support the latest theory for mouse input, this is enabled/disabled with | Nicholas Marriott | 2013-03-22 |
* | Instead of loads of little screen_write_*_on and off functions which | Nicholas Marriott | 2013-03-21 |
* | Tidy by splitting default key tables into two. | Nicholas Marriott | 2013-03-21 |