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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.106   4 years  nicm   xterm-keys has been on by default for five years and all other modern terminals ...
[TXT] alerts.c  1.32   3 years  nicm   Set alert flag for the current window if the session is unattached. GitHub issue...
[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.81   4 years  nicm   Build list of paths and weed out duplicates before loading configs, and add TMUX...
[TXT] client.c  1.149   3 years  nicm   Fix warnings on some platforms with %llx and add a new message to handle 64-bit ...
[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.47   4 years  nicm   Add a customize mode where keys and options may be browsed and changed, includes...
[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.19   4 years  nicm   Add 'e' key in buffer mode to open the buffer in an editor.
[TXT] cmd-display-message.c  1.55   3 years  nicm   Add a -d option to display-message to set delay, from theonekeyg at gmail dot co...
[TXT] cmd-display-panes.c  1.37   3 years  nicm   Only print below number when there is enough space.
[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.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.46   3 years  nicm   kill-window -a cannot just walk the list of windows because if renumber-windows ...
[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.61   3 years  nicm   Add a -d option to display-message to set delay, from theonekeyg at gmail dot co...
[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.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.89   3 years  nicm   Silently ignore -a or -b if the window index doesn't exist and create using that...
[TXT] cmd-parse.y  1.31   3 years  nicm   Do not dereference NULL environment variable value, GitHub issue 2304.
[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.99   3 years  nicm   Add a -d option to display-message to set delay, from theonekeyg at gmail dot co...
[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.31   4 years  nicm   Move cmdq_state into cmd-queue.c.
[TXT] cmd-run-shell.c  1.69   3 years  nicm   Do not wait on shutdown for commands started with run -b.
[TXT] cmd-save-buffer.c  1.51   3 years  nicm   Fix show-buffer when run from inside tmux, GitHub issue 2314.
[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.64   3 years  nicm   Add a hook when the pane title changed.
[TXT] cmd-select-window.c  1.28   4 years  nicm   On select-window, make this client the latest client for the window.
[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.137   3 years  nicm   d and D keys to reset to default in customize mode.
[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.64   4 years  nicm   Add a customize mode where keys and options may be browsed and changed, includes...
[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.104   4 years  nicm   Add a client flag 'active-pane' which stores the active pane in the client and a...
[TXT] cmd-swap-pane.c  1.38   4 years  nicm   Add a client flag 'active-pane' which stores the active pane in the client and a...
[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.67   3 years  nicm   Change how panes are resized so that the code is clearer and if the pane is resi...
[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.19   3 years  nicm   Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317.
[TXT] control-notify.c  1.27   3 years  nicm   Support code for control mode flow control: allow clients to have separate offse...
[TXT] control.c  1.45   3 years  nicm   Some other warnings, GitHub issue 2382.
[TXT] environ.c  1.25   4 years  nicm   Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other terminals.
[TXT] file.c  1.7   3 years  nicm   Pass the stdout file descriptor from the client as well as stdin and use them fo...
[TXT] format-draw.c  1.20   4 years  nicm   Add an option to set the pane border lines style from a choice of single lines (...
[TXT] format.c  1.262   3 years  nicm   Fix some warnings, GitHub issue 2382.
[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.119   3 years  nicm   Do not force line width to grid width because it may need to be larger to accomo...
[TXT] input-keys.c  1.80   3 years  nicm   Some other warnings, GitHub issue 2382.
[TXT] input.c  1.183.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.58   4 years  nicm   Add 'e' key in buffer mode to open the buffer in an editor.
[TXT] key-bindings.c  1.131   3 years  nicm   Allow -N without a command to change or add a note to an existing key.
[TXT] key-string.c  1.63   3 years  nicm   Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.
[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.31   3 years  nicm   Fix some warnings, GitHub issue 2382.
[TXT] mode-tree.c  1.51   3 years  nicm   Add a -d option to display-message to set delay, from theonekeyg at gmail dot co...
[TXT] names.c  1.42   4 years  nicm   Drop having a separate type for style options and make them all strings, which a...
[TXT] notify.c  1.36   3 years  nicm   Support code for control mode flow control: allow clients to have separate offse...
[TXT] options-table.c  1.134   3 years  nicm   Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317.
[TXT] options.c  1.60   3 years  nicm   Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317.
[TXT] paste.c  1.42   4 years  nicm   Use VIS_CSTYLE for paste buffers also.
[TXT] popup.c  1.20   3 years  nicm   Resize screen to the correct size (borders need to be taken off).
[TXT] proc.c  1.18   3 years  nicm   Also ignore SIGQUIT so it can't be used to kill the client when locked.
[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.41   3 years  nicm   Add support for pausing a pane when the output buffered for a control mode clien...
[TXT] screen-redraw.c  1.81   3 years  nicm   Correct checks for window borders.
[TXT] screen-write.c  1.187   3 years  nicm   Fix show-buffer when run from inside tmux, GitHub issue 2314.
[TXT] screen.c  1.67   4 years  nicm   Store and restore cursor position when copy mode is resized, from Anindya Mukher...
[TXT] server-client.c  1.361   3 years  nicm   Fix warnings on some platforms with %llx and add a new message to handle 64-bit ...
[TXT] server-fn.c  1.128   3 years  nicm   Trim newline from ctime, from Thomas Adam.
[TXT] server.c  1.195   3 years  nicm   Fix some warnings, GitHub issue 2382.
[TXT] session.c  1.87   4 years  nicm   Instead of forbidding invalid session names, sanitize them like window names.
[TXT] spawn.c  1.24   3 years  nicm   Support code for control mode flow control: allow clients to have separate offse...
[TXT] status.c  1.218   3 years  nicm   Add a -d option to display-message to set delay, from theonekeyg at gmail dot co...
[TXT] style.c  1.28   4 years  nicm   Add a customize mode where keys and options may be browsed and changed, includes...
[TXT] tmux.1  1.796   3 years  nicm   Move a sentence to the right command.
[TXT] tmux.c  1.203   3 years  nicm   Fix warnings on some platforms with %llx and add a new message to handle 64-bit ...
[TXT] tmux.h  1.1078   3 years  nicm   Fix warnings on some platforms with %llx and add a new message to handle 64-bit ...
[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.17   3 years  daniel   Properly escape a backslash. Found by CompCert which notes that \E is not a val...
[TXT] tty-keys.c  1.142   3 years  nicm   Escape+Up and the other arrow keys should be kept as Escape+Up and not converted...
[TXT] tty-term.c  1.83   3 years  nicm   Do not run off end of string when stripping delays, reported by Dave Vandervies....
[TXT] tty.c  1.384   3 years  nicm   Check started flag before looking for capability.
[TXT] utf8.c  1.57   3 years  nicm   Fix some warnings, GitHub issue 2382.
[TXT] window-buffer.c  1.31   4 years  nicm   Move editor stuff to common code in popup.c.
[TXT] window-client.c  1.29   3 years  nicm   Instead of sending all data to control mode clients as fast as possible, add a l...
[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.305   3 years  nicm   Do not wrap at end of text when positioning at end of match because the length m...
[TXT] window-customize.c  1.7   3 years  nicm   Some other warnings, GitHub issue 2382.
[TXT] window-tree.c  1.52   3 years  nicm   Renumber after killing windows for choose-tree.
[TXT] window.c  1.266   3 years  nicm   Add -b flags to insert a window before (like the existing -a for after) to break...
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.3   4 years  nicm   Add xrecallocarray.