OpenBSD CVS

src/usr.bin/tmux/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / tmux

Current tag: OPENBSD_7_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.108   2 years  nicm   Add different command historys for different types of prompts ("command", "searc...
[TXT] alerts.c  1.33   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] arguments.c  1.53   2 years  nicm   Allow optional arguments.
[TXT] attributes.c  1.11   4 years  nicm   Add an attribute for ACS.
[TXT] cfg.c  1.84   2 years  nicm   Stop caring about empty commands, just treat as a null command.
[TXT] client.c  1.157   2 years  nicm   Exit on SIGHUP before attach also, GitHub issue 3084.
[TXT] cmd-attach-session.c  1.87   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-bind-key.c  1.46   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-break-pane.c  1.60   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-capture-pane.c  1.55   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-choose-tree.c  1.50   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-command-prompt.c  1.64   2 years  nicm   Fix command prompt with multiple prompts (add the result onto the list again as ...
[TXT] cmd-confirm-before.c  1.52   2 years  nicm   Expand command as a format, GitHub issue 2920.
[TXT] cmd-copy-mode.c  1.47   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-detach-client.c  1.36   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-display-menu.c  1.37   2 years  nicm   Add -s and -S to display-popup to set popup and border style, from Alexis Hildeb...
[TXT] cmd-display-message.c  1.61   2 years  nicm   Handle splitw -I correctly when used from an attached client, GitHub issue 2917....
[TXT] cmd-display-panes.c  1.44   2 years  nicm   Validate command argument types (string or command list) and give more useful er...
[TXT] cmd-find-window.c  1.54   2 years  nicm   Preserve argument type in command and convert to string on demand.
[TXT] cmd-find.c  1.79   4 years  nicm   Add a client flag 'active-pane' which stores the active pane in the client and a...
[TXT] cmd-if-shell.c  1.84   2 years  nicm   Add -e flag to set environment for popup, from Alexis Hildebrandt in GitHub issu...
[TXT] cmd-join-pane.c  1.49   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-pane.c  1.31   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-server.c  1.20   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-session.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-buffers.c  1.39   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-clients.c  1.39   2 years  nicm   Add formats for client and server UID and user (for multiuser setups).
[TXT] cmd-list-keys.c  1.66   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-panes.c  1.37   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-sessions.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-windows.c  1.48   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-load-buffer.c  1.64   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-lock-server.c  1.31   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-move-window.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-new-session.c  1.144   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-new-window.c  1.96   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-parse.y  1.48   2 years  nicm   Disable aliases inside aliases for the moment.
[TXT] cmd-paste-buffer.c  1.41   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-pipe-pane.c  1.59   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] cmd-queue.c  1.107   2 years  nicm   Stop caring about empty commands, just treat as a null command.
[TXT] cmd-refresh-client.c  1.47   2 years  nicm   Add argument to refresh-client -l to forward clipboard to a pane. GitHub issue 3...
[TXT] cmd-rename-session.c  1.35   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-rename-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-resize-pane.c  1.52   2 years  nicm   Adjust size given to resize-pane for pane status line, GitHub issue 3050.
[TXT] cmd-resize-window.c  1.9   2 years  nicm   Allow control mode clients to set a hard limit on the window width and height, G...
[TXT] cmd-respawn-pane.c  1.38   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-respawn-window.c  1.49   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-rotate-window.c  1.33   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-run-shell.c  1.82   2 years  nicm   Add -e flag to set environment for popup, from Alexis Hildebrandt in GitHub issu...
[TXT] cmd-save-buffer.c  1.54   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-select-layout.c  1.40   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-select-pane.c  1.68   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-select-window.c  1.30   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-send-keys.c  1.71   2 years  nicm   Same as -N, don't send if 0 arguments and -R.
[TXT] cmd-set-buffer.c  1.32   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-set-environment.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-set-option.c  1.141   2 years  nicm   Validate command argument types (string or command list) and give more useful er...
[TXT] cmd-show-environment.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-messages.c  1.36   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-options.c  1.69   2 years  nicm   Do not return error with -q, GitHub issue 3065.
[TXT] cmd-show-prompt-history.c  1.2   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-source-file.c  1.53   2 years  nicm   Fix a few memory leaks.
[TXT] cmd-split-window.c  1.112   2 years  nicm   With -f use percentages of window size not pane size, GitHub issue 2866.
[TXT] cmd-swap-pane.c  1.40   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-swap-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-switch-client.c  1.70   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-unbind-key.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-wait-for.c  1.22   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd.c  1.173   2 years  nicm   Keep -? as usage.
[TXT] colour.c  1.25   2 years  nicm   Add unit (milliseconds) to escape-time, show unset colours as "none" rather than...
[TXT] control-notify.c  1.29   3 years  nicm   Add client-detached notification in control mode, from Mohsin Kaleem.
[TXT] control.c  1.47   2 years  nicm   Fix up some printflike attributes.
[TXT] environ.c  1.26   3 years  nicm   Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
[TXT] file.c  1.12   2 years  nicm   Do not double free expanded path in source-file, also remove some unnecessary as...
[TXT] format-draw.c  1.26   2 years  nicm   Initialize copy_width before adjusting it, GitHub issue 3079.
[TXT] format.c  1.302   2 years  nicm   Add remain-on-exit-format to set text shown when pane is dead.
[TXT] grid-reader.c  1.6   2 years  nicm   More accurate vi(1) word navigation in copy mode and on the status line. This ch...
[TXT] grid-view.c  1.34   3 years  nicm   Move the code to set up a padding cell into grid.c.
[TXT] grid.c  1.123   2 years  nicm   Capture up to used size not available size for each line.
[TXT] input-keys.c  1.89   2 years  nicm   Don't convert codes for special keys (Tab, Enter, Escape).
[TXT] input.c  1.200   2 years  nicm   Add argument to refresh-client -l to forward clipboard to a pane. GitHub issue 3...
[TXT] job.c  1.67   2 years  nicm   Mention that if-shell and #() use /bin/sh.
[TXT] key-bindings.c  1.142   2 years  nicm   Add a key in copy mode to toggle position indicator.
[TXT] key-string.c  1.69   2 years  nicm   Support more mouse buttons when the terminal sends them, GitHub issue 3055.
[TXT] layout-custom.c  1.20   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] layout-set.c  1.30   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] layout.c  1.48   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] log.c  1.30   2 years  nicm   Do fatal/fatalx a different way so the compiler trick to avoid warnings becomes ...
[TXT] menu.c  1.44   2 years  nicm   Support more mouse buttons when the terminal sends them, GitHub issue 3055.
[TXT] mode-tree.c  1.62   2 years  nicm   A menu must be shown on a client, so always give the client when adding the item...
[TXT] names.c  1.45   2 years  nicm   Remove stray spaces after function names.
[TXT] notify.c  1.40   2 years  nicm   Fix user hooks (which are strings not arrays).
[TXT] options-table.c  1.162   2 years  nicm   Add unit (milliseconds) to escape-time, show unset colours as "none" rather than...
[TXT] options.c  1.68   2 years  nicm   Add an option to set the character used for unused areas of the terminal, GitHub...
[TXT] paste.c  1.42   4 years  nicm   Use VIS_CSTYLE for paste buffers also.
[TXT] popup.c  1.46   2 years  nicm   Use correct size for screen when popup is created without borders.
[TXT] proc.c  1.21   2 years  nicm   Add formats for client and server UID and user (for multiuser setups).
[TXT] procname.c  1.20   2 years  deraadt   MAXCOMLEN is no longer needed in these programs, so remove the annotation from s...
[TXT] regsub.c  1.5   4 years  nicm   Some minor style nits.
[TXT] resize.c  1.50   2 years  nicm   Add a window-resized hook which is fired when the window is actually resized whi...
[TXT] screen-redraw.c  1.95   2 years  nicm   Add an option to set the character used for unused areas of the terminal, GitHub...
[TXT] screen-write.c  1.207   2 years  nicm   Check scroll-on-clear for ED also.
[TXT] screen.c  1.79   2 years  nicm   Preserve CRLF flag when respawning.
[TXT] server-client.c  1.393   2 years  nicm   Add a capability for OSC 7 and use it similarly to how the title is set (and con...
[TXT] server-fn.c  1.133   2 years  nicm   Add remain-on-exit-format to set text shown when pane is dead.
[TXT] server.c  1.200   2 years  nicm   Report error if creating socket fails with -D.
[TXT] session.c  1.92   2 years  nicm   Do not attempt to update focus (and crash) when there is no previous window.
[TXT] spawn.c  1.29   2 years  nicm   Fix a few memory leaks.
[TXT] status.c  1.233   2 years  nicm   Pass client when adding menu item, GitHub issue 3103.
[TXT] style.c  1.30   2 years  nicm   Make newline a style delimiter as well so they can cross multiple lines for read...
[TXT] tmux-protocol.h  1.1   2 years  nicm   Break message type stuff out into its own header.
[TXT] tmux.1  1.886   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] tmux.c  1.209   2 years  nicm   Fix a few memory leaks.
[TXT] tmux.h  1.1166   2 years  nicm   Add a capability for OSC 7 and use it similarly to how the title is set (and con...
[TXT] tty-acs.c  1.12   2 years  nicm   Spacing fixes from Alexis Hildebrandt.
[TXT] tty-features.c  1.22   2 years  nicm   Add a capability for OSC 7 and use it similarly to how the title is set (and con...
[TXT] tty-keys.c  1.154   2 years  nicm   Add argument to refresh-client -l to forward clipboard to a pane. GitHub issue 3...
[TXT] tty-term.c  1.92   2 years  nicm   Add a capability for OSC 7 and use it similarly to how the title is set (and con...
[TXT] tty.c  1.418   2 years  nicm   Add a capability for OSC 7 and use it similarly to how the title is set (and con...
[TXT] utf8.c  1.58   2 years  nicm   More accurate vi(1) word navigation in copy mode and on the status line. This ch...
[TXT] window-buffer.c  1.35   2 years  nicm   Hide struct args behind a couple of accessor functions.
[TXT] window-client.c  1.32   2 years  nicm   Hide struct args behind a couple of accessor functions.
[TXT] window-clock.c  1.29   4 years  nicm   Do not hoke into struct window_pane from the tty code and instead set everything...
[TXT] window-copy.c  1.333   2 years  nicm   Add a key in copy mode to toggle position indicator.
[TXT] window-customize.c  1.14   2 years  nicm   Add unit (milliseconds) to escape-time, show unset colours as "none" rather than...
[TXT] window-tree.c  1.59   2 years  nicm   Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.
[TXT] window.c  1.279   2 years  nicm   Add an option to set the character used for unused areas of the terminal, GitHub...
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.4   2 years  nicm   Fix up some printflike attributes.