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_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.86   7 years  nicm   Merge clear-history into capture-pane.
[TXT] alerts.c  1.16   7 years  nicm   Clear window alert flags after setting winlink alert flags, fixes problem report...
[TXT] arguments.c  1.17   7 years  nicm   Plain stravis() because it will mangle UTF-8 characters, so add utf8_stravis() w...
[TXT] attributes.c  1.7   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] cfg.c  1.54   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] client.c  1.120   7 years  nicm   Add support for custom command aliases, this is an array option which contains i...
[TXT] cmd-attach-session.c  1.70   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[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.43   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[TXT] cmd-capture-pane.c  1.43   7 years  nicm   Merge clear-history into capture-pane.
[TXT] cmd-choose-tree.c  1.33   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-command-prompt.c  1.41   7 years  nicm   It is silly for cmd_list_parse to return an integer error when it could just ret...
[TXT] cmd-confirm-before.c  1.33   7 years  nicm   It is silly for cmd_list_parse to return an integer error when it could just ret...
[TXT] cmd-copy-mode.c  1.31   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-detach-client.c  1.30   7 years  nicm   Add -E to detach-client to exec a command to replace the client instead of exiti...
[TXT] cmd-display-message.c  1.40   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-display-panes.c  1.18   7 years  nicm   Move the client identify (display-panes) code into server-client.c.
[TXT] cmd-find-window.c  1.39   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-find.c  1.42   7 years  nicm   Revert previous, breaks normal short targets, reported by Theo Buehler.
[TXT] cmd-if-shell.c  1.51   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[TXT] cmd-join-pane.c  1.30   7 years  nicm   Use the notify name string instead of going via an enum and change existing hook...
[TXT] cmd-kill-pane.c  1.24   7 years  nicm   Redraw after killp -a.
[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.22   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-kill-window.c  1.23   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-list-buffers.c  1.34   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-list-clients.c  1.31   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-list-keys.c  1.42   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-list-panes.c  1.31   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-list-sessions.c  1.28   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-list-windows.c  1.41   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-load-buffer.c  1.49   7 years  nicm   Make source-file look for files relative to the client working directory (like l...
[TXT] cmd-lock-server.c  1.25   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-move-window.c  1.28   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-new-session.c  1.102   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[TXT] cmd-new-window.c  1.67   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[TXT] cmd-paste-buffer.c  1.37   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-pipe-pane.c  1.40   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-queue.c  1.48   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] cmd-refresh-client.c  1.23   7 years  nicm   Minor tidying in a couple of commands.
[TXT] cmd-rename-session.c  1.25   7 years  nicm   Don't error if renaming a session to its current name, from shik dot chen at gma...
[TXT] cmd-rename-window.c  1.19   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-resize-pane.c  1.28   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-respawn-pane.c  1.23   7 years  nicm   Move server_fill_environ into environ.c and move some other common code into it....
[TXT] cmd-respawn-window.c  1.33   7 years  nicm   Move server_fill_environ into environ.c and move some other common code into it....
[TXT] cmd-rotate-window.c  1.22   7 years  nicm   rotate-window needs to unzoom, problem reported by Sean Haugh.
[TXT] cmd-run-shell.c  1.46   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[TXT] cmd-save-buffer.c  1.42   7 years  nicm   Make source-file look for files relative to the client working directory (like l...
[TXT] cmd-select-layout.c  1.32   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-select-pane.c  1.35   7 years  nicm   The target validity check used window_pane_visible but that may be false if the ...
[TXT] cmd-select-window.c  1.18   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-send-keys.c  1.37   7 years  nicm   Add support for the OSC 4 and OSC 104 palette setting escape sequences, from S G...
[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.21   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-set-option.c  1.112   7 years  nicm   Style nits.
[TXT] cmd-show-environment.c  1.22   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-show-messages.c  1.25   7 years  nicm   Fix a couple of argument types.
[TXT] cmd-show-options.c  1.40   7 years  nicm   When a flag option is used in a format, it should use the number form not string...
[TXT] cmd-source-file.c  1.34   7 years  nicm   Make source-file look for files relative to the client working directory (like l...
[TXT] cmd-split-window.c  1.80   7 years  nicm   Move server_fill_environ into environ.c and move some other common code into it....
[TXT] cmd-swap-pane.c  1.30   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-swap-window.c  1.22   7 years  nicm   Instead of numbering session groups, give them a name which may be given to -t i...
[TXT] cmd-switch-client.c  1.48   7 years  nicm   Cancel key table when switching session, unless the key is going to repeat. Repo...
[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.16   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd.c  1.136   7 years  nicm   server-info can become an alias rather than a command.
[TXT] colour.c  1.15   7 years  nicm   Show count of search results in copy mode.
[TXT] control-notify.c  1.20   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[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.18   7 years  nicm   Move server_fill_environ into environ.c and move some other common code into it....
[TXT] format.c  1.123   7 years  nicm   Add a helper function for the most common format_create/defaults/expand pattern....
[TXT] grid-view.c  1.28   7 years  nicm   Handle insert cells when cursor at edge of screen correctly, and do a full flush...
[TXT] grid.c  1.68   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] input-keys.c  1.59   7 years  nicm   Implement "all event" (1003) mouse mode but in a way that works. The main issue ...
[TXT] input.c  1.118   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] job.c  1.42   7 years  nicm   Move server_fill_environ into environ.c and move some other common code into it....
[TXT] key-bindings.c  1.73   7 years  nicm   Cancel key table when switching session, unless the key is going to repeat. Repo...
[TXT] key-string.c  1.45   7 years  nicm   Minor bits: fix an array size, add comment, make grid_cell_entry static.
[TXT] layout-custom.c  1.11   7 years  nicm   Use the notify name string instead of going via an enum and change existing hook...
[TXT] layout-set.c  1.17   7 years  nicm   Some other stuff that can be local to one file.
[TXT] layout.c  1.32   7 years  nicm   Fix calculation of size for full size splits.
[TXT] log.c  1.24   7 years  nicm   Missing va_end, from Anton Lindqvist.
[TXT] names.c  1.39   7 years  nicm   Add a window or pane id "tag" to each format tree and use it to separate jobs, t...
[TXT] notify.c  1.20   7 years  nicm   Some tidying and tweaks to options code.
[TXT] options-table.c  1.86   7 years  nicm   Make update-environment an array as well.
[TXT] options.c  1.33   7 years  nicm   Handle empty options correctly.
[TXT] paste.c  1.39   7 years  nicm   Shorten a long line, and don't leak buffer in paste_add if size is zero.
[TXT] proc.c  1.8   8 years  nicm   I no longer use my SourceForge address so replace it.
[TXT] procname.c  1.16   7 years  nicm   Loads more static, except for cmd-*.c and window-*.c.
[TXT] resize.c  1.22   7 years  nicm   Improve some of the logging on resize.
[TXT] screen-redraw.c  1.44   7 years  nicm   Add a helper to store a cell, and some tidying.
[TXT] screen-write.c  1.116   7 years  nicm   Need to flush before writing out cells we are not collecting, also add some extr...
[TXT] screen.c  1.46   7 years  nicm   Collect sequences of printable ASCII characters and process them together instea...
[TXT] server-client.c  1.215   7 years  nicm   Clear the bracket paste mode when in the command prompt.
[TXT] server-fn.c  1.106   7 years  nicm   Move the client identify (display-panes) code into server-client.c.
[TXT] server.c  1.166   7 years  nicm   Instead of numbering session groups, give them a name which may be given to -t i...
[TXT] session.c  1.73   7 years  nicm   Move server_fill_environ into environ.c and move some other common code into it....
[TXT] status.c  1.162   7 years  nicm   Break the message storage function into its own function, useful for debugging.
[TXT] style.c  1.14   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] tmux.1  1.539   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] tmux.c  1.178   7 years  nicm   Use uid_t for UID not u_int.
[TXT] tmux.h  1.733   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] tty-acs.c  1.5   7 years  nicm   Remove some dead code in cmd-move-window.c and make a load of local functions st...
[TXT] tty-keys.c  1.93   7 years  nicm   Don't use a bufferevent for the tty, so we can keep better track of what is bein...
[TXT] tty-term.c  1.53   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] tty.c  1.256   7 years  nicm   Write raw strings in one go rather than character at a time.
[TXT] utf8.c  1.36   7 years  nicm   Fix a couple of argument types.
[TXT] window-clock.c  1.22   7 years  nicm   Add support for the OSC 4 and OSC 104 palette setting escape sequences, from S G...
[TXT] window-copy.c  1.170   7 years  nicm   Show count of search results in copy mode.
[TXT] window.c  1.187   7 years  nicm   Fix pane movement by direction (up, down, left, right) when pane-border-status i...
[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-choose-buffer.c (in the Attic) [Hide]  1.31   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[TXT] cmd-choose-client.c (in the Attic) [Hide]  1.31   7 years  nicm   Mass rename struct cmd_q to struct cmdq_item and related.
[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.10   7 years  nicm   It is silly for cmd_list_parse to return an integer error when it could just ret...
[TXT] cmd-string.c (in the Attic) [Hide]  1.28   7 years  nicm   Add support for custom command aliases, this is an array option which contains i...
[TXT] hooks.c (in the Attic) [Hide]  1.9   7 years  nicm   Provide a way for hooks to tag formats onto the commands they fire so that the u...
[TXT] pty.c (in the Attic) [Hide]  1.2   7 years  nicm   Add support for custom command aliases, this is an array option which contains i...
[TXT] signal.c (in the Attic) [Hide]  1.10   7 years  nicm   Loads more static, except for cmd-*.c and window-*.c.
[TXT] window-choose.c (in the Attic) [Hide]  1.88   7 years  nicm   Add h and l for collapse and expand in choose mode with vi(1) keys, from Gregory...
[TXT] xterm-keys.c (in the Attic) [Hide]  1.21   7 years  nicm   Revert previous for now, it will break TERM=screen.