| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Add non-regex search variants to avoid the performance cost for people | nicm | 2020-03-31 | |
| | | | | | | | | | with large histories or long lines. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-31 | |
| |\| | ||||
| | * | Add a way to mark environment variables as "hidden" so they can be used | nicm | 2020-03-31 | |
| | | | | | | | | | by tmux but are not passed into the environment of new panes. | |||
| | * | Add a -T flag to resize-pane to trim lines below the cursor, moving | nicm | 2020-03-31 | |
| | | | | | | | | | lines out of the history. GitHub issue 2134. | |||
| | * | Add non-regex search variants to avoid the performance cost for people | nicm | 2020-03-31 | |
| | | | | | | | | | with large histories or long lines. | |||
| | * | Add session_path from Chris Ruegge in GitHub issue 2142. | nicm | 2020-03-31 | |
| | | | ||||
| | * | Add a "second click" key type which is fired for the second click of a | nicm | 2020-03-31 | |
| | | | | | | | | | | | | | | | double click, even if the timer hasn't expired to confirm it isn't actually a triple click. Provides a way for people who don't care about triple clicks or can make their commands have no side effects to avoid the double click timer delay. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-31 | |
| |\| | ||||
| | * | Add session_path from Chris Ruegge in GitHub issue 2142. | nicm | 2020-03-31 | |
| | | | ||||
| | * | Add a "second click" key type which is fired for the second click of a | nicm | 2020-03-31 | |
| | | | | | | | | | | | | | | | double click, even if the timer hasn't expired to confirm it isn't actually a triple click. Provides a way for people who don't care about triple clicks or can make their commands have no side effects to avoid the double click timer delay. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-28 | |
| |\| | ||||
| | * | Make two -E only close popup automatically if the command exited with 0. | nicm | 2020-03-28 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-28 | |
| |\| | ||||
| | * | Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. | nicm | 2020-03-28 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-26 | |
| |\| | ||||
| | * | Add support for overlay popup boxes to show text or output temporarily | nicm | 2020-03-24 | |
| | | | | | | | | | | | above the normal layout. These work similarly to menus and are created with the display-popup command. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-20 | |
| |\| | ||||
| | * | Make the mouse_word and mouse_line formats work in copy mode and enable | nicm | 2020-03-20 | |
| | | | | | | | | | the default pane menu in copy mode. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-19 | |
| |\| | ||||
| | * | Add C position for terminal centre with display-menu -x and -y. | nicm | 2020-03-19 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-12 | |
| |\| | ||||
| | * | Tidy up the default mouse key bindings and: | nicm | 2020-03-12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add double and triple click bindings to copy a word or line outside copy mode. The text is selected for a short period to show what has been copied. This is in line with the existing mouse selection where the text is copied and the selection is cleared when the mouse button is released. - Change the existing double and triple click bindings in copy mode to behave in the same way. - Add a button 2 binding to paste the top buffer. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-12 | |
| |\| | ||||
| | * | Add a -d flag to run-shell to wait for delay before running the command, | nicm | 2020-03-12 | |
| | | | | | | | | | also allow run-shell to accept no command to just delay. | |||
| | * | Add a copy-mode -H flag to hide the position marker in the top right. | nicm | 2020-03-12 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-12 | |
| |\| | ||||
| | * | Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q | nicm | 2020-03-12 | |
| | | | | | | | | | in command mode. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-11 | |
| |\| | | | | | | | | | Also add a check for -lm via AC_SEARCH_LIBS in configure.ac for portablility fixes. | |||
| | * | Add some number operators for formats, from Tyler Culp. | nicm | 2020-03-11 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-20 | |
| |\| | ||||
| | * | Add selection_active format for when the selection is present but not | nicm | 2020-02-20 | |
| | | | | | | | | | moving with the cursor, from Mark Kelly. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-15 | |
| |\| | ||||
| | * | Add -a to list-keys to also list keys without notes with -N, suggested | nicm | 2020-02-15 | |
| | | | | | | | | | by Shehu Dikko. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-11 | |
| |\| | ||||
| | * | Remove unused variables from Ben Boeckel, and a Pp from jmc. | nicm | 2020-02-11 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-05 | |
| |\| | ||||
| | * | Make list-keys description clearer in tmux.1 and remove an unused variable. | nicm | 2020-02-05 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-29 | |
| |\| | ||||
| | * | Remove extra Pp (from jmc) and add a missing word. | nicm | 2020-01-29 | |
| | | | ||||
| | * | Reduce a difference with portable tmux by adding the -V flag and | nicm | 2020-01-28 | |
| | | | | | | | | | #{version} format; on OpenBSD these just report the OpenBSD version. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-27 | |
| |\| | ||||
| | * | Expand description of start-server. | nicm | 2020-01-27 | |
| | | | ||||
| | * | Add support for adding a note to a key binding (with bind-key -N) and | nicm | 2020-01-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | use this to add descriptions to the default key bindings. A new -N flag to list-keys shows key bindings with notes rather than the default bind-key command used to create them. Change the default ? binding to use this to show a readable summary of keys. Also extend command-prompt to return the name of the key pressed and add a default binding (/) to show the note for the next key pressed Suggested by Alex Tremblay in GitHub issue 2000. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-25 | |
| |\| | ||||
| | * | Mention swap-window -d, GitHub issue 2068. | nicm | 2020-01-25 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-12 | |
| |\| | ||||
| | * | The terminal type was never as much use as I expected so remove it in | nicm | 2020-01-12 | |
| | | | | | | | | | | | favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-02 | |
| |\| | ||||
| | * | Document client exit messages. | nicm | 2020-01-01 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-26 | |
| |\| | ||||