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_7_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.108   2 years  nicm   Add different command historys for different types of prompts ("command", "searc...
[TXT] alerts.c  1.33   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] arguments.c  1.51   2 years  nicm   Keep -? as usage.
[TXT] attributes.c  1.11   4 years  nicm   Add an attribute for ACS.
[TXT] cfg.c  1.84   2 years  nicm   Stop caring about empty commands, just treat as a null command.
[TXT] client.c  1.156   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-attach-session.c  1.87   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-bind-key.c  1.46   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-break-pane.c  1.60   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-capture-pane.c  1.55   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-choose-tree.c  1.50   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-command-prompt.c  1.64   2 years  nicm   Fix command prompt with multiple prompts (add the result onto the list again as ...
[TXT] cmd-confirm-before.c  1.51   2 years  nicm   Expand argument to run-shell again.
[TXT] cmd-copy-mode.c  1.47   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-detach-client.c  1.36   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-display-menu.c  1.33   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-display-message.c  1.60   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-display-panes.c  1.44   2 years  nicm   Validate command argument types (string or command list) and give more useful er...
[TXT] cmd-find-window.c  1.54   2 years  nicm   Preserve argument type in command and convert to string on demand.
[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.83   2 years  nicm   For the moment, restore if-shell and run-shell to parsing at the last moment (wh...
[TXT] cmd-join-pane.c  1.49   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-pane.c  1.31   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-server.c  1.20   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-session.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-buffers.c  1.39   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-clients.c  1.38   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-keys.c  1.66   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-panes.c  1.37   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-sessions.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-windows.c  1.48   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-load-buffer.c  1.64   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-lock-server.c  1.31   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-move-window.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-new-session.c  1.144   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-new-window.c  1.96   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-parse.y  1.48   2 years  nicm   Disable aliases inside aliases for the moment.
[TXT] cmd-paste-buffer.c  1.41   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-pipe-pane.c  1.58   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-queue.c  1.107   2 years  nicm   Stop caring about empty commands, just treat as a null command.
[TXT] cmd-refresh-client.c  1.45   2 years  nicm   Allow control mode clients to set a hard limit on the window width and height, G...
[TXT] cmd-rename-session.c  1.35   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-rename-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-resize-pane.c  1.51   2 years  nicm   Rename a member to match what it will be in future.
[TXT] cmd-resize-window.c  1.9   2 years  nicm   Allow control mode clients to set a hard limit on the window width and height, G...
[TXT] cmd-respawn-pane.c  1.38   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-respawn-window.c  1.49   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-rotate-window.c  1.33   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-run-shell.c  1.81   2 years  nicm   Fix run-shell -d with no command, GitHub issue 2885.
[TXT] cmd-save-buffer.c  1.54   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-select-layout.c  1.40   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-select-pane.c  1.68   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-select-window.c  1.30   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-send-keys.c  1.68   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-set-buffer.c  1.32   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-set-environment.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-set-option.c  1.141   2 years  nicm   Validate command argument types (string or command list) and give more useful er...
[TXT] cmd-show-environment.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-messages.c  1.36   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-options.c  1.67   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-prompt-history.c  1.2   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-source-file.c  1.53   2 years  nicm   Fix a few memory leaks.
[TXT] cmd-split-window.c  1.110   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-swap-pane.c  1.40   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-swap-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-switch-client.c  1.70   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-unbind-key.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-wait-for.c  1.22   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd.c  1.173   2 years  nicm   Keep -? as usage.
[TXT] colour.c  1.22   2 years  nicm   Do not use NULL palette when clearing.
[TXT] control-notify.c  1.29   3 years  nicm   Add client-detached notification in control mode, from Mohsin Kaleem.
[TXT] control.c  1.47   2 years  nicm   Fix up some printflike attributes.
[TXT] environ.c  1.26   3 years  nicm   Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
[TXT] file.c  1.12   2 years  nicm   Do not double free expanded path in source-file, also remove some unnecessary as...
[TXT] format-draw.c  1.24   2 years  nicm   Fix handling of leading #s when working out width.
[TXT] format.c  1.294   2 years  nicm   A couple more spacing fixes.
[TXT] grid-reader.c  1.6   2 years  nicm   More accurate vi(1) word navigation in copy mode and on the status line. This ch...
[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.121   3 years  nicm   Send Unicode directional isolate characters around horizontal pane borders if th...
[TXT] input-keys.c  1.86   2 years  nicm   Remove stray spaces after function names.
[TXT] input.c  1.192   2 years  nicm   Some other missing palette NULL checks, from oss-fuzz.
[TXT] job.c  1.62   2 years  nicm   Fill in some other bits on new panes.
[TXT] key-bindings.c  1.141   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] key-string.c  1.68   2 years  nicm   Pass Ctrl keys through as is when given as hex, GitHub issue 2724.
[TXT] layout-custom.c  1.20   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] layout-set.c  1.30   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] layout.c  1.48   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] log.c  1.30   2 years  nicm   Do fatal/fatalx a different way so the compiler trick to avoid warnings becomes ...
[TXT] menu.c  1.37   2 years  nicm   Turn on both button and all mouse modes for menus since some terminals only supp...
[TXT] mode-tree.c  1.55   2 years  nicm   Remove stray spaces after function names.
[TXT] names.c  1.45   2 years  nicm   Remove stray spaces after function names.
[TXT] notify.c  1.39   2 years  nicm   Do not dereference pane when it is NULL, fixes a crash when creating a hook from...
[TXT] options-table.c  1.150   2 years  nicm   Now that styles can contain formats, they need to be expanded when inserted into...
[TXT] options.c  1.64   2 years  nicm   Stop caring about empty commands, just treat as a null command.
[TXT] paste.c  1.42   4 years  nicm   Use VIS_CSTYLE for paste buffers also.
[TXT] popup.c  1.34   2 years  nicm   Revert previous; this is not how it should work.
[TXT] proc.c  1.20   3 years  nicm   Add a couple of helper functions, and flush imsgs on exit.
[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.47   2 years  nicm   Allow control mode clients to set a hard limit on the window width and height, G...
[TXT] screen-redraw.c  1.88   2 years  nicm   Add a menu when a popup is present (mouse only for now).
[TXT] screen-write.c  1.199   2 years  nicm   Be more sophisticated about enabling synchronized updates when there is an overl...
[TXT] screen.c  1.75   2 years  nicm   Fix parsing of aliases again (GitHub issue 2842), also make argument parsing a b...
[TXT] server-client.c  1.387   2 years  nicm   Do not call recalculate_sizes while clearing a client session because it needs t...
[TXT] server-fn.c  1.132   2 years  nicm   Set the right session if detach-on-destroy is off.
[TXT] server.c  1.198   2 years  nicm   Fix warnings, from Jan Tache in GitHub issue 2692.
[TXT] session.c  1.90   2 years  nicm   Do not destroy sessions twice, GitHub issue 2889.
[TXT] spawn.c  1.29   2 years  nicm   Fix a few memory leaks.
[TXT] status.c  1.227   2 years  nicm   Remove stray spaces after function names.
[TXT] style.c  1.30   2 years  nicm   Make newline a style delimiter as well so they can cross multiple lines for read...
[TXT] tmux-protocol.h  1.1   2 years  nicm   Break message type stuff out into its own header.
[TXT] tmux.1  1.855   2 years  nicm   Allow control mode clients to set a hard limit on the window width and height, G...
[TXT] tmux.c  1.209   2 years  nicm   Fix a few memory leaks.
[TXT] tmux.h  1.1142   2 years  nicm   Do fatal/fatalx a different way so the compiler trick to avoid warnings becomes ...
[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.20   2 years  nicm   Feature for the mouse since FreeBSD termcap does not have kmous.
[TXT] tty-keys.c  1.150   2 years  nicm   Break message type stuff out into its own header.
[TXT] tty-term.c  1.91   2 years  nicm   setupterm needs char * not const char * on some platforms.
[TXT] tty.c  1.403   2 years  nicm   calloc for confirm-before data since the item needs to start NULL.
[TXT] utf8.c  1.58   2 years  nicm   More accurate vi(1) word navigation in copy mode and on the status line. This ch...
[TXT] window-buffer.c  1.35   2 years  nicm   Hide struct args behind a couple of accessor functions.
[TXT] window-client.c  1.32   2 years  nicm   Hide struct args behind a couple of accessor functions.
[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.330   2 years  nicm   Spacing tweaks.
[TXT] window-customize.c  1.12   2 years  nicm   Stop caring about empty commands, just treat as a null command.
[TXT] window-tree.c  1.56   2 years  nicm   Hide struct args behind a couple of accessor functions.
[TXT] window.c  1.276   2 years  nicm   Allow control mode clients to set a hard limit on the window width and height, G...
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.4   2 years  nicm   Fix up some printflike attributes.