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_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.89   6 years  nicm   Move signal code into proc.c.
[TXT] alerts.c  1.28   6 years  nicm   Initialize alerts timer event where it is used, avoids crash with new windows.
[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.7   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] cfg.c  1.60   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] client.c  1.123   6 years  nicm   Because ignore SIGCHLD early, letting signal_del restore it doesn't work correct...
[TXT] cmd-attach-session.c  1.74   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[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.46   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-capture-pane.c  1.44   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-choose-tree.c  1.39   6 years  nicm   Key (v) and flag (-N) to toggle preview in choose modes.
[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.34   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[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.42   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[TXT] cmd-display-panes.c  1.20   6 years  nicm   Add -d flag to display-panes to specify timeout, and make 0 mean no timeout. Fro...
[TXT] cmd-find-window.c  1.44   6 years  nicm   Shut up a warning.
[TXT] cmd-find.c  1.57   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-if-shell.c  1.56   7 years  nicm   if-shell doesn't need to queue its error message into a callback, and in fact it...
[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.25   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[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.44   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[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.29   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[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.50   7 years  nicm   Memory leaks, from David CARLIER.
[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.109   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-new-window.c  1.72   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[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.46   6 years  nicm   Because ignore SIGCHLD early, letting signal_del restore it doesn't work correct...
[TXT] cmd-queue.c  1.58   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-refresh-client.c  1.26   6 years  nicm   Also recalculate session sizes when refreh-client -C is used. GitHub issue 947.
[TXT] cmd-rename-session.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-rename-window.c  1.20   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-resize-pane.c  1.31   7 years  nicm   Change how we resolve which pane is dragging when there are multiple options - c...
[TXT] cmd-respawn-pane.c  1.26   6 years  nicm   Add -c for respawn-pane and respawn-window, from J Raynor.
[TXT] cmd-respawn-window.c  1.36   6 years  nicm   Add -c for respawn-pane and respawn-window, from J Raynor.
[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.51   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-save-buffer.c  1.43   7 years  nicm   Memory leaks, from David CARLIER.
[TXT] cmd-select-layout.c  1.33   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-select-pane.c  1.41   6 years  nicm   Add selectp -T to set pane title.
[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.42   6 years  nicm   Apply the xterm key flag when needed for send-keys, fixes problem reported by Fr...
[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.118   6 years  nicm   Do not fail if unset an option that is already unset, reported by Thomas Sattler...
[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.27   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-show-options.c  1.42   7 years  nicm   Expand formats in option names and add -F flag to do so in option values as well...
[TXT] cmd-source-file.c  1.35   7 years  nicm   load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.
[TXT] cmd-split-window.c  1.87   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] cmd-swap-pane.c  1.31   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[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.53   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[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.139   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] colour.c  1.15   7 years  nicm   Show count of search results in copy mode.
[TXT] control-notify.c  1.21   7 years  nicm   Some new notifications, mainly for active pane and current window and session: ...
[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.20   7 years  nicm   Make environ_log prefix take a format.
[TXT] format.c  1.146   6 years  nicm   Add -F to choose-tree, choose-client, choose-buffer to specify the format of eac...
[TXT] grid-view.c  1.30   6 years  nicm   Instead of overloading the line clear function to mean free if background is def...
[TXT] grid.c  1.77   6 years  nicm   Do not free more lines than are available in the history.
[TXT] input-keys.c  1.62   6 years  nicm   Apply the xterm key flag when needed for send-keys, fixes problem reported by Fr...
[TXT] input.c  1.128   6 years  nicm   Apply timeout to CAN and RS which also wait for ST.
[TXT] job.c  1.48   6 years  nicm   Because ignore SIGCHLD early, letting signal_del restore it doesn't work correct...
[TXT] key-bindings.c  1.82   6 years  nicm   When removing a key table clear it out of clients, fixes issue with unbind -a re...
[TXT] key-string.c  1.47   6 years  nicm   Add user-keys option to allow user-defined keys to be set, from Dan Aloni.
[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.18   7 years  nicm   Notify layout changed when choosing predefined layouts, from Joshua Brot.
[TXT] layout.c  1.32   7 years  nicm   Fix calculation of size for full size splits.
[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.11   6 years  nicm   Fix a few errors in how the selected line is chosen after resize, reported by Fe...
[TXT] names.c  1.41   6 years  nicm   Allow ispunct() as well as isalnum() when parsing initial window names.
[TXT] notify.c  1.25   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] options-table.c  1.93   6 years  nicm   Add monitor-bell window option to match the activity and silence options, from B...
[TXT] options.c  1.36   6 years  nicm   Fix filtering so it works after the change to only show windows if they have mul...
[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.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.24   6 years  nicm   Do not forbid targets to specify non-visible panes - the checks for visibility a...
[TXT] screen-redraw.c  1.46   7 years  nicm   In order that people can use formats like #D in #() in the status line and not h...
[TXT] screen-write.c  1.130   6 years  nicm   Add -F to choose-tree, choose-client, choose-buffer to specify the format of eac...
[TXT] screen.c  1.47   6 years  nicm   Be more strict about escape sequences that rename windows or set titles: ignore ...
[TXT] server-client.c  1.244   6 years  nicm   Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if the pane h...
[TXT] server-fn.c  1.111   6 years  nicm   Check for complete keys before escape prefix, allows keys to be defined with a l...
[TXT] server.c  1.176   6 years  nicm   Because ignore SIGCHLD early, letting signal_del restore it doesn't work correct...
[TXT] session.c  1.77   6 years  nicm   Some extra logging to show why tmux might exit.
[TXT] status.c  1.168   6 years  nicm   Add a flag to stop the prompt input being expanded.
[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.579   6 years  nicm   Mention that filter is a format.
[TXT] tmux.c  1.184   6 years  nicm   Make shell_command a global like other stuff rather than making it an exception ...
[TXT] tmux.h  1.804   6 years  nicm   Instead of overloading the line clear function to mean free if background is def...
[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.101   6 years  nicm   Check for complete keys before escape prefix, allows keys to be defined with a l...
[TXT] tty-term.c  1.57   6 years  nicm   Use kind and kri for S-Up/Down as well as kUP and kDN.
[TXT] tty.c  1.295   6 years  nicm   When tty is error or closed, remove client. Reported by Thomas Sattler.
[TXT] utf8.c  1.39   6 years  nicm   Remove unused variable.
[TXT] window-buffer.c  1.9   6 years  nicm   Add -F to choose-tree, choose-client, choose-buffer to specify the format of eac...
[TXT] window-client.c  1.8   6 years  nicm   Add -F to choose-tree, choose-client, choose-buffer to specify the format of eac...
[TXT] window-clock.c  1.24   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] window-copy.c  1.184   6 years  nicm   Remove unused (always 1) arguments from some functions, from Daniel Mueller in G...
[TXT] window-tree.c  1.17   6 years  nicm   Pass flags into cmd_find_from_* to fix prefer-unattached, reported by Thomas Sat...
[TXT] window.c  1.205   6 years  nicm   Do not forbid targets to specify non-visible panes - the checks for visibility a...
[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.11   7 years  nicm   Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIN...
[TXT] cmd-string.c (in the Attic) [Hide]  1.29   6 years  nicm   Don't overwrite error message when it is available in cmd_string_parse. Reported...
[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] 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...