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_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.53   12 years  nicm   Add a respawn-pane command, from Marcel Partap.
[TXT] arguments.c  1.3   12 years  nicm   Pass the right size to calloc (* not **).
[TXT] attributes.c  1.4   14 years  nicm   Accept (and document) "none" instead of "default" for attributes as it is cleare...
[TXT] cfg.c  1.12   13 years  nicm   Allow the config file parser and source-file to return "don't exit" to the clien...
[TXT] client.c  1.48   13 years  nicm   Add a -P option to detach to HUP the client's parent process (usually causing it...
[TXT] cmd-attach-session.c  1.16   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-bind-key.c  1.11   13 years  nicm   Fix bind-key -t.
[TXT] cmd-break-pane.c  1.11   13 years  nicm   Reset last pane properly when using break-pane as well, fixes a problem reported...
[TXT] cmd-capture-pane.c  1.8   13 years  nicm   Fix a couple of memory leaks, from Tiago Cunha.
[TXT] cmd-command-prompt.c  1.19   12 years  nicm   Make confirm-before prompt customizable with -p option like command-prompt. Also...
[TXT] cmd-confirm-before.c  1.12   12 years  nicm   Make confirm-before prompt customizable with -p option like command-prompt. Also...
[TXT] cmd-copy-mode.c  1.12   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-detach-client.c  1.9   13 years  nicm   -s comes before -t and also add -s to command syntax. Prompted by jmc.
[TXT] cmd-display-message.c  1.10   13 years  miod   Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' for ...
[TXT] cmd-display-panes.c  1.3   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-find-window.c  1.8   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-if-shell.c  1.12   12 years  nicm   Nuke a redundant if statement, from Tiago Cunha.
[TXT] cmd-join-pane.c  1.7   13 years  nicm   While here, maximum percentage is 100 not INT_MAX. Oops.
[TXT] cmd-kill-pane.c  1.10   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-kill-server.c  1.7   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-kill-session.c  1.9   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-kill-window.c  1.8   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-list-buffers.c  1.11   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-list-clients.c  1.7   13 years  nicm   Add -t to list-clients, based on a diff from Zac Sprackett.
[TXT] cmd-list-keys.c  1.15   12 years  nicm   flags[] should be initialized. From Thomas Adam.
[TXT] cmd-list-panes.c  1.11   12 years  nicm   Show full targets for lsp/lsw -a.
[TXT] cmd-list-sessions.c  1.9   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-list-windows.c  1.14   12 years  nicm   Show full targets for lsp/lsw -a.
[TXT] cmd-load-buffer.c  1.17   12 years  nicm   Use xfree not free, from Tiago Cunha.
[TXT] cmd-lock-server.c  1.10   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-move-window.c  1.10   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-new-session.c  1.38   13 years  nicm   Change so that an empty session name always means the current sessions even if g...
[TXT] cmd-new-window.c  1.17   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-paste-buffer.c  1.16   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-pipe-pane.c  1.20   12 years  nicm   Do not require a client here, or pipe-pane will not work from the command line.
[TXT] cmd-refresh-client.c  1.5   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-rename-session.c  1.10   13 years  nicm   Change so that an empty session name always means the current sessions even if g...
[TXT] cmd-rename-window.c  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-resize-pane.c  1.9   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-respawn-pane.c  1.3   12 years  nicm   Unused variable.
[TXT] cmd-respawn-window.c  1.14   12 years  nicm   Use screen_reinit for respawn-pane to keep history and call input_init for respa...
[TXT] cmd-rotate-window.c  1.11   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-run-shell.c  1.11   13 years  nicm   Simplify the way jobs work and drop the persist type, so all jobs are fire-and-f...
[TXT] cmd-save-buffer.c  1.10   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-select-layout.c  1.12   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-select-pane.c  1.13   13 years  nicm   Redraw pane borders when switching to last pane.
[TXT] cmd-select-window.c  1.7   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-send-keys.c  1.9   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-set-buffer.c  1.9   12 years  nicm   Memory leak in error path, from Tiago Cunha.
[TXT] cmd-set-environment.c  1.5   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-set-option.c  1.51   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-show-environment.c  1.4   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-show-messages.c  1.3   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-show-options.c  1.14   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-source-file.c  1.11   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-split-window.c  1.23   13 years  nicm   Size on split-window is -l not -s. Doh.
[TXT] cmd-swap-pane.c  1.13   13 years  nicm   Reset last pane on swap-pane across windows, fixes crash noticed by hsim at gmx....
[TXT] cmd-swap-window.c  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-switch-client.c  1.12   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-unbind-key.c  1.10   13 years  nicm   unbind-key -a is allowed no arguments.
[TXT] cmd.c  1.56   12 years  nicm   Add a respawn-pane command, from Marcel Partap.
[TXT] colour.c  1.3   13 years  nicm   Accept colours of the hex form #ffffff and translate to the nearest from the xte...
[TXT] environ.c  1.4   14 years  nicm   Run job commands explicitly in the global enviroment (which can be modified with...
[TXT] grid-view.c  1.9   13 years  nicm   When clearing the entire screen, clear lines that are used into the history like...
[TXT] grid.c  1.18   14 years  nicm   Merge copy mode and output mode, dropping the latter. Idea and code from Micah C...
[TXT] input-keys.c  1.23   12 years  nicm   Extend the mode-mouse option to add a third choice which means the mouse does no...
[TXT] input.c  1.40   12 years  nicm   Fix a couple of comments.
[TXT] job.c  1.25   13 years  nicm   Simplify the way jobs work and drop the persist type, so all jobs are fire-and-f...
[TXT] key-bindings.c  1.28   12 years  nicm   Include the existing window and session name in the prompt when renaming and add...
[TXT] key-string.c  1.20   13 years  nicm   Allow top-bit-set characters to be used for key bindings, from Tiago Cunha.
[TXT] layout-custom.c  1.2   12 years  nicm   Get rid of the layout string code which tries to walk through the layout hierarc...
[TXT] layout-set.c  1.9   13 years  nicm   Prevent tiled producing a corrupt layout when only one column is needed, from Ka...
[TXT] layout.c  1.7   13 years  nicm   Add a new option, mouse-resize-pane. When on, panes may be resized by dragging t...
[TXT] log.c  1.4   14 years  nicm   Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last tim...
[TXT] names.c  1.11   14 years  nicm   Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last tim...
[TXT] options-table.c  1.12   12 years  nicm   Extend the mode-mouse option to add a third choice which means the mouse does no...
[TXT] options.c  1.5   14 years  nicm   Permit multiple prefix keys to be defined, separated by commas, for example: se...
[TXT] paste.c  1.11   13 years  nicm   Style: uint -> u_int and a missing else.
[TXT] procname.c  1.7   13 years  guenther   Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now that we've g...
[TXT] resize.c  1.7   13 years  nicm   Store sessions in an RB tree by name rather than a list, this is tidier and allo...
[TXT] screen-redraw.c  1.18   12 years  nicm   Do not continue to send data to suspended/locked clients or there will be a huge...
[TXT] screen-write.c  1.50   12 years  nicm   Support setting the xterm clipboard when copying from copy mode using the xterm ...
[TXT] screen.c  1.21   12 years  nicm   Support DECSCUSR sequence to set the cursor style with two new terminfo(5) exten...
[TXT] server-client.c  1.60   12 years  nicm   Do not continue to send data to suspended/locked clients or there will be a huge...
[TXT] server-fn.c  1.50   13 years  nicm   Set $TMUX without the session when background jobs are run.
[TXT] server.c  1.102   13 years  nicm   Give each pane created in a tmux server a unique id (starting from 0), put it in...
[TXT] session.c  1.31   13 years  nicm   Change so that an empty session name always means the current sessions even if g...
[TXT] status.c  1.77   12 years  nicm   Make confirm-before prompt customizable with -p option like command-prompt. Also...
[TXT] tmux.1  1.241   12 years  jmc   fix error in previous;
[TXT] tmux.c  1.104   13 years  nicm   Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed char ar...
[TXT] tmux.h  1.292   12 years  nicm   Allow the initial context on prompts to be set with the new -I option to command...
[TXT] tty-acs.c  1.1   13 years  nicm   Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid terminal...
[TXT] tty-keys.c  1.34   13 years  nicm   Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed char ar...
[TXT] tty-term.c  1.25   12 years  nicm   Support DECSCUSR sequence to set the cursor style with two new terminfo(5) exten...
[TXT] tty.c  1.109   12 years  nicm   Trim another useless if statement, from Ailin Nemui.
[TXT] utf8.c  1.6   13 years  nicm   Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 and supp...
[TXT] window-clock.c  1.6   13 years  nicm   Pass in the session, rather than the client, to window modes' key() function. We...
[TXT] window-copy.c  1.73   12 years  nicm   PANE_FREEZE doesn't do anything anymore, so remove it.
[TXT] window.c  1.66   12 years  nicm   Get rid of the layout string code which tries to walk through the layout hierarc...
[TXT] xmalloc.c  1.3   14 years  deraadt   tabs are better; ok nicm
[TXT] array.h (in the Attic) [Hide]  1.5   13 years  nicm   Shut up gcc4 warnings.
[TXT] clock.c (in the Attic) [Hide]  1.6   14 years  nicm   Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last tim...
[TXT] cmd-choose-buffer.c (in the Attic) [Hide]  1.4   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-choose-client.c (in the Attic) [Hide]  1.5   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-choose-session.c (in the Attic) [Hide]  1.12   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-choose-window.c (in the Attic) [Hide]  1.18   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-clear-history.c (in the Attic) [Hide]  1.8   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-clock-mode.c (in the Attic) [Hide]  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-delete-buffer.c (in the Attic) [Hide]  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-has-session.c (in the Attic) [Hide]  1.6   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-link-window.c (in the Attic) [Hide]  1.10   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-list-commands.c (in the Attic) [Hide]  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-list.c (in the Attic) [Hide]  1.6   13 years  nicm   We now send argv to the server after parsing it in the client to get the command...
[TXT] cmd-send-prefix.c (in the Attic) [Hide]  1.8   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-server-info.c (in the Attic) [Hide]  1.25   13 years  matthew   POSIX only guarantees uname() will return a non-negative value on success. ok n...
[TXT] cmd-show-buffer.c (in the Attic) [Hide]  1.11   13 years  nicm   Add a flag to cmd_find_session so that attach-session can prefer unattached sess...
[TXT] cmd-start-server.c (in the Attic) [Hide]  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-string.c (in the Attic) [Hide]  1.15   13 years  nicm   Read ${X} environment variables in strings and $HOME from the global environment...
[TXT] cmd-suspend-client.c (in the Attic) [Hide]  1.6   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-unlink-window.c (in the Attic) [Hide]  1.10   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] grid-utf8.c (in the Attic) [Hide]  1.2   14 years  nicm   Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last tim...
[TXT] mode-key.c (in the Attic) [Hide]  1.38   12 years  nicm   Add three new copy-mode commands - select-line, copy-line, copy-end-of-line. Fro...
[TXT] server-window.c (in the Attic) [Hide]  1.21   12 years  nicm   Add an option to trigger the terminal bell when there is an alert, from Marco Be...
[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.17   13 years  nicm   Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li.
[TXT] xterm-keys.c (in the Attic) [Hide]  1.10   12 years  nicm   Add a couple of extra xterm-style keys that gnome terminal provides, from Dustin...