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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.110   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[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.59   14 months  nicm   Fix command prompt not to always append argument but only if there has actually ...
[TXT] attributes.c  1.11   4 years  nicm   Add an attribute for ACS.
[TXT] cfg.c  1.86   23 months  nicm   Do not display configuration file errors in a pane when in control mode, instead...
[TXT] client.c  1.159   16 months  nicm   If a pane is killed, cancel reading from the file. GitHub issue 3422.
[TXT] cmd-attach-session.c  1.89   22 months  nicm   Show config errors on attach if they were not shown when the session was created...
[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.61   16 months  nicm   Update palette when moving a pane, GitHub issue 3437.
[TXT] cmd-capture-pane.c  1.59   19 months  nicm   Add a -T flag to capture-pane to stop at the last used cell instead of the full ...
[TXT] cmd-choose-tree.c  1.51   23 months  nicm   When picking a buffer because one isn't specified by the user, ignore named buff...
[TXT] cmd-command-prompt.c  1.66   14 months  nicm   Fix command prompt not to always append argument but only if there has actually ...
[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.39   14 months  nicm   Do not leak screen in popups, GitHub issue 3492.
[TXT] cmd-display-message.c  1.63   15 months  nicm   Extend display-message to work for control clients. GitHub issue 3449.
[TXT] cmd-display-panes.c  1.45   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[TXT] cmd-find-window.c  1.55   17 months  nicm   Add send-keys -K to handle keys directly as if typed (so look up in key table). ...
[TXT] cmd-find.c  1.82   18 months  nicm   Use active pane in target window not current window for +/-. GitHub issue 3370.
[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.51   16 months  nicm   Update palette when moving a pane, GitHub issue 3437.
[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.40   15 months  nicm   Add -f to list-clients like the other list commands, from Andy Walker in GitHub ...
[TXT] cmd-list-keys.c  1.67   16 months  nicm   Support -1 without -N for list-keys.
[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.65   23 months  nicm   If an application gives the first parameter to OSC 52, validate and pass on to o...
[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.146   22 months  nicm   Show config errors on attach if they were not shown when the session was created...
[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.50   14 months  nicm   Fix command prompt not to always append argument but only if there has actually ...
[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.60   23 months  nicm   Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174....
[TXT] cmd-queue.c  1.114   15 months  nicm   Extend display-message to work for control clients. GitHub issue 3449.
[TXT] cmd-refresh-client.c  1.48   23 months  nicm   Spacing/style nits.
[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.84   23 months  nicm   Do not attempt to use client in config file (it will be NULL), GitHub issue 3206...
[TXT] cmd-save-buffer.c  1.55   17 months  nicm   Process escape sequences in show-buffer, GitHub issue 3401.
[TXT] cmd-select-layout.c  1.41   23 months  nicm   Better error reporting when applying custom layouts.
[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.75   16 months  nicm   Mark keys sent by command and skip paste handling for them.
[TXT] cmd-server-access.c  1.3   23 months  nicm   Add a missing space.
[TXT] cmd-set-buffer.c  1.34   23 months  nicm   If an application gives the first parameter to OSC 52, validate and pass on to o...
[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.113   23 months  nicm   Expand arguments to some commands where it makes sense, GitHub issue 3204 from A...
[TXT] cmd-swap-pane.c  1.42   16 months  nicm   Update palette when moving a pane, GitHub issue 3437.
[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.174   23 months  nicm   Add an ACL list for users connecting to the tmux socket. Users may be forbidden ...
[TXT] colour.c  1.26   16 months  nicm   Query the client terminal for foreground and background colours and if OSC 10 or...
[TXT] control-notify.c  1.31   18 months  nicm   Add paste-buffer-deleted notification and fix name of paste-buffer-changed.
[TXT] control.c  1.49   20 months  nicm   Check for NULL returns from bufferevent_new.
[TXT] environ.c  1.27   21 months  nicm   Don't stop at first match when updating environment.
[TXT] file.c  1.14   16 months  nicm   If a pane is killed, cancel reading from the file. GitHub issue 3422.
[TXT] format-draw.c  1.26   2 years  nicm   Initialize copy_width before adjusting it, GitHub issue 3079.
[TXT] format.c  1.311   15 months  nicm   Add an L modifier like P, W, S to loop over clients. Also fix some long lines in...
[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.36   19 months  nicm   Add a -T flag to capture-pane to stop at the last used cell instead of the full ...
[TXT] grid.c  1.127   19 months  nicm   Add a -T flag to capture-pane to stop at the last used cell instead of the full ...
[TXT] hyperlinks.c  1.2   22 months  nicm   Support hyperlinks with capture-pane -e and add a mouse_hyperlink format, GitHub...
[TXT] input-keys.c  1.94   16 months  nicm   Have tmux recognise pasted texts wrapped in bracket paste sequences, rather than...
[TXT] input.c  1.213   16 months  nicm   Query the client terminal for foreground and background colours and if OSC 10 or...
[TXT] job.c  1.67   2 years  nicm   Mention that if-shell and #() use /bin/sh.
[TXT] key-bindings.c  1.147   15 months  nicm   Tweak note for D key binding, from Clark Wang.
[TXT] key-string.c  1.71   16 months  nicm   Mark keys sent by command and skip paste handling for them.
[TXT] layout-custom.c  1.22   15 months  nicm   Add a missing error message which causes an invalid layout name to crash.
[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.31   23 months  nicm   Spacing/style nits.
[TXT] menu.c  1.49   15 months  nicm   Do not allow multiple line separators in a row.
[TXT] mode-tree.c  1.63   15 months  nicm   Add a flag to display-menu to select the manu item chosen first, GitHub issue 34...
[TXT] names.c  1.45   2 years  nicm   Remove stray spaces after function names.
[TXT] notify.c  1.43   18 months  nicm   Add paste-buffer-deleted notification and fix name of paste-buffer-changed.
[TXT] options-table.c  1.165   20 months  nicm   Add message-line option to control where message and prompt go, from Varun Kumar...
[TXT] options.c  1.69   23 months  nicm   Check cursor options when a pane is created, not just when they are changed.
[TXT] paste.c  1.46   15 months  nicm   Remove old buffer when renaming rather than complaining, GitHub issue 3467 from ...
[TXT] popup.c  1.48   14 months  nicm   Do not leak screen in popups, GitHub issue 3492.
[TXT] proc.c  1.22   23 months  nicm   Add an ACL list for users connecting to the tmux socket. Users may be forbidden ...
[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.96   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[TXT] screen-write.c  1.213   15 months  nicm   Fix cursor position after zero width space, GitHub issue 3469.
[TXT] screen.c  1.81   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[TXT] server-acl.c  1.2   23 months  nicm   Spacing/style nits.
[TXT] server-client.c  1.400   15 months  nicm   Extend display-message to work for control clients. GitHub issue 3449.
[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.203   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[TXT] session.c  1.93   19 months  nicm   Preserve marked pane when renumbering windows.
[TXT] spawn.c  1.31   21 months  nicm   Fix check of home directory (&& not ||), from Markus F X J Oberhumer, GitHub iss...
[TXT] status.c  1.237   15 months  nicm   Add a flag to display-menu to select the manu item chosen first, GitHub issue 34...
[TXT] style.c  1.31   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[TXT] tmux-protocol.h  1.2   16 months  nicm   If a pane is killed, cancel reading from the file. GitHub issue 3422.
[TXT] tmux.1  1.916   15 months  nicm   Add an L modifier like P, W, S to loop over clients. Also fix some long lines in...
[TXT] tmux.c  1.210   18 months  jmc   - sort options; from josiah frentsos ok nicm - add -N to SYNOPSIS - sort usage...
[TXT] tmux.h  1.1194   15 months  nicm   Extend display-message to work for control clients. GitHub issue 3449.
[TXT] tty-acs.c  1.12   2 years  nicm   Spacing fixes from Alexis Hildebrandt.
[TXT] tty-features.c  1.28   18 months  nicm   Tweak previous to set and log the feature instead of just setting the flag.
[TXT] tty-keys.c  1.165   16 months  nicm   Fix behaviour with \007 (used the wrong tree for last change).
[TXT] tty-term.c  1.96   18 months  nicm   Tweak previous to set and log the feature instead of just setting the flag.
[TXT] tty.c  1.427   16 months  nicm   Have tmux recognise pasted texts wrapped in bracket paste sequences, rather than...
[TXT] utf8.c  1.60   16 months  nicm   Restore code to handle wcwidth failure so that unknown codepoints still do the m...
[TXT] window-buffer.c  1.37   18 months  nicm   If there are no buffers, reset mode as soon as any key pressed. Fixes crash repo...
[TXT] window-client.c  1.33   23 months  nicm   Spacing/style nits.
[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.340   19 months  nicm   Add scroll-top and scroll-bottom commands to scroll so cursor is at top or botto...
[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.62   22 months  nicm   Sort panes by index not by ID, GitHub issue 3249.
[TXT] window.c  1.284   16 months  nicm   Have client return 1 if process is interrupted to an input pane.
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.4   2 years  nicm   Fix up some printflike attributes.