History log of /openbsd-src/usr.bin/tmux/cmd-queue.c (Results 1 – 25 of 118)
Revision Date Author Comments
# 3a775927 22-Nov-2024 nicm <nicm@openbsd.org>

Do not strvis output to terminal from commands.


# 1adaafb7 14-May-2024 nicm <nicm@openbsd.org>

Add a command-error hook when a command fails, from Hugh Davenport in
GitHub issue 3973.


# e6c7c102 23-Apr-2024 jsg <jsg@openbsd.org>

correct indentation; no functional change
ok tb@


# 04d313c5 15-Sep-2023 nicm <nicm@openbsd.org>

Add -t to source-file, GitHub issue 3473.


# 1dd5a954 05-Feb-2023 nicm <nicm@openbsd.org>

Extend display-message to work for control clients. GitHub issue 3449.


# d21788ce 03-Jan-2023 nicm <nicm@openbsd.org>

Query the client terminal for foreground and background colours and if
OSC 10 or 11 is received but no colour has been set inside tmux, return
the colour from the first attached client (probably most

Query the client terminal for foreground and background colours and if
OSC 10 or 11 is received but no colour has been set inside tmux, return
the colour from the first attached client (probably most people will
have all light or or all dark terminals).

show more ...


# c91c88b1 16-Dec-2022 nicm <nicm@openbsd.org>

Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414.


# f260bbaa 07-Dec-2022 nicm <nicm@openbsd.org>

Process escape sequences in show-buffer, GitHub issue 3401.


# 16be08e6 30-May-2022 nicm <nicm@openbsd.org>

Add a way for lines added to copy mode to be passed through the parser
to handle escape sequences and use it for run-shell, GitHub issue 3156.


# 3e8355bd 30-May-2022 nicm <nicm@openbsd.org>

Spacing/style nits.


# 8ab000fc 30-May-2022 nicm <nicm@openbsd.org>

Add an ACL list for users connecting to the tmux socket. Users may be
forbidden from attaching, forced to attach read-only, or allowed to
attach read-write. A new command, server-access, configures t

Add an ACL list for users connecting to the tmux socket. Users may be
forbidden from attaching, forced to attach read-only, or allowed to
attach read-write. A new command, server-access, configures the list.
tmux gets the user using getpeereid(3) of the client socket. Users must
still configure file system permissions manually. From Dallas Lyons and
others.

show more ...


# afdf680f 21-Aug-2021 nicm <nicm@openbsd.org>

Stop caring about empty commands, just treat as a null command.


# 825f884a 21-Aug-2021 nicm <nicm@openbsd.org>

Rename a member to match what it will be in future.


# 1693b10b 20-Aug-2021 nicm <nicm@openbsd.org>

Hide struct args behind a couple of accessor functions.


# 05b80794 20-Aug-2021 nicm <nicm@openbsd.org>

Expose args_value struct (will be needed soon) and add some missing frees.


# 9eee7735 12-Aug-2021 nicm <nicm@openbsd.org>

Move hook format setup earlier and add a hook_client, GitHub issue 2809.


# e7e79d0a 12-Apr-2021 nicm <nicm@openbsd.org>

Add a flag to disable keys to close a message, GitHub issue 2625.


# 5a773109 07-Apr-2021 nicm <nicm@openbsd.org>

Add a current_file format for the config file being parsed. Originally
suggested by kn@, also GitHub issue 2638.


# 70449ab2 30-Nov-2020 nicm <nicm@openbsd.org>

Ignore running command when checking for no-hooks flag if it is blocked.
GitHub issue 2483.


# 247fdabf 27-Jul-2020 nicm <nicm@openbsd.org>

Add a -d option to display-message to set delay, from theonekeyg at
gmail dot com in GitHub issue 2322.


# a34cf9c8 01-Jun-2020 nicm <nicm@openbsd.org>

Instead of sending all data to control mode clients as fast as possible,
add a limit of how much data will be sent to the client and try to use
it for panes with some degree of fairness. GitHub issue

Instead of sending all data to control mode clients as fast as possible,
add a limit of how much data will be sent to the client and try to use
it for panes with some degree of fairness. GitHub issue 2217, with
George Nachman.

show more ...


# 5416581e 16-May-2020 nicm <nicm@openbsd.org>

Separate key flags and modifiers, log key flags, make the "xterm" flag
more explicit and fix M- keys with a leading escape.


# 249e1654 16-May-2020 nicm <nicm@openbsd.org>

Add a client flag 'active-pane' which stores the active pane in the
client and allows it to be changed independently from the real active
pane stored in the window. This is can be used with session g

Add a client flag 'active-pane' which stores the active pane in the
client and allows it to be changed independently from the real active
pane stored in the window. This is can be used with session groups which
allow an independent current window (although it would be nice to have a
flag for this too and remove session groups). The client active pane is
only really useful interactively, many things (hooks, window-style,
zooming) still use the window active pane.

show more ...


# 94adf770 16-May-2020 nicm <nicm@openbsd.org>

Expand target from client and use it to expand the prompt.


# 4f4307f9 16-May-2020 nicm <nicm@openbsd.org>

Support embedded styles in the display-message message, GitHub issue
2206.


12345