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_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.71   10 years  nicm   Remove the choose-list command to prepare for some later choose-* work.
[TXT] arguments.c  1.9   10 years  nicm   Don't blindly increase offsets by the return value of snprintf, if there wasn't ...
[TXT] attributes.c  1.5   12 years  nicm   Use snprintf for constructing attribute string, from Tim Ruehsen.
[TXT] cfg.c  1.32   9 years  tobias   Handle escaped back slashes and missing new lines at end of line by using fparse...
[TXT] client.c  1.82   9 years  nicm   lockf is entirely useless and it was a mistake to change to it, go back to using...
[TXT] cmd-attach-session.c  1.30   10 years  nicm   Change terminal-overrides to a server option (now that we have them), it doesn't...
[TXT] cmd-bind-key.c  1.18   10 years  nicm   Change key-table to mode-table to allow for some future work. From Keith Amling....
[TXT] cmd-break-pane.c  1.23   10 years  nicm   Correct the dance to fix the active pane in join-pane by pulling the (right) cod...
[TXT] cmd-capture-pane.c  1.28   9 years  nicm   Make -S- and -E- mean the start and end to capture-pane to avoid having to faff ...
[TXT] cmd-choose-tree.c  1.25   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-command-prompt.c  1.27   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-confirm-before.c  1.20   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-copy-mode.c  1.16   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-detach-client.c  1.16   10 years  nicm   Fix detach -a by skipping clients where the session is NULL.
[TXT] cmd-display-message.c  1.24   10 years  nicm   Trivial style and spacing nits.
[TXT] cmd-display-panes.c  1.7   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-find-window.c  1.27   10 years  nicm   Plug a memory leak, from J Raynor.
[TXT] cmd-if-shell.c  1.25   10 years  nicm   Make cmdq->client_exit a tristate (-1 means "not set") so that if explicitly set...
[TXT] cmd-join-pane.c  1.16   10 years  nicm   Correct the dance to fix the active pane in join-pane by pulling the (right) cod...
[TXT] cmd-kill-pane.c  1.15   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-kill-server.c  1.12   10 years  nicm   Merge start-server into kill-server.
[TXT] cmd-kill-session.c  1.13   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-kill-window.c  1.14   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list-buffers.c  1.21   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-list-clients.c  1.17   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list-keys.c  1.22   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list-panes.c  1.18   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list-sessions.c  1.16   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list-windows.c  1.27   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-load-buffer.c  1.29   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-lock-server.c  1.16   10 years  nicm   Remove some unnecessary includes and fix a typo.
[TXT] cmd-move-window.c  1.16   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-new-session.c  1.60   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] cmd-new-window.c  1.40   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] cmd-paste-buffer.c  1.25   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-pipe-pane.c  1.26   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-queue.c  1.16   10 years  nicm   Remove the "info" message mechanism, this was only used for about five mostly us...
[TXT] cmd-refresh-client.c  1.12   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-rename-session.c  1.15   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-rename-window.c  1.10   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-resize-pane.c  1.16   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-respawn-pane.c  1.12   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] cmd-respawn-window.c  1.22   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] cmd-rotate-window.c  1.14   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-run-shell.c  1.25   10 years  nicm   Remove the "info" message mechanism, this was only used for about five mostly us...
[TXT] cmd-save-buffer.c  1.25   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-select-layout.c  1.22   10 years  nicm   Remove the "info" message mechanism, this was only used for about five mostly us...
[TXT] cmd-select-pane.c  1.17   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-select-window.c  1.11   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-send-keys.c  1.17   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-set-buffer.c  1.18   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-set-environment.c  1.9   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-set-option.c  1.69   10 years  nicm   Some more long lines.
[TXT] cmd-show-environment.c  1.8   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-show-messages.c  1.9   10 years  nicm   Style nit - no space between function name and bracket.
[TXT] cmd-show-options.c  1.22   10 years  nicm   Do not show the -fg, -bg and -attr options. If asked for one explicitly, show th...
[TXT] cmd-source-file.c  1.19   10 years  nicm   Make cmdq->client_exit a tristate (-1 means "not set") so that if explicitly set...
[TXT] cmd-split-window.c  1.50   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] cmd-swap-pane.c  1.18   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-swap-window.c  1.10   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-switch-client.c  1.21   10 years  nicm   Remove the "info" message mechanism, this was only used for about five mostly us...
[TXT] cmd-unbind-key.c  1.19   10 years  nicm   Change key-table to mode-table to allow for some future work. From Keith Amling....
[TXT] cmd-wait-for.c  1.4   10 years  nicm   Mark flags as optional and mutually exclusive. From Tiago Cunha.
[TXT] cmd.c  1.95   9 years  nicm   Show an error if cmd_find_session can't find the current session, like the other...
[TXT] colour.c  1.6   11 years  nicm   Remove tmux's (already minimal) 88 colour support. Such terminals are few and un...
[TXT] control-notify.c  1.9   10 years  nicm   Differentiate between linked and unlinked window closes and renames, like we alr...
[TXT] control.c  1.12   10 years  nicm   Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can be NULL....
[TXT] environ.c  1.6   10 years  nicm   Some more long lines.
[TXT] format.c  1.47   9 years  nicm   Add some formats for pane bounds.
[TXT] grid-view.c  1.16   10 years  nicm   Some more long lines.
[TXT] grid.c  1.37   10 years  nicm   Memory leak in error path and unnecessary assignment, from clang.
[TXT] input-keys.c  1.39   9 years  nicm   Revert the up/down wheel emulation for now, there will be a better way to do thi...
[TXT] input.c  1.69   9 years  nicm   Properly track switching G0 and G1 modes between US-ASCII and VT100 line drawing...
[TXT] job.c  1.33   10 years  nicm   Don't leak socketpair file descriptors if fork fails. Spotted by Balazs Kezes.
[TXT] key-bindings.c  1.41   10 years  nicm   Now that cmdlists are reference counted, there is no need for two-step deletion ...
[TXT] key-string.c  1.25   9 years  nicm   Drop explicit support for F13-F20 and change to match the xterm terminfo entry: ...
[TXT] layout-custom.c  1.6   11 years  nicm   Fix handling of short (< 4 character) checksums and a bug with parsing old-style...
[TXT] layout-set.c  1.11   10 years  nicm   Some more long lines.
[TXT] layout.c  1.22   10 years  nicm   Both the two previous ways of navigating panes by direction have irritating flaw...
[TXT] log.c  1.10   10 years  nicm   Remove log_debug2 as well and simplify log.c.
[TXT] names.c  1.23   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] notify.c  1.5   11 years  nicm   Add notification for input from a pane, from George Nachman.
[TXT] options-table.c  1.50   10 years  nicm   Wrap some long lines.
[TXT] options.c  1.10   10 years  nicm   Allow replacing each of the many sets of separate foo-{fg,bg,attr} options with ...
[TXT] paste.c  1.21   9 years  nicm   Comment style nits.
[TXT] procname.c  1.13   9 years  guenther   Track whether a process is a zombie or not yet fully built via flags PS_{ZOMBIE,...
[TXT] resize.c  1.12   10 years  nicm   Make session_attached a count and add session_many_attached flag.
[TXT] screen-redraw.c  1.27   10 years  nicm   Having three *clock* files is ridiculous, remove clock.c.
[TXT] screen-write.c  1.69   10 years  nicm   Some more long lines.
[TXT] screen.c  1.27   10 years  nicm   Three small changes from Tiago Cunha: - Check for truncation when copying path....
[TXT] server-client.c  1.122   9 years  krw   An EOF is a good reason to close a connection. ok nicm@
[TXT] server-fn.c  1.76   10 years  nicm   Some more long lines.
[TXT] server.c  1.115   9 years  nicm   lockf is entirely useless and it was a mistake to change to it, go back to using...
[TXT] session.c  1.44   10 years  nicm   If multiple arguments are given to new-session, new-window, split-window, respaw...
[TXT] status.c  1.114   10 years  nicm   There is no longer a need for a paste_stack struct or for global_buffers to be g...
[TXT] style.c  1.3   10 years  nicm   Handle colour 8 properly in the 256 colour palette, from Timothy Allen.
[TXT] tmux.1  1.397   9 years  nicm   Make -S- and -E- mean the start and end to capture-pane to avoid having to faff ...
[TXT] tmux.c  1.131   10 years  nicm   Remove the "info" message mechanism, this was only used for about five mostly us...
[TXT] tmux.h  1.466   9 years  nicm   Drop explicit support for F13-F20 and change to match the xterm terminfo entry: ...
[TXT] tty-acs.c  1.2   10 years  nicm   Add comments to ACS table matching terminfo(5).
[TXT] tty-keys.c  1.70   9 years  nicm   Drop explicit support for F13-F20 and change to match the xterm terminfo entry: ...
[TXT] tty-term.c  1.35   9 years  nicm   Drop explicit support for F13-F20 and change to match the xterm terminfo entry: ...
[TXT] tty.c  1.169   10 years  jsg   specifying ECHOCTL once is enough ok nicm@
[TXT] utf8.c  1.11   10 years  nicm   Add some UTF-8 utility functions and use them to prevent the width limit on form...
[TXT] window-clock.c  1.10   10 years  nicm   Having three *clock* files is ridiculous, remove clock.c.
[TXT] window-copy.c  1.111   9 years  nicm   Copy newline when at EOL in vi(1) mode, from Balazs Kezes.
[TXT] window.c  1.112   9 years  nicm   Allow keys and send-keys to invisible panes, from saggy-kun at users dot sf dot ...
[TXT] xmalloc.c  1.4   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] array.h (in the Attic) [Hide]  1.6   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] cmd-choose-buffer.c (in the Attic) [Hide]  1.18   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-choose-client.c (in the Attic) [Hide]  1.19   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-clear-history.c (in the Attic) [Hide]  1.11   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-clock-mode.c (in the Attic) [Hide]  1.9   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-delete-buffer.c (in the Attic) [Hide]  1.12   10 years  nicm   Add support for named buffers. If you don't name a buffer, things work much as b...
[TXT] cmd-has-session.c (in the Attic) [Hide]  1.9   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-link-window.c (in the Attic) [Hide]  1.14   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list-commands.c (in the Attic) [Hide]  1.11   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-list.c (in the Attic) [Hide]  1.13   10 years  nicm   Don't blindly increase offsets by the return value of snprintf, if there wasn't ...
[TXT] cmd-string.c (in the Attic) [Hide]  1.19   10 years  nicm   Make tilde expansion in command strings work even if it isn't terminated by /.
[TXT] cmd-suspend-client.c (in the Attic) [Hide]  1.10   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[TXT] cmd-unlink-window.c (in the Attic) [Hide]  1.13   10 years  nicm   Remove the barely-used and unnecessary command check() function.
[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.59   10 years  nicm   Add a copy mode key binding to copy to a named buffer. From J Raynor.
[TXT] server-window.c (in the Attic) [Hide]  1.31   10 years  nicm   Remove the monitor-content option and associated bits and bobs. It's never worke...
[TXT] signal.c (in the Attic) [Hide]  1.6   13 years  nicm   Do not call event_del() for signals after fork(), just use sigaction() directly ...
[TXT] window-choose.c (in the Attic) [Hide]  1.54   10 years  nicm   Instead of forcing mouse scroll to 1 in choose mode, scale it down instead. Mean...
[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: ...