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_4_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] tmux.1  1.17   14 years  nicm   Add missing spaces before some alias closing brackets, otherwise they are shown ...
[TXT] tmux.h  1.15   14 years  nicm   Remove some unused function declarations; no binary change.
[TXT] tmux.c  1.11   14 years  nicm   If getcwd() fails, use the user's home directory, or /, instead of failing with ...
[TXT] screen-write.c  1.9   14 years  nicm   Fix two errors with character/line insertion and deletion: the maximum number of...
[TXT] input.c  1.8   15 years  nicm   Implement the CBT (backward tab) sequence (\033[Z).
[TXT] tty.c  1.8   14 years  nicm   Copy the 256-colour flag into the tty saved cell as well as the actual colour, o...
[TXT] window.c  1.6   14 years  nicm   Miscellaneous unused functions, including one which was basically a duplicate. F...
[TXT] grid.c  1.5   14 years  nicm   Miscellaneous unused functions, including one which was basically a duplicate. F...
[TXT] screen.c  1.5   14 years  nicm   Fix a type mismatch warning in assignment.
[TXT] server.c  1.5   14 years  nicm   After logging (if enabled) is switched to file, there is no reason to keep stdin...
[TXT] status.c  1.5   14 years  nicm   Status line fixes: don't truncate status-right now the length calculation is don...
[TXT] Makefile  1.4   14 years  espie   diagflags for diags okay nicm@
[TXT] cmd-rotate-window.c  1.4   14 years  nicm   Use the pane flags not the window flags. Doh.
[TXT] client.c  1.3   14 years  nicm   Remove some dead assignments, found by sthen with clang.
[TXT] grid-view.c  1.3   14 years  nicm   Fix two errors with character/line insertion and deletion: the maximum number of...
[TXT] names.c  1.3   15 years  ray   Remove trailing newlines, spaces, and tabs. No binary change.
[TXT] server-fn.c  1.3   14 years  nicm   When unlocking the server, don't try to clear the prompt on clients without a pr...
[TXT] utf8.c  1.3   14 years  nicm   Miscellaneous unused functions, including one which was basically a duplicate. F...
[TXT] attributes.c  1.2   15 years  ray   Don't dereference NULL if buf winds up being empty. Can't happen right now accor...
[TXT] cfg.c  1.2   14 years  nicm   Unused prototypes. Found by lint, no binary change.
[TXT] cmd-attach-session.c  1.2   15 years  ray   Remove trailing newlines, spaces, and tabs. No binary change.
[TXT] cmd-copy-mode.c  1.2   14 years  nicm   Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was suc...
[TXT] cmd-find-window.c  1.2   14 years  nicm   Change find-window and monitor-content to use fnmatch(3). For convenience and co...
[TXT] cmd-lock-server.c  1.2   14 years  nicm   Unused prototypes. Found by lint, no binary change.
[TXT] cmd-paste-buffer.c  1.2   14 years  nicm   Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error whe...
[TXT] cmd-set-option.c  1.2   15 years  nicm   New session option, status-utf8, to control the interpretation of top-bit-set ch...
[TXT] cmd-split-window.c  1.2   14 years  nicm   lines variable can be -1 (to be ignored), so should be signed. Found by lint.
[TXT] cmd-swap-pane.c  1.2   15 years  nicm   When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux ...
[TXT] cmd.c  1.2   15 years  nicm   Print a better message than '(null)' if no command is specified ("tmux \;").
[TXT] log.c  1.2   14 years  nicm   tmux doesn't and won't need syslog logging, so remove it and some other unused f...
[TXT] paste.c  1.2   14 years  nicm   Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error whe...
[TXT] procname.c  1.2   14 years  nicm   Also #ifndef nitems here, caught by Thomas Jeunet.
[TXT] screen-redraw.c  1.2   14 years  nicm   Unused variables. Found by lint, no binary change.
[TXT] tty-term.c  1.2   15 years  ray   Remove trailing newlines, spaces, and tabs. No binary change.
[TXT] window-clock.c  1.2   14 years  nicm   Use gmtime_r so the current time isn't overwritten, the minute comparison works ...
[TXT] window-copy.c  1.2   14 years  nicm   Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error whe...
[TXT] cmd-bind-key.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-break-pane.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-command-prompt.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-confirm-before.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-detach-client.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-kill-pane.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-kill-server.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-kill-session.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-kill-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list-buffers.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list-clients.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list-keys.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list-sessions.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list-windows.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-load-buffer.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-move-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-new-session.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-new-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-refresh-client.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-rename-session.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-rename-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-resize-pane.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-respawn-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-save-buffer.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-select-layout.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-select-pane.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-select-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-send-keys.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-set-buffer.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-show-options.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-source-file.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-swap-window.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-switch-client.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-unbind-key.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] colour.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] input-keys.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] key-bindings.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] key-string.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] layout.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] options.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] resize.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] session.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] tty-keys.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] xmalloc.c  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] arg.c (in the Attic) [Hide]  1.2   15 years  ray   Don't access array[-1] if array is an empty string. OK nicm@
[TXT] array.h (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] buffer-poll.c (in the Attic) [Hide]  1.2   14 years  nicm   Nuke unused buffer functions. Found by lint. Also remove some old debug output ...
[TXT] buffer.c (in the Attic) [Hide]  1.2   14 years  nicm   Nuke unused buffer functions. Found by lint. Also remove some old debug output ...
[TXT] client-fn.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] client-msg.c (in the Attic) [Hide]  1.2   15 years  ray   Make code clearer: - if (hdr->size > SIZE_MAX - 1) + if (hdr->size =...
[TXT] clock.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-choose-session.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-choose-window.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-clear-history.c (in the Attic) [Hide]  1.2   14 years  nicm   Unused prototypes. Found by lint, no binary change.
[TXT] cmd-clock-mode.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-copy-buffer.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-delete-buffer.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-down-pane.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-generic.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-has-session.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-last-window.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-link-window.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list-commands.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-list.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-next-layout.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-next-window.c (in the Attic) [Hide]  1.2   15 years  nicm   Add missing documentation for the -a flag used to move to next/previous window w...
[TXT] cmd-previous-layout.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-previous-window.c (in the Attic) [Hide]  1.2   15 years  nicm   Add missing documentation for the -a flag used to move to next/previous window w...
[TXT] cmd-scroll-mode.c (in the Attic) [Hide]  1.2   14 years  nicm   Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was suc...
[TXT] cmd-select-prompt.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-send-prefix.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-server-info.c (in the Attic) [Hide]  1.2   15 years  nicm   Use vis(3) instead of handrolled function.
[TXT] cmd-set-password.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-set-window-option.c (in the Attic) [Hide]  1.2   14 years  nicm   Unused prototypes. Found by lint, no binary change.
[TXT] cmd-show-buffer.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-show-window-options.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-start-server.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-string.c (in the Attic) [Hide]  1.2   15 years  nicm   strdup the input to putenv to avoid in one case passing a string that is later f...
[TXT] cmd-suspend-client.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-unlink-window.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] cmd-up-pane.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] layout-manual.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] mode-key.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] options-cmd.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...
[TXT] server-msg.c (in the Attic) [Hide]  1.3   15 years  nicm   Terminate cwd buffer before running xstrdup on it.
[TXT] tty-write.c (in the Attic) [Hide]  1.3   14 years  nicm   Miscellaneous unused functions, including one which was basically a duplicate. F...
[TXT] window-choose.c (in the Attic) [Hide]  1.2   14 years  nicm   Now that a UTF-8-capable puts function exists, use it for printing strings in ch...
[TXT] window-more.c (in the Attic) [Hide]  1.3   14 years  nicm   Miscellaneous unused functions, including one which was basically a duplicate. F...
[TXT] window-scroll.c (in the Attic) [Hide]  1.1   15 years  nicm   Import tmux, a terminal multiplexor allowing (among other things) a single termi...