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_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.91   5 years  nicm   Whoops, didn't mean to commit this.
[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.7   7 years  nicm   Add support for the strikethrough attribute (SGR 9), using the new smxx terminfo...
[TXT] cfg.c  1.62   6 years  nicm   Some unused code, GitHub issue 1219.
[TXT] client.c  1.127   6 years  guenther   Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of ...
[TXT] cmd-attach-session.c  1.75   6 years  nicm   Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343.
[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.41   6 years  nicm   Add -Z flag to choose-tree, choose-client, choose-buffer to automatically zoom t...
[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.44   6 years  nicm   Remove unnecessary brackets.
[TXT] cmd-display-panes.c  1.21   5 years  nicm   Make display-panes block the client until a pane is chosen or it times out.
[TXT] cmd-find-window.c  1.45   5 years  nicm   Add -Z to find-window as well.
[TXT] cmd-find.c  1.68   5 years  nicm   SESSION_UNATTACHED flag is no longer necessary now we have an attached count ins...
[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.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.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.113   5 years  nicm   Tweak previous - check for a NULL client and simplify manual text.
[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.47   6 years  nicm   Add -I to pipe-pane to connect pane stdin as well as stdout, suggested by Kristo...
[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.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-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.55   5 years  nicm   Memory leaks, from Gang Fan in GitHub issue 1453.
[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.44   5 years  nicm   If there are only two panes, always use the other pane as the last pane. Based o...
[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.43   5 years  nicm   Make key trees and some other bits static.
[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.119   6 years  nicm   Do not try to set default value on user options (they don't have one), from Char...
[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.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.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.90   5 years  nicm   Make server_client_get_cwd used (almost) everywhere we need to work out the cwd,...
[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.140   5 years  nicm   Log command arguments.
[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.163   5 years  nicm   Use same working directory rules for jobs as new windows rather than always star...
[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.86   5 years  nicm   Helper function to shorten 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.136   5 years  nicm   Add the KEYC_XTERM flag to all function keys that imply a modifier so that they ...
[TXT] job.c  1.52   5 years  nicm   Use same working directory rules for jobs as new windows rather than always star...
[TXT] key-bindings.c  1.87   5 years  nicm   Add -Z to find-window as well.
[TXT] key-string.c  1.49   5 years  nicm   Add StatusLeft and StatusRight mouse key modifiers for the left and right parts ...
[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.20   6 years  nicm   Initialize the size of new panes created by the even-* layout correctly; reporte...
[TXT] layout.c  1.37   5 years  nicm   Only include pane status in minimum size if it is turned on, GitHub issue 1480.
[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.24   5 years  nicm   Make key trees and some other bits static.
[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.96   6 years  nicm   Add KRB5CCNAME to update-environment.
[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.26   5 years  nicm   SESSION_UNATTACHED flag is no longer necessary now we have an attached count ins...
[TXT] screen-redraw.c  1.54   5 years  nicm   Add a flag to force redrawing of the status line even if the content hasn't chan...
[TXT] screen-write.c  1.138   5 years  nicm   Move struct screen_sel into screen.c and tidy up members that are only used by c...
[TXT] screen.c  1.52   5 years  nicm   Move struct screen_sel into screen.c and tidy up members that are only used by c...
[TXT] server-client.c  1.260   5 years  nicm   Do not check for mouse events on pane borders when zoomed, based on a fix from A...
[TXT] server-fn.c  1.116   5 years  nicm   Add a client redraw-window flag instead of the redraw-all flag and for all just ...
[TXT] server.c  1.183   5 years  nicm   Move job struct into job.c.
[TXT] session.c  1.81   5 years  nicm   SESSION_UNATTACHED flag is no longer necessary now we have an attached count ins...
[TXT] status.c  1.181   5 years  nicm   Keep any text killed in the command prompt with C-w and yank it with C-y, only u...
[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.610   5 years  nicm   Add q: format prefix to escape sh(1) special characters. Suggested by someone ag...
[TXT] tmux.c  1.186   6 years  nicm   Improve error message if creating socket parent directory fails, from Thomas Ada...
[TXT] tmux.h  1.847   5 years  nicm   Do not move the cursor when the mouse wheel is used, GitHub issue 1493.
[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.103   5 years  nicm   Add the KEYC_XTERM flag to all function keys that imply a modifier so that they ...
[TXT] tty-term.c  1.59   6 years  nicm   Handle terminfo colors > 256 correctly, GitHub issue 1337.
[TXT] tty.c  1.307   5 years  nicm   Allow panes to be 1 line or column by redrawing instead of using the scroll regi...
[TXT] utf8.c  1.39   6 years  nicm   Remove unused variable.
[TXT] window-buffer.c  1.13   6 years  nicm   Add -Z flag to choose-tree, choose-client, choose-buffer to automatically zoom t...
[TXT] window-client.c  1.14   6 years  nicm   Add -Z flag to choose-tree, choose-client, choose-buffer to automatically zoom t...
[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.202   5 years  nicm   Do not move the cursor when the mouse wheel is used, GitHub issue 1493.
[TXT] window-tree.c  1.31   5 years  nicm   Expand \u and \U escape sequences in command strings, from Christopher Hunt in G...
[TXT] window.c  1.212   5 years  nicm   calloc the mode data instead of malloc and initialize everything.
[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...