OpenBSD CVS

src/usr.bin/tmux/Attic/


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 / Attic

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] array.h  1.6   11 years  nicm   xfree is not particularly helpful, remove it. From Thomas Adam.
[TXT] clock.c  1.6   14 years  nicm   Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last tim...
[TXT] cmd-choose-buffer.c  1.10   11 years  nicm   Use a separate define for each default format template and strip clutter from th...
[TXT] cmd-choose-client.c  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  1.3   11 years  nicm   Handle empty list properly in choose-list, based on fix from Thomas Adam.
[TXT] cmd-clear-history.c  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  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  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  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  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  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  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  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  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  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  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  1.17   11 years  nicm   Simplify command string parsing with a helper function from Tiago Cunha.
[TXT] cmd-suspend-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-unlink-window.c  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  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  1.50   11 years  nicm   Add halfpage commands to mode command string table (missed by accident), from Th...
[TXT] server-window.c  1.27   11 years  nicm   Fix BELL_NONE which had been broken in some code reorganisation or other also do...
[TXT] signal.c  1.6   13 years  nicm   Do not call event_del() for signals after fork(), just use sigaction() directly ...
[TXT] window-choose.c  1.32   11 years  nicm   Automatically reflow wrapped lines when a pane is resized, requested by many ove...
[TXT] xterm-keys.c  1.10   12 years  nicm   Add a couple of extra xterm-style keys that gnome terminal provides, from Dustin...