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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] arg.c  1.3   14 years  nicm   Tidy up and improve target (-t) argument parsing: - move the code back into cmd...
[TXT] array.h  1.9   8 years  nicm   Remove last uses of array.h.
[TXT] buffer-poll.c  1.6   14 years  nicm   Bye-bye buffer*.c.
[TXT] buffer.c  1.4   14 years  nicm   Bye-bye buffer*.c.
[TXT] client-fn.c  1.6   14 years  nicm   Client tidying: get rid of client_ctx struct in favour of two variables in clien...
[TXT] client-msg.c  1.7   14 years  nicm   There aren't many client message types or code to handle them so get rid of the ...
[TXT] clock.c  1.8   10 years  nicm   Having three *clock* files is ridiculous, remove clock.c.
[TXT] cmd-choose-buffer.c  1.33   7 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] cmd-choose-client.c  1.34   7 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] cmd-choose-list.c  1.9   10 years  nicm   Remove the choose-list command to prepare for some later choose-* work.
[TXT] cmd-choose-session.c  1.16   11 years  nicm   Add choose-tree command to show windows and sessions in the same list. Change ch...
[TXT] cmd-choose-window.c  1.23   11 years  nicm   Add choose-tree command to show windows and sessions in the same list. Change ch...
[TXT] cmd-clear-history.c  1.23   7 years  nicm   Merge clear-history into capture-pane.
[TXT] cmd-clock-mode.c  1.11   9 years  nicm   Merge clock-mode command into copy-mode.
[TXT] cmd-copy-buffer.c  1.8   13 years  nicm   Change from a per-session stack of buffers to one global stack which is much mor...
[TXT] cmd-delete-buffer.c  1.14   8 years  nicm   Merge delete-buffer into cmd-set-buffer.c and change the paste buffer API so it ...
[TXT] cmd-down-pane.c  1.9   14 years  nicm   Support up, down, left, right movement through panes with -UDLR flags to select-...
[TXT] cmd-generic.c  1.13   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-has-session.c  1.11   9 years  nicm   Move tiny has-session function into cmd-new-session.c.
[TXT] cmd-last-pane.c  1.3   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-last-window.c  1.6   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-link-window.c  1.16   9 years  nicm   Merge linkw and movew which are virtually identical.
[TXT] cmd-list-commands.c  1.14   9 years  nicm   Argh, meant to remove this file...
[TXT] cmd-list.c  1.21   5 years  nicm   Merge the now tiny cmd-list.c into cmd.c.
[TXT] cmd-lock-client.c  1.4   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-lock-session.c  1.4   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-next-layout.c  1.7   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-next-window.c  1.8   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-previous-layout.c  1.8   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-previous-window.c  1.8   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-scroll-mode.c  1.7   14 years  nicm   Remove scroll mode which is now redundant, copy mode should be used instead. Th...
[TXT] cmd-select-prompt.c  1.8   14 years  nicm   Identical behaviour to select-prompt can now be obtained with command-prompt, so...
[TXT] cmd-send-prefix.c  1.11   11 years  nicm   Merge send-prefix into send-keys.
[TXT] cmd-server-info.c  1.35   10 years  nicm   Merge server-info into show-messages and remove some not useful output.
[TXT] cmd-set-hook.c  1.13   5 years  nicm   Merge hooks into options and make each one an array option. This allows multiple...
[TXT] cmd-set-password.c  1.6   14 years  nicm   Remove the internal tmux locking and instead detach each client and run the comm...
[TXT] cmd-set-window-option.c  1.18   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-show-buffer.c  1.15   11 years  nicm   Merge show-buffer into save-buffer.
[TXT] cmd-show-window-options.c  1.10   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-start-server.c  1.11   10 years  nicm   Merge start-server into kill-server.
[TXT] cmd-string.c  1.32   5 years  nicm   Replace the split parser code (cfg.c and cmd-string.c) with a single parser usin...
[TXT] cmd-suspend-client.c  1.12   9 years  nicm   Move suspend-client code into detach-client.
[TXT] cmd-unlink-window.c  1.15   9 years  nicm   Merge unlink-window into kill-window.
[TXT] cmd-up-pane.c  1.9   14 years  nicm   Support up, down, left, right movement through panes with -UDLR flags to select-...
[TXT] grid-cell.c  1.2   8 years  nicm   Long overdue change to the way we store cells in the grid: now, instead of stori...
[TXT] grid-utf8.c  1.3   11 years  nicm   Rather than having two grids for each pane, one for ASCII and one for UTF-8, col...
[TXT] hooks.c  1.11   5 years  nicm   Merge hooks into options and make each one an array option. This allows multiple...
[TXT] imsg-buffer.c  1.4   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.c  1.4   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h  1.5   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] layout-manual.c  1.3   14 years  nicm   Improved layout code. Each window now has a tree of layout cells associated wit...
[TXT] layout-string.c  1.6   13 years  nicm   Get rid of the layout string code which tries to walk through the layout hierarc...
[TXT] mode-key.c  1.74   7 years  nicm   Fixed keys for choose mode, and remove the last mode keys bits.
[TXT] options-cmd.c  1.6   14 years  nicm   Eliminate duplicate code and ease the passage for server-wide options by adding ...
[TXT] pty.c  1.3   7 years  nicm   Use fdforkpty() instead of our own unwrapped versions.
[TXT] server-job.c  1.5   14 years  nicm   Switch jobs over to use a bufferevent.
[TXT] server-msg.c  1.25   14 years  nicm   Split the server code handling clients, jobs and windows off into separate files...
[TXT] server-window.c  1.40   8 years  nicm   Move alerts onto events rather than checking every loop.
[TXT] signal.c  1.12   6 years  nicm   Move signal code into proc.c.
[TXT] tmux.cat1  1.2   15 years  nicm   Whoops, didn't mean to add this.
[TXT] tty-write.c  1.8   14 years  nicm   tty_write is relatively short and the only function left in tty-write.c so move ...
[TXT] util.c  1.3   14 years  nicm   Change find-window and monitor-content to use fnmatch(3). For convenience and co...
[TXT] window-choose.c  1.92   7 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] window-more.c  1.14   14 years  nicm   Merge copy mode and output mode, dropping the latter. Idea and code from Micah C...
[TXT] window-scroll.c  1.10   14 years  nicm   Remove scroll mode which is now redundant, copy mode should be used instead. Th...
[TXT] xterm-keys.c  1.23   4 years  nicm   xterm-keys has been on by default for five years and all other modern terminals ...