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_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.78   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] arguments.c  1.10   9 years  nicm   Tidy up some includes.
[TXT] attributes.c  1.5   12 years  nicm   Use snprintf for constructing attribute string, from Tim Ruehsen.
[TXT] cfg.c  1.39   8 years  nicm   Change deref to the more sensible unref, and add a couple I missed before.
[TXT] client.c  1.91   8 years  nicm   Ignore environment variables that are too long to send to the server.
[TXT] cmd-attach-session.c  1.38   8 years  nicm   Update environment with -E when attach-session used on an already attached sessi...
[TXT] cmd-bind-key.c  1.21   9 years  nicm   Support for multiple key tables to commands to be bound to sequences of keys. Th...
[TXT] cmd-break-pane.c  1.27   8 years  nicm   Change break-pane to take target and source panes (-t and -s) in line with other...
[TXT] cmd-capture-pane.c  1.32   9 years  nicm   Move input parser structs into input.c (removing fairly useless saved_cursor_[xy...
[TXT] cmd-choose-tree.c  1.28   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] cmd-command-prompt.c  1.29   9 years  nicm   Rewrite of tmux mouse support which was a mess. Instead of having options for "m...
[TXT] cmd-confirm-before.c  1.25   8 years  nicm   Change deref to the more sensible unref, and add a couple I missed before.
[TXT] cmd-copy-mode.c  1.20   9 years  nicm   Bind mouse dragging so that it is passed through to applications if they want it...
[TXT] cmd-detach-client.c  1.20   9 years  nicm   Convert clients list into a TAILQ.
[TXT] cmd-display-message.c  1.28   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] cmd-display-panes.c  1.8   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-find-window.c  1.33   9 years  nicm   Use a TAILQ not array for find-window.
[TXT] cmd-find.c  1.10   8 years  nicm   Fix a warning.
[TXT] cmd-if-shell.c  1.32   9 years  nicm   Set working directory for run-shell and if-shell.
[TXT] cmd-join-pane.c  1.19   8 years  nicm   Use the SRCDST define for usage.
[TXT] cmd-kill-pane.c  1.16   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-kill-server.c  1.13   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-kill-session.c  1.14   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-kill-window.c  1.17   9 years  nicm   Add a format window_linked which is 1 if a window has been linked multiple times...
[TXT] cmd-list-buffers.c  1.24   9 years  nicm   Wrap all the individual format_* calls in a single format_defaults functions.
[TXT] cmd-list-clients.c  1.21   9 years  nicm   Convert clients list into a TAILQ.
[TXT] cmd-list-keys.c  1.26   9 years  nicm   Support for multiple key tables to commands to be bound to sequences of keys. Th...
[TXT] cmd-list-panes.c  1.20   9 years  nicm   Wrap all the individual format_* calls in a single format_defaults functions.
[TXT] cmd-list-sessions.c  1.19   9 years  nicm   Wrap all the individual format_* calls in a single format_defaults functions.
[TXT] cmd-list-windows.c  1.30   9 years  nicm   Wrap all the individual format_* calls in a single format_defaults functions.
[TXT] cmd-load-buffer.c  1.34   8 years  nicm   Change deref to the more sensible unref, and add a couple I missed before.
[TXT] cmd-lock-server.c  1.17   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-move-window.c  1.20   8 years  nicm   Move the shuffle code from new-window -a into a function and add a -a flag for m...
[TXT] cmd-new-session.c  1.68   8 years  nicm   Add -E flag when attaching or switching client to bypass update-environment, fro...
[TXT] cmd-new-window.c  1.46   8 years  nicm   Move the shuffle code from new-window -a into a function and add a -a flag for m...
[TXT] cmd-paste-buffer.c  1.27   9 years  nicm   Tidy up mode-mouse check.
[TXT] cmd-pipe-pane.c  1.29   9 years  nicm   Add format_expand_time and use it instead of status_replace where command execut...
[TXT] cmd-queue.c  1.24   8 years  nicm   Break cmdq_continue inner loop into a helper function.
[TXT] cmd-refresh-client.c  1.14   8 years  nicm   Move the jobs output cache into the formats code so that #() work more generally...
[TXT] cmd-rename-session.c  1.16   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-rename-window.c  1.11   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-resize-pane.c  1.18   9 years  nicm   Rewrite of tmux mouse support which was a mess. Instead of having options for "m...
[TXT] cmd-respawn-pane.c  1.14   9 years  nicm   Fix some format specifier nits, from Ben Boeckel.
[TXT] cmd-respawn-window.c  1.23   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-rotate-window.c  1.15   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-run-shell.c  1.28   9 years  nicm   Set working directory for run-shell and if-shell.
[TXT] cmd-save-buffer.c  1.28   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] cmd-select-layout.c  1.25   9 years  nicm   Add select-layout -o to undo the last layout change (apply the previously set la...
[TXT] cmd-select-pane.c  1.24   8 years  nicm   Add support for a single "marked pane". There is one marked pane in the server a...
[TXT] cmd-select-window.c  1.12   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-send-keys.c  1.20   9 years  nicm   Move input parser structs into input.c (removing fairly useless saved_cursor_[xy...
[TXT] cmd-set-buffer.c  1.20   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-set-environment.c  1.10   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-set-option.c  1.76   8 years  nicm   Make -q suppress ambiguous option warnings too, from Cam Hutchison.
[TXT] cmd-show-environment.c  1.10   8 years  nicm   Add a -s flag to show-environment to output Bourne shell commands a la ssh-agent...
[TXT] cmd-show-messages.c  1.13   8 years  nicm   Tidy up the way terminals are described and move some structs out of tmux.h.
[TXT] cmd-show-options.c  1.23   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-source-file.c  1.21   9 years  nicm   Move cfg_causes local into cfg.c and remove struct causelist.
[TXT] cmd-split-window.c  1.57   9 years  nicm   Remove panes from layout if spawning them fails, reported by Anthony J Bentley.
[TXT] cmd-swap-pane.c  1.20   8 years  nicm   Add support for a single "marked pane". There is one marked pane in the server a...
[TXT] cmd-swap-window.c  1.12   8 years  nicm   Add support for a single "marked pane". There is one marked pane in the server a...
[TXT] cmd-switch-client.c  1.27   8 years  nicm   Update environment with -E when attach-session used on an already attached sessi...
[TXT] cmd-unbind-key.c  1.21   9 years  nicm   Support for multiple key tables to commands to be bound to sequences of keys. Th...
[TXT] cmd-wait-for.c  1.7   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd.c  1.104   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] colour.c  1.11   8 years  nicm   Use ints for the calculations rather than u_char, they could end up signed.
[TXT] control-notify.c  1.11   9 years  nicm   Convert clients list into a TAILQ.
[TXT] control.c  1.14   9 years  nicm   Rewrite of tmux mouse support which was a mess. Instead of having options for "m...
[TXT] environ.c  1.8   9 years  nicm   Simplify environ_push so it doesn't need the ARRAY_* functions.
[TXT] format.c  1.75   8 years  nicm   Add a format to show if client is a control client. From Bruno Sutic.
[TXT] grid-view.c  1.21   9 years  nicm   Revert to r1.16 since this is still clearly broken and I can't see how right now...
[TXT] grid.c  1.43   9 years  nicm   Remove some stuff that accidentally ended up here from portable, and remove a li...
[TXT] input-keys.c  1.43   9 years  nicm   Don't eat the mouse event that triggers a drag end because we may want to pass i...
[TXT] input.c  1.80   8 years  nicm   Reset G0/G1 state when resetting everything else with send-keys -R.
[TXT] job.c  1.36   8 years  nicm   Use an explicit job state instead of avoid closing our side of the socketpair an...
[TXT] key-bindings.c  1.50   8 years  nicm   Make it so that if a window or session target is prefixed with an =, only an exa...
[TXT] key-string.c  1.26   9 years  nicm   Rewrite of tmux mouse support which was a mess. Instead of having options for "m...
[TXT] layout-custom.c  1.7   9 years  nicm   Always format real layout even when zoomed.
[TXT] layout-set.c  1.11   10 years  nicm   Some more long lines.
[TXT] layout.c  1.23   9 years  nicm   Rewrite of tmux mouse support which was a mess. Instead of having options for "m...
[TXT] log.c  1.12   9 years  millert   Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
[TXT] names.c  1.24   9 years  nicm   Wrap all the individual format_* calls in a single format_defaults functions.
[TXT] notify.c  1.8   8 years  nicm   Similarly, for sessions use a callback to free rather than checking every loop.
[TXT] options-table.c  1.61   8 years  nicm   Add an option (history-file) for a file to save/restore command prompt history, ...
[TXT] options.c  1.12   9 years  nicm   When given an invalid style, don't set the option to the default. Fix from J Ray...
[TXT] paste.c  1.27   9 years  nicm   When replacing, don't free the old paste until after the new one's name has been...
[TXT] procname.c  1.14   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] resize.c  1.17   9 years  nicm   Convert clients list into a TAILQ.
[TXT] screen-redraw.c  1.32   8 years  nicm   Add support for a single "marked pane". There is one marked pane in the server a...
[TXT] screen-write.c  1.73   8 years  nicm   Revert to marking lines as wrapped on newlines, fixes problems with capturep -J....
[TXT] screen.c  1.33   9 years  deraadt   correctly use HOST_NAME_MAX. Some notes: POSIX HOST_NAME_MAX doesn't include th...
[TXT] server-client.c  1.147   8 years  nicm   status_out and associated data structures are no longer used.
[TXT] server-fn.c  1.85   9 years  nicm   If default-terminal is set to "screen" or "screen-*", emulate screen's historica...
[TXT] server.c  1.129   8 years  nicm   Add an option (history-file) for a file to save/restore command prompt history, ...
[TXT] session.c  1.50   8 years  nicm   Similarly, for sessions use a callback to free rather than checking every loop.
[TXT] status.c  1.132   8 years  nicm   status_out and associated data structures are no longer used.
[TXT] style.c  1.7   9 years  nicm   Style spacing nits.
[TXT] tmux.1  1.446   8 years  nicm   Make -q suppress ambiguous option warnings too, from Cam Hutchison.
[TXT] tmux.c  1.137   8 years  nicm   Add an option (history-file) for a file to save/restore command prompt history, ...
[TXT] tmux.h  1.531   8 years  nicm   status_out and associated data structures are no longer used.
[TXT] tty-acs.c  1.3   9 years  nicm   Copy ACS characters as UTF-8, from Balazs Kezes.
[TXT] tty-keys.c  1.73   8 years  nicm   Do not use the key variable uninitialized (in a debug log statement), reported b...
[TXT] tty-term.c  1.38   8 years  nicm   Tidy up the way terminals are described and move some structs out of tmux.h.
[TXT] tty.c  1.185   8 years  nicm   Fix line endings.
[TXT] utf8.c  1.13   9 years  nicm   Style nit - unnecessary brackets.
[TXT] window-clock.c  1.11   9 years  nicm   Rewrite of tmux mouse support which was a mess. Instead of having options for "m...
[TXT] window-copy.c  1.130   9 years  nicm   Set working directory for run-shell and if-shell.
[TXT] window.c  1.135   8 years  nicm   Do not call window_unzoom from window_destroy because it will try to add a notif...
[TXT] xmalloc.c  1.7   9 years  nicm   Better format for printf format attributes.
[TXT] array.h (in the Attic) [Hide]  1.7   9 years  nicm   Add xreallocarray and remove nmemb argument from xrealloc.
[TXT] cmd-choose-buffer.c (in the Attic) [Hide]  1.22   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] cmd-choose-client.c (in the Attic) [Hide]  1.24   9 years  nicm   Rewrite of the target resolution internals to be simpler and more consistent but...
[TXT] cmd-clear-history.c (in the Attic) [Hide]  1.12   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-delete-buffer.c (in the Attic) [Hide]  1.13   9 years  nicm   Instead of setting up the default keys by building the key struct directly with ...
[TXT] cmd-list.c (in the Attic) [Hide]  1.14   9 years  nicm   Various minor style and spacing nits.
[TXT] cmd-string.c (in the Attic) [Hide]  1.20   9 years  nicm   Add xreallocarray and remove nmemb argument from xrealloc.
[TXT] grid-cell.c (in the Attic) [Hide]  1.1   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] mode-key.c (in the Attic) [Hide]  1.63   9 years  nicm   mode_key_entry can go into mode-key.c; also a few spaces->tabs.
[TXT] server-window.c (in the Attic) [Hide]  1.35   9 years  nicm   Add bell-action "other" to pass through bells in all windows except the current,...
[TXT] signal.c (in the Attic) [Hide]  1.7   9 years  nicm   Tidy up some includes.
[TXT] window-choose.c (in the Attic) [Hide]  1.65   8 years  nicm   Similarly, for sessions use a callback to free rather than checking every loop.
[TXT] xterm-keys.c (in the Attic) [Hide]  1.15   9 years  nicm   Drop explicit support for F13-F20 and change to match the xterm terminfo entry: ...