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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.62   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] arguments.c  1.4   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] attributes.c  1.5   12 years  nicm   Use snprintf for constructing attribute string, from Tim Ruehsen.
[TXT] cfg.c  1.21   11 years  nicm   Change load_cfg to fix a crash reported by jasper.
[TXT] client.c  1.60   11 years  nicm   If stdin in the client is enable immediately, tmux will eat anything sent to std...
[TXT] cmd-attach-session.c  1.22   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-bind-key.c  1.14   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-break-pane.c  1.17   11 years  nicm   Use a separate define for each default format template and strip clutter from th...
[TXT] cmd-capture-pane.c  1.13   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-choose-tree.c  1.13   11 years  nicm   Fix some blank line nits.
[TXT] cmd-command-prompt.c  1.21   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-confirm-before.c  1.14   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-copy-mode.c  1.13   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-detach-client.c  1.11   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-display-message.c  1.17   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-display-panes.c  1.4   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-find-window.c  1.20   11 years  nicm   Add ability to active pane in list-windows and find-window formats, from Carl He...
[TXT] cmd-if-shell.c  1.17   11 years  nicm   Remove dead code, from Sean Estabrooks.
[TXT] cmd-join-pane.c  1.12   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-kill-pane.c  1.12   11 years  nicm   Add a patch missed during a merge sometime to use TAILQ_FOREACH_SAFE. From Tiago...
[TXT] cmd-kill-server.c  1.8   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-kill-session.c  1.11   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-kill-window.c  1.12   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-list-buffers.c  1.15   11 years  nicm   Use a separate define for each default format template and strip clutter from th...
[TXT] cmd-list-clients.c  1.14   11 years  nicm   Fix some function prototypes from Helmut Tessarek.
[TXT] cmd-list-keys.c  1.19   11 years  nicm   Fix some function prototypes from Helmut Tessarek.
[TXT] cmd-list-panes.c  1.16   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-list-sessions.c  1.14   11 years  nicm   Use a separate define for each default format template and strip clutter from th...
[TXT] cmd-list-windows.c  1.25   11 years  nicm   Add ability to active pane in list-windows and find-window formats, from Carl He...
[TXT] cmd-load-buffer.c  1.22   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-lock-server.c  1.11   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-move-window.c  1.14   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-new-session.c  1.47   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-new-window.c  1.29   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-paste-buffer.c  1.21   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-pipe-pane.c  1.22   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-refresh-client.c  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-rename-session.c  1.13   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-rename-window.c  1.8   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-resize-pane.c  1.12   11 years  nicm   Remove the layout undo/redo code which never really worked.
[TXT] cmd-respawn-pane.c  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-respawn-window.c  1.16   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-rotate-window.c  1.12   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-run-shell.c  1.14   11 years  nicm   Allow cmd-run-shell to accept -t to specify the pane to display the output, requ...
[TXT] cmd-save-buffer.c  1.16   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-select-layout.c  1.18   11 years  nicm   Unused variable/type nit from Thomas Adam.
[TXT] cmd-select-pane.c  1.14   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-select-window.c  1.9   11 years  nicm   Add -T option to select-window to toggle to last window if already current, from...
[TXT] cmd-send-keys.c  1.13   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-set-buffer.c  1.12   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-set-environment.c  1.7   11 years  okan   fix an off-by-one ok nicm@
[TXT] cmd-set-option.c  1.57   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-show-environment.c  1.6   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-show-messages.c  1.4   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-show-options.c  1.16   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-source-file.c  1.14   11 years  nicm   Correctly aggregate together errors from nested config files (with source-file)....
[TXT] cmd-split-window.c  1.37   11 years  nicm   Use the CMD_*_USAGE defines consistently, from Thomas Adam.
[TXT] cmd-swap-pane.c  1.14   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-swap-window.c  1.8   11 years  nicm   Fix some function prototypes from Helmut Tessarek.
[TXT] cmd-switch-client.c  1.15   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-unbind-key.c  1.15   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd.c  1.74   11 years  nicm   Style nits - return (x) not return x.
[TXT] colour.c  1.5   12 years  nicm   Add strings to allow the aixterm bright colours to be used when configuring colo...
[TXT] control-notify.c  1.2   11 years  nicm   Add notification for input from a pane, from George Nachman.
[TXT] control.c  1.4   11 years  nicm   Add control_write_buffer, from George Nachman.
[TXT] environ.c  1.5   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] format.c  1.12   11 years  nicm   Don't set some string formats if the string is NULL.
[TXT] grid-view.c  1.11   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] grid.c  1.22   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[TXT] input-keys.c  1.30   11 years  nicm   Support middle-click paste, based on a diff from Ailin Nemui.
[TXT] input.c  1.58   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] job.c  1.27   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] key-bindings.c  1.34   11 years  nicm   Remove the layout undo/redo code which never really worked.
[TXT] key-string.c  1.23   12 years  nicm   Accept hex values as keys, needed for send-keys, based on a diff from George Nac...
[TXT] layout-custom.c  1.5   12 years  nicm   Add notify hooks for various events, the functions are currently empty stubs but...
[TXT] layout-set.c  1.10   12 years  nicm   Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.
[TXT] layout.c  1.16   11 years  nicm   Remove the layout undo/redo code which never really worked.
[TXT] log.c  1.8   11 years  nicm   Do not use stderr for log file and don't call log_close when not needed.
[TXT] names.c  1.18   11 years  nicm   Fix session choice so that preferring unattached sessions actually works, report...
[TXT] notify.c  1.5   11 years  nicm   Add notification for input from a pane, from George Nachman.
[TXT] options-table.c  1.32   11 years  nicm   Remove the layout undo/redo code which never really worked.
[TXT] options.c  1.8   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] paste.c  1.14   11 years  nicm   Support middle-click paste, based on a diff from Ailin Nemui.
[TXT] procname.c  1.10   11 years  millert   We no longer use struct eproc for kinfo_proc in sysctl.h so there is no direct n...
[TXT] resize.c  1.8   12 years  nicm   Add notify hooks for various events, the functions are currently empty stubs but...
[TXT] screen-redraw.c  1.22   11 years  nicm   Use a predefined structure for not-space cells used to set attributes.
[TXT] screen-write.c  1.60   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] screen.c  1.24   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[TXT] server-client.c  1.84   11 years  nicm   Unused variable/type nit from Thomas Adam.
[TXT] server-fn.c  1.61   11 years  nicm   If stdin in the client is enable immediately, tmux will eat anything sent to std...
[TXT] server.c  1.107   11 years  nicm   Fix argument order in a log statement.
[TXT] session.c  1.36   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] status.c  1.95   11 years  nicm   Add window-status-last-* options, from Boris Faure.
[TXT] tmux.1  1.313   11 years  nicm   Remove the layout undo/redo code which never really worked.
[TXT] tmux.c  1.114   11 years  nicm   Correctly aggregate together errors from nested config files (with source-file)....
[TXT] tmux.h  1.374   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[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.47   11 years  nicm   Put helper function back, will be needed in a bit.
[TXT] tty-term.c  1.30   11 years  nicm   Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.
[TXT] tty.c  1.147   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[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.8   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[TXT] window-copy.c  1.87   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[TXT] window.c  1.89   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[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] 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.10   11 years  nicm   Use a separate define for each default format template and strip clutter from th...
[TXT] cmd-choose-client.c (in the Attic) [Hide]  1.13   11 years  nicm   Do not allow cursor colours to be set beginning with ? as that will report the c...
[TXT] cmd-choose-list.c (in the Attic) [Hide]  1.3   11 years  nicm   Handle empty list properly in choose-list, based on fix from Thomas Adam.
[TXT] cmd-clear-history.c (in the Attic) [Hide]  1.9   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-clock-mode.c (in the Attic) [Hide]  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-delete-buffer.c (in the Attic) [Hide]  1.8   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-has-session.c (in the Attic) [Hide]  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-link-window.c (in the Attic) [Hide]  1.12   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-list-commands.c (in the Attic) [Hide]  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-list.c (in the Attic) [Hide]  1.10   11 years  nicm   Add a queue of notifys and a way to turn them off and on (we do not want notifys...
[TXT] cmd-send-prefix.c (in the Attic) [Hide]  1.10   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-server-info.c (in the Attic) [Hide]  1.30   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] cmd-show-buffer.c (in the Attic) [Hide]  1.14   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-start-server.c (in the Attic) [Hide]  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-string.c (in the Attic) [Hide]  1.17   11 years  nicm   Simplify command string parsing with a helper function from Tiago Cunha.
[TXT] cmd-suspend-client.c (in the Attic) [Hide]  1.7   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[TXT] cmd-unlink-window.c (in the Attic) [Hide]  1.11   11 years  nicm   Make command exec functions return an enum rather than -1/0/1 values and add a n...
[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.50   11 years  nicm   Add halfpage commands to mode command string table (missed by accident), from Th...
[TXT] server-window.c (in the Attic) [Hide]  1.27   11 years  nicm   Fix BELL_NONE which had been broken in some code reorganisation or other also do...
[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.32   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[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...