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_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.107   3 years  nicm   Break cursor movement in grid into a common set of functions that can handle lin...
[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.35   3 years  nicm   Fix quoting with newlines and single quotes.
[TXT] attributes.c  1.11   4 years  nicm   Add an attribute for ACS.
[TXT] cfg.c  1.83   3 years  nicm   Add a current_file format for the config file being parsed. Originally suggested...
[TXT] client.c  1.155   3 years  nicm   Move the call to setupterm() into the client and have it pass the results to the...
[TXT] cmd-attach-session.c  1.85   3 years  nicm   Do not free old session working directory until after expanding the new one beca...
[TXT] cmd-bind-key.c  1.38   3 years  nicm   Allow -N without a command to change or add a note to an existing key.
[TXT] cmd-break-pane.c  1.59   3 years  nicm   Add -b flags to insert a window before (like the existing -a for after) to break...
[TXT] cmd-capture-pane.c  1.54   3 years  nicm   Instead of sending all data to control mode clients as fast as possible, add a l...
[TXT] cmd-choose-tree.c  1.48   3 years  nicm   Permit shortcut keys in buffer, client, tree modes to be configured with a forma...
[TXT] cmd-command-prompt.c  1.53   4 years  nicm   Expand target from client and use it to expand the prompt.
[TXT] cmd-confirm-before.c  1.42   4 years  nicm   Expand target from client and use it to expand the prompt.
[TXT] cmd-copy-mode.c  1.46   4 years  nicm   Move cmdq_state into cmd-queue.c.
[TXT] cmd-detach-client.c  1.35   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-display-menu.c  1.23   3 years  nicm   Drop support for popups where the content is provided directly to tmux (which do...
[TXT] cmd-display-message.c  1.57   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] cmd-display-panes.c  1.38   3 years  nicm   Add -N flag to display-panes to ignore keys, GitHub issue 2473.
[TXT] cmd-find-window.c  1.50   3 years  nicm   Add -i to find-window to ignore case.
[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.75   3 years  nicm   Drop support for popups where the content is provided directly to tmux (which do...
[TXT] cmd-join-pane.c  1.48   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] cmd-kill-pane.c  1.30   4 years  nicm   Add a client flag 'active-pane' which stores the active pane in the client and a...
[TXT] cmd-kill-server.c  1.19   4 years  nicm   Make struct cmd local to cmd.c and move it out of tmux.h.
[TXT] cmd-kill-session.c  1.27   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-kill-window.c  1.27   3 years  nicm   kill-window -a cannot just walk the list of windows because if renumber-windows ...
[TXT] cmd-list-buffers.c  1.38   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-list-clients.c  1.37   4 years  nicm   Change the existing client flags for control mode to apply for any client, use t...
[TXT] cmd-list-keys.c  1.63   3 years  nicm   Include modifiers when looking up an individual key.
[TXT] cmd-list-panes.c  1.36   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-list-sessions.c  1.33   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-list-windows.c  1.47   3 years  nicm   Change so that window_flags escapes # automatically which means configs will not...
[TXT] cmd-load-buffer.c  1.62   3 years  nicm   calloc cb data so the client is NULL.
[TXT] cmd-lock-server.c  1.30   4 years  nicm   Missed a few warnings in previous.
[TXT] cmd-move-window.c  1.33   3 years  nicm   Add -b flags to insert a window before (like the existing -a for after) to break...
[TXT] cmd-new-session.c  1.135   3 years  nicm   Instead of sending all data to control mode clients as fast as possible, add a l...
[TXT] cmd-new-window.c  1.90   3 years  nicm   Add a -S flag to new-window to make it select the existing window if one with th...
[TXT] cmd-parse.y  1.32   3 years  nicm   Leave newlines inside multiline quotes.
[TXT] cmd-paste-buffer.c  1.40   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-pipe-pane.c  1.55   3 years  nicm   Support code for control mode flow control: allow clients to have separate offse...
[TXT] cmd-queue.c  1.102   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] cmd-refresh-client.c  1.39   3 years  nicm   Add a way for control mode clients to subscribe to a format and be notified of c...
[TXT] cmd-rename-session.c  1.32   4 years  nicm   Instead of forbidding invalid session names, sanitize them like window names.
[TXT] cmd-rename-window.c  1.26   4 years  nicm   Drop having a separate type for style options and make them all strings, which a...
[TXT] cmd-resize-pane.c  1.48   3 years  nicm   Fix some error strings, from Kris Katterjohn.
[TXT] cmd-resize-window.c  1.5   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-respawn-pane.c  1.33   4 years  nicm   Drop having a separate type for style options and make them all strings, which a...
[TXT] cmd-respawn-window.c  1.44   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-rotate-window.c  1.32   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] cmd-run-shell.c  1.73   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] cmd-save-buffer.c  1.52   3 years  nicm   O_TRUNC is needed in case file exists.
[TXT] cmd-select-layout.c  1.38   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-select-pane.c  1.66   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] cmd-select-window.c  1.29   3 years  nicm   Client could be NULL in select-window (for example in .tmux.conf), do not set la...
[TXT] cmd-send-keys.c  1.65   3 years  nicm   Fix ASCII keys with send-keys -l.
[TXT] cmd-set-buffer.c  1.30   3 years  nicm   Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. GitHub ...
[TXT] cmd-set-environment.c  1.26   3 years  nicm   Add -F to set-environment and source-file; GitHub issue 2359.
[TXT] cmd-set-option.c  1.138   3 years  nicm   Make synchronize-panes a pane option and add -U flag to set-option to unset an o...
[TXT] cmd-show-environment.c  1.26   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-show-messages.c  1.35   4 years  nicm   Move lazy resize from the pane to the window, there is no point in resizing the ...
[TXT] cmd-show-options.c  1.65   3 years  nicm   Do not list user options with show-hooks.
[TXT] cmd-source-file.c  1.48   3 years  nicm   Add -F to set-environment and source-file; GitHub issue 2359.
[TXT] cmd-split-window.c  1.105   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] cmd-swap-pane.c  1.39   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] cmd-swap-window.c  1.27   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-switch-client.c  1.68   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] cmd-unbind-key.c  1.32   3 years  nicm   Add -q flag to unbind-key to hide errors, GitHub issue 2381.
[TXT] cmd-wait-for.c  1.20   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd.c  1.163   3 years  bket   Replace TAILQ concatenation loop with TAILQ_CONCAT As a result remove unneeded ...
[TXT] colour.c  1.20   3 years  nicm   Support X11 colour names and some other variations for OSC 10/11, also add OSC 1...
[TXT] control-notify.c  1.29   3 years  nicm   Add client-detached notification in control mode, from Mohsin Kaleem.
[TXT] control.c  1.45   3 years  nicm   Some other warnings, GitHub issue 2382.
[TXT] environ.c  1.26   3 years  nicm   Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
[TXT] file.c  1.10   3 years  nicm   Do not care about the server socket closing if exiting anyway.
[TXT] format-draw.c  1.23   3 years  nicm   Add an "absolute-centre" alignment to use the centre of the total space instead ...
[TXT] format.c  1.283   3 years  nicm   Permit shortcut keys in buffer, client, tree modes to be configured with a forma...
[TXT] grid-reader.c  1.4   3 years  nicm   Fix a couple of edge cases with the jump-back-xxx commands, and also update back...
[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.121   3 years  nicm   Send Unicode directional isolate characters around horizontal pane borders if th...
[TXT] input-keys.c  1.83   3 years  nicm   Change a type to fix a warning with some compilers.
[TXT] input.c  1.188   3 years  nicm   Reduce len when moving past spaces in OSC 11 parameter.
[TXT] job.c  1.60   3 years  nicm   Drop support for popups where the content is provided directly to tmux (which do...
[TXT] key-bindings.c  1.132   3 years  nicm   Fix note for "previous-window" default key binding, from Sebastian Falbesoner.
[TXT] key-string.c  1.65   3 years  nicm   Restore previous behaviour so that C-X remains the same as C-x. Instead, transla...
[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.27   3 years  nicm   Do not exit if cannot write to normal log file, GitHub issue 2630.
[TXT] menu.c  1.33   3 years  nicm   Do not allow disabled items to be selected.
[TXT] mode-tree.c  1.53   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] names.c  1.44   3 years  nicm   Do not use NULL active window; also do not leak window name. GitHub issue 2590 f...
[TXT] notify.c  1.37   3 years  nicm   Add client-detached notification in control mode, from Mohsin Kaleem.
[TXT] options-table.c  1.140   3 years  nicm   Add an "absolute-centre" alignment to use the centre of the total space instead ...
[TXT] options.c  1.62   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] paste.c  1.42   4 years  nicm   Use VIS_CSTYLE for paste buffers also.
[TXT] popup.c  1.22   3 years  nicm   Drop support for popups where the content is provided directly to tmux (which do...
[TXT] proc.c  1.20   3 years  nicm   Add a couple of helper functions, and flush imsgs on exit.
[TXT] procname.c  1.17   4 years  nicm   Restore pane_current_path format from portable tmux, it is no longer used by def...
[TXT] regsub.c  1.5   4 years  nicm   Some minor style nits.
[TXT] resize.c  1.42   3 years  nicm   Tidy the resize code, merge some common bits and add some comments. From "Mike" ...
[TXT] screen-redraw.c  1.84   3 years  nicm   Move mode set/reset after sync so cursor doesn't flicker, from Avi Halachmi.
[TXT] screen-write.c  1.193   3 years  nicm   Trim output overwritten by later text or clears completely rather than only in a...
[TXT] screen.c  1.70   3 years  nicm   Fix so tmux correctly sends the cvvis (cursor very visible) capability rather th...
[TXT] server-client.c  1.372   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] server-fn.c  1.130   3 years  nicm   Add a no-detached choice to detach-on-destroy which detaches only if there are n...
[TXT] server.c  1.197   3 years  nicm   Tidy old jobs every hour instead of every 30 seconds.
[TXT] session.c  1.87   4 years  nicm   Instead of forbidding invalid session names, sanitize them like window names.
[TXT] spawn.c  1.28   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] status.c  1.221   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] style.c  1.29   3 years  nicm   Add an "absolute-centre" alignment to use the centre of the total space instead ...
[TXT] tmux.1  1.835   3 years  nicm   %begin now has three arguments, not two. GitHubs issue 2646.
[TXT] tmux.c  1.206   3 years  nicm   expand_paths needs the global environment to be set up, do that first.
[TXT] tmux.h  1.1103   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] tty-acs.c  1.10   4 years  nicm   Add an option to set the pane border lines style from a choice of single lines (...
[TXT] tty-features.c  1.18   3 years  nicm   Use the setal capability as well as (tmux's) Setulc.
[TXT] tty-keys.c  1.146   3 years  nicm   Change how extended ctrl keys are processed to fix C-S-Tab and C-;.
[TXT] tty-term.c  1.88   3 years  nicm   There is no need to call del_curterm in the server anymore.
[TXT] tty.c  1.390   3 years  nicm   Fix so tmux correctly sends the cvvis (cursor very visible) capability rather th...
[TXT] utf8.c  1.57   3 years  nicm   Fix some warnings, GitHub issue 2382.
[TXT] window-buffer.c  1.33   3 years  nicm   Permit shortcut keys in buffer, client, tree modes to be configured with a forma...
[TXT] window-client.c  1.31   3 years  nicm   Permit shortcut keys in buffer, client, tree modes to be configured with a forma...
[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.322   3 years  nicm   Fix a couple of edge cases with the jump-back-xxx commands, and also update back...
[TXT] window-customize.c  1.10   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] window-tree.c  1.54   3 years  nicm   Permit shortcut keys in buffer, client, tree modes to be configured with a forma...
[TXT] window.c  1.270   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.3   4 years  nicm   Add xrecallocarray.