aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Collapse)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-10-05
|\
| * Separate "very visible" flag from blinking flag, it should not affectnicm2021-10-05
| | | | | | | | DECSCUSR. GitHub issue 2891.
| * Do fatal/fatalx a different way so the compiler trick to avoid warningsnicm2021-09-10
| | | | | | | | becomes unnecessary, prompted by theo.
| * Get rid of the last two warnings by turning them off around the problemnicm2021-09-10
| | | | | | | | statements, if the compiler supports it.
* | Merge branch 'obsd-master' into masterThomas Adam2021-09-09
|\|
| * Expand argument to run-shell again.nicm2021-09-09
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-27
|\|
| * Replace %% in command lists (by copying them) for template arguments ,nicm2021-08-27
| | | | | | | | | | this means they can be used with {} as well. Also make argument processing from an existing vector preserve commands. GitHub issue 2858.
| * Allow control mode clients to set a hard limit on the window width andnicm2021-08-27
| | | | | | | | height, GitHub issue 2594.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-25
|\|
| * Validate command argument types (string or command list) and give morenicm2021-08-25
| | | | | | | | useful error messages.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-25
|\|
| * Fix up some printflike attributes.nicm2021-08-25
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-23
|\|
| * Move command argument parsing common functions and don't bother to parsenicm2021-08-23
| | | | | | | | again if given a command rather than a string.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-22
|\|
| * Preserve argument type in command and convert to string on demand.nicm2021-08-21
| |
| * Pass typed arguments out of the parser into the arguments list and letnicm2021-08-21
| | | | | | | | it convert them into strings.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-21
|\|
| * Stop caring about empty commands, just treat as a null command.nicm2021-08-21
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-21
|\|
| * Preserve command group when moving temporary list to current list beingnicm2021-08-21
| | | | | | | | buit.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-21
|\|
| * Rename a member to match what it will be in future.nicm2021-08-21
| |
| * Add args parsing callback for some future work, currently unused.nicm2021-08-21
| |
| * Wrap command argument definitions in their own struct.nicm2021-08-21
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * Hide struct args behind a couple of accessor functions.nicm2021-08-20
| |
| * Add a couple of const and fix some warnings.nicm2021-08-20
| |
| * Expose args_value struct (will be needed soon) and add some missing frees.nicm2021-08-20
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * Add a way to create an empty arguments set.nicm2021-08-20
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-14
|\|
| * Tweak how mouse works on popup: only Meta alone resizes or moves, notnicm2021-08-13
| | | | | | | | | | Meta with other modifiers; button 2 on the left or top border opens menu, right or bottom resizes; button 1 on any border moves.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-14
|\|
| * Fill in some other bits on new panes.nicm2021-08-13
| |
| * Add menu options to convert a popup into a pane.nicm2021-08-13
| |
| * Add a menu when a popup is present (mouse only for now).nicm2021-08-13
| |
| * Add -B flag to remove border from popup.nicm2021-08-13
| |
| * Break message type stuff out into its own header.nicm2021-08-13
| |
| * Change focus to be driven by events rather than walking all panes at endnicm2021-08-13
| | | | | | | | | | of event loop, this way the ordering of in and out can be enforced. GitHub issue 2808.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-12
|\|
| * Move hook format setup earlier and add a hook_client, GitHub issue 2809.nicm2021-08-12
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-12
|\|
| * Break the colour palette into a struct rather than just a single arraynicm2021-08-11
| | | | | | | | | | | | and use that to support the OSC palette-setting sequences in popups. Also add a pane-colours array option to specify the defaults. GitHub issue 2815.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-11
|\|
| * Return to applying pane-border-style to the area outside panes, GitHubnicm2021-08-11
| | | | | | | | issue 2816.
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-06
|\|
| * Add basic support for zero width joiners, GitHub issues 1605 and 2784.nicm2021-08-06
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-07-21
|\|