Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-24 | |
|\| | ||||
| * | Make update-environment an array as well. | nicm | 2017-01-24 | |
| | | ||||
| * | Add support for custom command aliases, this is an array option which | nicm | 2017-01-24 | |
| | | | | | | | | | | contains items of the form "alias=command". This is consulted when an unknown command is parsed. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-24 | |
|\| | ||||
| * | If given an array option without an index either show or set all items, | nicm | 2017-01-24 | |
| | | | | | | | | | | | | and support -a for array options. Allow the separator for set to be specified in the options table (will be used for backwards compatibility later). | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-23 | |
|\| | | | | | | | | | | | Conflicts: Makefile tmux.c | |||
| * | Open /dev/ptm before pledge() and save it to be used for PTMGET later | nicm | 2017-01-23 | |
| | | | | | | | | | | | | (this means inlining forkpty()). ok deraadt | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-18 | |
|\| | ||||
| * | Plain stravis() because it will mangle UTF-8 characters, so add | nicm | 2017-01-18 | |
| | | | | | | | | utf8_stravis() which calls our existing utf8_strvis() and use it instead | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-16 | |
|\| | ||||
| * | Revert WIP parts of previous I didn't mean to commit yet. | nicm | 2017-01-16 | |
| | | ||||
| * | getopt() has a struct option so just return to using options_entry. | nicm | 2017-01-16 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-16 | |
|\| | ||||
| * | It is silly for cmd_list_parse to return an integer error when it could | nicm | 2017-01-15 | |
| | | | | | | | | just return NULL. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-15 | |
|\| | ||||
| * | Major tidy up and rework of options tree and set-option/show-options | nicm | 2017-01-15 | |
| | | | | | | | | | | | | | | | | commands this pushes more of the code into options.c and ties it more closely to the options table rather than having an unnecessary split. Also add support for array options (will be used later). Only (intentional) user visible change is that show-options output is now passed through vis(3) with VIS_DQ so quotes are escaped. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-13 | |
|\| | ||||
| * | options_get_style return const too. | nicm | 2017-01-13 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-13 | |
|\| | ||||
| * | Add -E to detach-client to exec a command to replace the client instead | nicm | 2017-01-13 | |
| | | | | | | | | of exiting it, useful if tmux wasn't exec'd itself. From Jenna Magius. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-12 | |
|\| | ||||
| * | Simplify appending to string options. | nicm | 2017-01-12 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-12 | |
|\| | ||||
| * | Put all palette functions together in the file. | nicm | 2017-01-12 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-12 | |
|\| | ||||
| * | Fix setting the palette of aixterm colours (90-97). | nicm | 2017-01-12 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-11 | |
|\| | ||||
| * | Add a format for terminal type. | nicm | 2017-01-11 | |
| | | ||||
| * | Use a macro for looking up tty types. | nicm | 2017-01-11 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-11 | |
|\| | ||||
| * | Some tidying and tweaks to options code. | nicm | 2017-01-11 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-09 | |
|\| | ||||
| * | Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" | nicm | 2017-01-09 | |
| | | | | | | | | | | | | | | are expanded so can compare formats). And expand the condition to #{?a,b,c} (the "a" part) if it doesn't work as a simple lookup. Also add FORMAT_NOJOBS flag to disable jobs in a format. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-09 | |
|\| | ||||
| * | Run the source-file pattern through glob(3). | nicm | 2017-01-09 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-07 | |
|\| | ||||
| * | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | nicm | 2017-01-07 | |
| | | | | | | | | from S Gilles. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-06 | |
|\| | ||||
| * | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 | |
| | | | | | | | | | | | | the same as normal searching but updates the cursor position and marked search terms as you type. C-r and C-s in the prompt repeat the search, once finished searching (with Enter), N and n work as before. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-05 | |
|\| | ||||
| * | Highlight all occurrences of search string after searching in copy mode. | nicm | 2017-01-05 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-12-28 | |
|\| | ||||
| * | Fix the prefer unattached session behaviour of | nicm | 2016-12-28 | |
| | | | | | | | | attach-session/switch-client, reported by Thomas Sattle. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-11-24 | |
|\| | ||||
| * | The mouse valid flag needs to be correct before we fire the dragging | nicm | 2016-11-24 | |
| | | | | | | | | | | callback, so move the callback outside of server_client_check_mouse and use a new special key code to indicate it. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-11-24 | |
|\| | ||||
| * | Make the selection able to exist independent of the cursor position, so | nicm | 2016-11-24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | that it is not affected by scrolling. If MouseDragEnd1Pane is bound to the new "stop-selection" command: bind -Tcopy-mode MouseDragEnd1Pane stop-selection A selection made with the mouse will stay as it is after button 1 is released. (It also works bound to a key.) From Artem Fokin. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-11-23 | |
|\| | ||||
| * | For mouse keys, use the mouse pane as the default current pane. | nicm | 2016-11-23 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-11-16 | |
|\| |