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_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.104   4 years  nicm   Tidy up the terminal detection and feature code and add named sets of terminal f...
[TXT] alerts.c  1.29   6 years  nicm   Redrawing status is needed after changing window flags or title does not update ...
[TXT] arguments.c  1.31   4 years  nicm   Change so main-pane-width and height can be given as a percentage.
[TXT] attributes.c  1.10   4 years  nicm   Style nits in function arguments.
[TXT] cfg.c  1.80   4 years  nicm   When adding a list of commands to the queue, instead of automatically creating a...
[TXT] client.c  1.143   4 years  nicm   Do not close the stdout file descriptor in control mode as it will be needed for...
[TXT] cmd-attach-session.c  1.83   4 years  nicm   Move cmdq_state into cmd-queue.c.
[TXT] cmd-bind-key.c  1.37   4 years  nicm   Make struct cmd local to cmd.c and move it out of tmux.h.
[TXT] cmd-break-pane.c  1.56   4 years  nicm   Improve join-pane, move-pane and break-pane: - There is no need for join-pane a...
[TXT] cmd-capture-pane.c  1.53   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-choose-tree.c  1.46   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-command-prompt.c  1.51   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-confirm-before.c  1.41   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[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.18   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-display-message.c  1.53   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-display-panes.c  1.34   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-find-window.c  1.49   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-find.c  1.78   4 years  nicm   Move cmdq_state into cmd-queue.c.
[TXT] cmd-if-shell.c  1.74   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-join-pane.c  1.44   4 years  nicm   Improve join-pane, move-pane and break-pane: - There is no need for join-pane a...
[TXT] cmd-kill-pane.c  1.29   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[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.26   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[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.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-keys.c  1.56   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[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.46   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-load-buffer.c  1.60   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-lock-server.c  1.30   4 years  nicm   Missed a few warnings in previous.
[TXT] cmd-move-window.c  1.32   4 years  nicm   Improve join-pane, move-pane and break-pane: - There is no need for join-pane a...
[TXT] cmd-new-session.c  1.130   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-new-window.c  1.87   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-parse.y  1.26   4 years  nicm   Add helpers for the simple case of parse string and add to command queue.
[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.54   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-queue.c  1.91   4 years  nicm   Fix a couple of memory leaks, one when creating a new pane and one when adding f...
[TXT] cmd-refresh-client.c  1.32   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-rename-session.c  1.31   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-rename-window.c  1.25   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-resize-pane.c  1.46   4 years  nicm   Move cmdq_state into cmd-queue.c.
[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.32   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[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.31   4 years  nicm   Move cmdq_state into cmd-queue.c.
[TXT] cmd-run-shell.c  1.67   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-save-buffer.c  1.50   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[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.59   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-select-window.c  1.27   4 years  nicm   Move cmdq_state into cmd-queue.c.
[TXT] cmd-send-keys.c  1.61   4 years  nicm   Send keys when they are complete not before (!= vs ==).
[TXT] cmd-set-buffer.c  1.29   4 years  nicm   Make struct cmd local to cmd.c and move it out of tmux.h.
[TXT] cmd-set-environment.c  1.25   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-set-option.c  1.133   4 years  nicm   Missed a few warnings in previous.
[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.32   4 years  nicm   Tidy up the terminal detection and feature code and add named sets of terminal f...
[TXT] cmd-show-options.c  1.63   4 years  nicm   Missed a few warnings in previous.
[TXT] cmd-source-file.c  1.47   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[TXT] cmd-split-window.c  1.103   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-swap-pane.c  1.37   4 years  nicm   Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its use more...
[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.65   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] cmd-unbind-key.c  1.31   4 years  nicm   Make struct cmd local to cmd.c and move it out of tmux.h.
[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.160   4 years  nicm   When parsing strings, put all commands in one group even if there are newlines. ...
[TXT] colour.c  1.18   4 years  nicm   Add support for underscore colours with Setulc capability, mostly from Kai Mosch...
[TXT] control-notify.c  1.26   4 years  nicm   Terminate the output buffer for control mode output - it is now used as a string...
[TXT] control.c  1.30   4 years  nicm   Add helpers for the simple case of parse string and add to command queue.
[TXT] environ.c  1.24   4 years  nicm   Add a way to mark environment variables as "hidden" so they can be used by tmux ...
[TXT] file.c  1.5   4 years  nicm   If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X ends up poi...
[TXT] format-draw.c  1.16   4 years  nicm   More style nits.
[TXT] format.c  1.247   4 years  nicm   Add a session_marked format like window_marked.
[TXT] grid-view.c  1.33   4 years  nicm   grid_view_delete_cells does need to clear, GitHub issue 1871.
[TXT] grid.c  1.106   4 years  nicm   Use grid_empty_line rather than memset when adding new lines on resize. Also rem...
[TXT] input-keys.c  1.71   4 years  nicm   Do not send mouse events if the program has not requested them.
[TXT] input.c  1.174.4.1   3 years  deraadt   Do not write after the end of the array and overwrite the stack when colon-separ...
[TXT] job.c  1.57   4 years  nicm   Add support for overlay popup boxes to show text or output temporarily above the...
[TXT] key-bindings.c  1.123   4 years  nicm   Add a copy-command option and change copy-pipe and friends to pipe to it if used...
[TXT] key-string.c  1.56   4 years  nicm   Some unnecessary assignments and unused variables.
[TXT] layout-custom.c  1.19   4 years  nicm   Make a best effort to set xpixel and ypixel for each pane and add formats for th...
[TXT] layout-set.c  1.29   4 years  nicm   Change so main-pane-width and height can be given as a percentage.
[TXT] layout.c  1.47   4 years  nicm   Simplify code to work out if an extra line is needed in the cell.
[TXT] log.c  1.26   4 years  nicm   Some minor performance improvements - most notably, don't search the input state...
[TXT] menu.c  1.23   4 years  nicm   Start menu with top item selected if no mouse, GitHub issue 2169.
[TXT] mode-tree.c  1.41   4 years  nicm   Indicate the marked pane in choose mode in reverse and add key to set and clear ...
[TXT] names.c  1.41   6 years  nicm   Allow ispunct() as well as isalnum() when parsing initial window names.
[TXT] notify.c  1.35   4 years  nicm   Provide an accessor for the running queue item and use it to not let hooks recur...
[TXT] options-table.c  1.120   4 years  nicm   Change so main-pane-width and height can be given as a percentage.
[TXT] options.c  1.55   4 years  nicm   Style nits in function arguments.
[TXT] paste.c  1.40   5 years  nicm   Add an argument to copy commands to set the prefix for the buffer name, allows b...
[TXT] popup.c  1.13   4 years  nicm   Add helpers for the simple case of parse string and add to command queue.
[TXT] proc.c  1.16   4 years  nicm   Reduce a difference with portable tmux by adding the -V flag and #{version} form...
[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.38   4 years  nicm   If ALL clients are readonly, allow them to affect the size, suggested by Thomas ...
[TXT] screen-redraw.c  1.73   4 years  nicm   Change how sync works to always send the end sequence after all output is done w...
[TXT] screen-write.c  1.175   4 years  nicm   Move the background colour to clear with (if any) up as well as the data when sc...
[TXT] screen.c  1.66   4 years  nicm   Update the cursor position when deleting lines from screens without history, Git...
[TXT] server-client.c  1.332   4 years  nicm   Turn off the block flag to reset the state or the cursor will not be moved back ...
[TXT] server-fn.c  1.124   4 years  nicm   Show signal name when process exits rather than number.
[TXT] server.c  1.188   4 years  nicm   When the server socket is given by the user with -S, create it with umask 177 in...
[TXT] session.c  1.86   4 years  nicm   Add a number of new formats to inspect what sessions and clients a window is pre...
[TXT] spawn.c  1.22   4 years  nicm   Fix a couple of memory leaks, one when creating a new pane and one when adding f...
[TXT] status.c  1.202   4 years  nicm   Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q in comm...
[TXT] style.c  1.24   4 years  nicm   Add push-default and pop-default in styles to change the default colours and att...
[TXT] tmux.1  1.750   4 years  jmc   ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
[TXT] tmux.c  1.198   4 years  nicm   Tidy up the terminal detection and feature code and add named sets of terminal f...
[TXT] tmux.h  1.1015   4 years  nicm   Indicate the marked pane in choose mode in reverse and add key to set and clear ...
[TXT] tty-acs.c  1.9   4 years  nicm   Tidy up the terminal detection and feature code and add named sets of terminal f...
[TXT] tty-features.c  1.5   4 years  nicm   Move the background colour to clear with (if any) up as well as the data when sc...
[TXT] tty-keys.c  1.127   4 years  nicm   Change how sync works to always send the end sequence after all output is done w...
[TXT] tty-term.c  1.76   4 years  nicm   Overrides need to be applied both before and after features in case they change ...
[TXT] tty.c  1.363   4 years  nicm   Do not clear client pane redraw flags until the redraw actually happens.
[TXT] utf8.c  1.44   4 years  nicm   Add p format modifier for padding to width.
[TXT] window-buffer.c  1.26   4 years  nicm   Some unnecessary assignments and unused variables.
[TXT] window-client.c  1.26   4 years  nicm   Add a define for flags meaning a client is not attached, and fix unattached coun...
[TXT] window-clock.c  1.28   5 years  nicm   DECRC and DECSC apparently need to preserve origin mode as well, based on a fix ...
[TXT] window-copy.c  1.279   4 years  nicm   Only trim blank lines when the source pane is not the target pane, otherwise the...
[TXT] window-tree.c  1.47   4 years  nicm   Indicate the marked pane in choose mode in reverse and add key to set and clear ...
[TXT] window.c  1.257   4 years  nicm   Make client -c and -t handling common in cmd-queue.c and try to be clearer about...
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.3   4 years  nicm   Add xrecallocarray.
[TXT] xterm-keys.c (in the Attic) [Hide]  1.22   7 years  nicm   Up to now, tmux sees \033\033[OA as M-Up and since we turned on xterm-keys by de...