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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.93   5 years  nicm   Extend the #[] style syntax and use that together with previous format changes t...
[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.20   6 years  nicm   Run alert hooks based on the options rather than unconditionally, from Brad Town...
[TXT] attributes.c  1.8   5 years  nicm   Support for extended underline styles on terminals which offer them, enabled by ...
[TXT] cfg.c  1.67   5 years  nicm   Do not load /etc/tmux.conf if given -f.
[TXT] client.c  1.128   5 years  nicm   Do not use PWD unless it actually matches the real working directory.
[TXT] cmd-attach-session.c  1.76   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-bind-key.c  1.32   7 years  nicm   Fixed keys for choose mode, and remove the last mode keys bits.
[TXT] cmd-break-pane.c  1.47   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-capture-pane.c  1.47   5 years  nicm   Missing space in capture-pane usage, from Ben Boeckel. Also man page fixed from...
[TXT] cmd-choose-tree.c  1.42   5 years  kn   Add [template] to display-panes and choose-{buffer,client,tree} usage OK nicm
[TXT] cmd-command-prompt.c  1.44   7 years  nicm   Tidy command prompt callbacks and pass in the client.
[TXT] cmd-confirm-before.c  1.35   7 years  nicm   Tidy command prompt callbacks and pass in the client.
[TXT] cmd-copy-mode.c  1.37   5 years  nicm   Allow multiple modes to be open in a pane. A stack of open modes is kept and the...
[TXT] cmd-detach-client.c  1.32   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-display-message.c  1.48   5 years  nicm   Add format variables for the default formats for the various modes (tree_mode_fo...
[TXT] cmd-display-panes.c  1.23   5 years  nicm   Add -b to display-panes like run-shell, GitHub issue 1559.
[TXT] cmd-find-window.c  1.45   5 years  nicm   Add -Z to find-window as well.
[TXT] cmd-find.c  1.71   5 years  nicm   Add a : to make error messages clearer.
[TXT] cmd-if-shell.c  1.60   5 years  nicm   Memory leaks, from Gang Fan in GitHub issue 1453.
[TXT] cmd-join-pane.c  1.33   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-kill-pane.c  1.26   6 years  nicm   Add x and X to choose-tree (with a confirmation prompt) to kill an item. Suggest...
[TXT] cmd-kill-server.c  1.18   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-kill-session.c  1.24   6 years  nicm   Some extra logging to show why tmux might exit.
[TXT] cmd-kill-window.c  1.24   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-list-buffers.c  1.35   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[TXT] cmd-list-clients.c  1.34   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[TXT] cmd-list-keys.c  1.45   5 years  nicm   Make key trees and some other bits static.
[TXT] cmd-list-panes.c  1.33   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[TXT] cmd-list-sessions.c  1.30   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-list-windows.c  1.43   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[TXT] cmd-load-buffer.c  1.54   5 years  nicm   Memory leaks, from Gang Fan in GitHub issue 1453.
[TXT] cmd-lock-server.c  1.26   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-move-window.c  1.29   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-new-session.c  1.115   5 years  nicm   Fix resizing of control clients, should be ignored until SIZECHANGED flag set.
[TXT] cmd-new-window.c  1.76   5 years  nicm   Fix new-window -k, GitHub issue 1403.
[TXT] cmd-paste-buffer.c  1.38   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-pipe-pane.c  1.51   5 years  nicm   Store the time in the format tree rather than passing it around.
[TXT] cmd-queue.c  1.61   5 years  nicm   Allow multiple modes to be open in a pane. A stack of open modes is kept and the...
[TXT] cmd-refresh-client.c  1.28   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-rename-session.c  1.28   6 years  nicm   Allow no client for rename-session, from Ryan Freeman.
[TXT] cmd-rename-window.c  1.22   6 years  nicm   Fix a regression: do not warn about no client in rename-window.
[TXT] cmd-resize-pane.c  1.35   5 years  nicm   Some tidying and helper functions.
[TXT] cmd-resize-window.c  1.1   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-respawn-pane.c  1.27   5 years  nicm   Allow multiple modes to be open in a pane. A stack of open modes is kept and the...
[TXT] cmd-respawn-window.c  1.37   5 years  nicm   Allow multiple modes to be open in a pane. A stack of open modes is kept and the...
[TXT] cmd-rotate-window.c  1.25   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-run-shell.c  1.58   5 years  nicm   Allow multiple modes to be open in a pane. A stack of open modes is kept and the...
[TXT] cmd-save-buffer.c  1.45   5 years  nicm   Do not leak path or use it after free.
[TXT] cmd-select-layout.c  1.35   5 years  nicm   Fire notify for select-layout, from George Nachman.
[TXT] cmd-select-pane.c  1.47   5 years  nicm   Add a wrapper (struct style) around styles rather than using the grid_cell direc...
[TXT] cmd-select-window.c  1.22   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-send-keys.c  1.46   5 years  nicm   Allow multiple modes to be open in a pane. A stack of open modes is kept and the...
[TXT] cmd-set-buffer.c  1.28   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-set-environment.c  1.22   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-set-option.c  1.123   5 years  nicm   The individual -fg, -bg and -attr options have been deprecated (in favour of -st...
[TXT] cmd-show-environment.c  1.23   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-show-messages.c  1.28   5 years  nicm   Move job struct into job.c.
[TXT] cmd-show-options.c  1.45   5 years  nicm   Fix some warnings, from Thomas Adam.
[TXT] cmd-source-file.c  1.36   5 years  nicm   Make server_client_get_cwd used (almost) everywhere we need to work out the cwd,...
[TXT] cmd-split-window.c  1.91   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-swap-pane.c  1.32   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] cmd-swap-window.c  1.23   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-switch-client.c  1.55   5 years  nicm   Correctly unzoom and redraw panes in switch-client.
[TXT] cmd-unbind-key.c  1.30   7 years  nicm   Fixed keys for choose mode, and remove the last mode keys bits.
[TXT] cmd-wait-for.c  1.17   5 years  nicm   There is no reason wait-for has to be restricted to outside tmux.
[TXT] cmd.c  1.142   5 years  nicm   Make array options a sparse tree instead of an array of char * and remove the si...
[TXT] colour.c  1.17   5 years  nicm   The pane's style should be initialized to default before parsing the argument.
[TXT] control-notify.c  1.22   5 years  nicm   evbuffer_new and bufferevent_new can both fail (when malloc fails) and return NU...
[TXT] control.c  1.20   7 years  nicm   It is silly for cmd_list_parse to return an integer error when it could just ret...
[TXT] environ.c  1.21   5 years  nicm   Make array options a sparse tree instead of an array of char * and remove the si...
[TXT] format-draw.c  1.7   5 years  nicm   Fix offset of list ranges.
[TXT] format.c  1.188   5 years  nicm   Free old strings after they have been expanded in format_choose.
[TXT] grid-view.c  1.31   5 years  nicm   Add accessors for grid linedata member, for some future work. From Dan Aloni.
[TXT] grid.c  1.93   5 years  nicm   Store and restore cursor across reflow by working out a position based on unwrap...
[TXT] input-keys.c  1.63   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] input.c  1.150   5 years  nicm   Add an argument to copy commands to set the prefix for the buffer name, allows b...
[TXT] job.c  1.54   5 years  nicm   evbuffer_new and bufferevent_new can both fail (when malloc fails) and return NU...
[TXT] key-bindings.c  1.88   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] key-string.c  1.50   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] layout-custom.c  1.12   5 years  nicm   Support for windows larger than visible on the attached client. This has been a ...
[TXT] layout-set.c  1.22   5 years  nicm   Fix size check for splitw -f and top level pane size for tiled layout, problems ...
[TXT] layout.c  1.39   5 years  nicm   Fix size check for splitw -f and top level pane size for tiled layout, problems ...
[TXT] log.c  1.25   6 years  nicm   Support SIGUSR2 to stop and start logging for an existing server. Also we curren...
[TXT] mode-tree.c  1.27   5 years  nicm   Extend the #[] style syntax and use that together with previous format changes t...
[TXT] names.c  1.41   6 years  nicm   Allow ispunct() as well as isalnum() when parsing initial window names.
[TXT] notify.c  1.26   5 years  nicm   Add set-hook -R to run a hook immediately (useful to set multiple hooks to the s...
[TXT] options-table.c  1.103   5 years  nicm   Current window style also needs to be tested for default.
[TXT] options.c  1.40   5 years  nicm   The individual -fg, -bg and -attr options have been deprecated (in favour of -st...
[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] proc.c  1.15   6 years  nicm   Because ignore SIGCHLD early, letting signal_del restore it doesn't work correct...
[TXT] procname.c  1.16   7 years  nicm   Loads more static, except for cmd-*.c and window-*.c.
[TXT] resize.c  1.30   5 years  nicm   Tidy and rename some bits of status line code.
[TXT] screen-redraw.c  1.59   5 years  nicm   Extend the #[] style syntax and use that together with previous format changes t...
[TXT] screen-write.c  1.150   5 years  nicm   screen_write_fast_copy can no longer assume the target screen is default (it isn...
[TXT] screen.c  1.55   5 years  nicm   Store and restore cursor across reflow by working out a position based on unwrap...
[TXT] server-client.c  1.274   5 years  nicm   Add StatusDefault binding for the mouse on any otherwise unassigned parts of the...
[TXT] server-fn.c  1.119   5 years  nicm   DECRC and DECSC apparently need to preserve origin mode as well, based on a fix ...
[TXT] server.c  1.183   5 years  nicm   Move job struct into job.c.
[TXT] session.c  1.83   5 years  nicm   Tidy and rename some bits of status line code.
[TXT] status.c  1.192   5 years  nicm   Extend the #[] style syntax and use that together with previous format changes t...
[TXT] style.c  1.19   5 years  nicm   Fix some warnings, from Thomas Adam.
[TXT] tmux.1  1.634   5 years  nicm   select-word was missing from the command list, from pawel-slowik.
[TXT] tmux.c  1.187   5 years  nicm   Do not use PWD unless it actually matches the real working directory.
[TXT] tmux.h  1.879   5 years  nicm   Add an argument to copy commands to set the prefix for the buffer name, allows b...
[TXT] tty-acs.c  1.6   7 years  nicm   Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if it is pre...
[TXT] tty-keys.c  1.108   5 years  nicm   Add an argument to copy commands to set the prefix for the buffer name, allows b...
[TXT] tty-term.c  1.61   5 years  nicm   Make array options a sparse tree instead of an array of char * and remove the si...
[TXT] tty.c  1.319   5 years  nicm   Fix ED1 (clear end of screen), reported by Marc Reisner.
[TXT] utf8.c  1.40   5 years  nicm   Extend the #[] style syntax and use that together with previous format changes t...
[TXT] window-buffer.c  1.18   5 years  nicm   Expand session and window formats for buffer filters.
[TXT] window-client.c  1.21   5 years  nicm   Extend the #[] style syntax and use that together with previous format changes t...
[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.215   5 years  nicm   Add an argument to copy commands to set the prefix for the buffer name, allows b...
[TXT] window-tree.c  1.35   5 years  nicm   Add format variables for the default formats for the various modes (tree_mode_fo...
[TXT] window.c  1.225   5 years  nicm   Free temporary screens when writing format.
[TXT] xmalloc.c  1.11   7 years  nicm   Key running commands for #() by the unexpanded command, and run them again if th...
[TXT] xmalloc.h  1.2   7 years  nicm   Key running commands for #() by the unexpanded command, and run them again if th...
[TXT] cmd-list.c (in the Attic) [Hide]  1.16   8 years  nicm   I no longer use my SourceForge address so replace it.
[TXT] cmd-set-hook.c (in the Attic) [Hide]  1.12   5 years  nicm   Add set-hook -R to run a hook immediately (useful to set multiple hooks to the s...
[TXT] cmd-string.c (in the Attic) [Hide]  1.30   5 years  nicm   Expand \u and \U escape sequences in command strings, from Christopher Hunt in G...
[TXT] hooks.c (in the Attic) [Hide]  1.10   6 years  nicm   Remove unused hooks_run function, from Thomas Adam.
[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...