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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.111   8 months  nicm   Rewrite combined character handling to be more consistent and to support newer U...
[TXT] alerts.c  1.33   3 years  nicm   Add a flag to disable keys to close a message, GitHub issue 2625.
[TXT] arguments.c  1.63   3 weeks  nicm   Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.
[TXT] attributes.c  1.11   3 years  nicm   Add an attribute for ACS.
[TXT] cfg.c  1.87   7 months  nicm   Add -t to source-file, GitHub issue 3473.
[TXT] client.c  1.161   9 months  nicm   It should no longer be necessary to ignore SIGCHLD because it is now blocked aro...
[TXT] cmd-attach-session.c  1.89   22 months  nicm   Show config errors on attach if they were not shown when the session was created...
[TXT] cmd-bind-key.c  1.46   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-break-pane.c  1.61   15 months  nicm   Update palette when moving a pane, GitHub issue 3437.
[TXT] cmd-capture-pane.c  1.60   8 months  nicm   Add missing -T to getopt string.
[TXT] cmd-choose-tree.c  1.51   23 months  nicm   When picking a buffer because one isn't specified by the user, ignore named buff...
[TXT] cmd-command-prompt.c  1.67   3 weeks  nicm   Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.
[TXT] cmd-confirm-before.c  1.54   3 weeks  nicm   Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.
[TXT] cmd-copy-mode.c  1.47   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-detach-client.c  1.38   6 weeks  nicm   Revert detach-client part of last, did not intend this to go in.
[TXT] cmd-display-menu.c  1.43   6 weeks  nicm   Add -M to always turn mouse on in a menu, GitHub issue 3779.
[TXT] cmd-display-message.c  1.63   14 months  nicm   Extend display-message to work for control clients. GitHub issue 3449.
[TXT] cmd-display-panes.c  1.46   6 weeks  nicm   Do not notify window-layout-changed if the window is about to be destroyed (sinc...
[TXT] cmd-find-window.c  1.56   4 months  nicm   Only wrap pattern in *s if using a regular expression.
[TXT] cmd-find.c  1.83   9 months  nicm   Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issu...
[TXT] cmd-if-shell.c  1.84   2 years  nicm   Add -e flag to set environment for popup, from Alexis Hildebrandt in GitHub issu...
[TXT] cmd-join-pane.c  1.51   15 months  nicm   Update palette when moving a pane, GitHub issue 3437.
[TXT] cmd-kill-pane.c  1.31   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-server.c  1.20   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-session.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-buffers.c  1.39   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-clients.c  1.40   14 months  nicm   Add -f to list-clients like the other list commands, from Andy Walker in GitHub ...
[TXT] cmd-list-keys.c  1.67   15 months  nicm   Support -1 without -N for list-keys.
[TXT] cmd-list-panes.c  1.37   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-sessions.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-windows.c  1.48   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-load-buffer.c  1.65   22 months  nicm   If an application gives the first parameter to OSC 52, validate and pass on to o...
[TXT] cmd-lock-server.c  1.31   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-move-window.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-new-session.c  1.146   22 months  nicm   Show config errors on attach if they were not shown when the session was created...
[TXT] cmd-new-window.c  1.97   8 months  nicm   Expand name before looking for window with -S, GitHub issue 3670.
[TXT] cmd-parse.y  1.50   13 months  nicm   Fix command prompt not to always append argument but only if there has actually ...
[TXT] cmd-paste-buffer.c  1.42   2 months  nicm   Do not allow paste into panes which have exited, from Romain Francoise in GitHub...
[TXT] cmd-pipe-pane.c  1.61   2 months  nicm   Do not allow paste into panes which have exited, from Romain Francoise in GitHub...
[TXT] cmd-queue.c  1.116   12 days  jsg   correct indentation; no functional change ok tb@
[TXT] cmd-refresh-client.c  1.48   23 months  nicm   Spacing/style nits.
[TXT] cmd-rename-session.c  1.35   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-rename-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-resize-pane.c  1.53   6 weeks  nicm   Do not notify window-layout-changed if the window is about to be destroyed (sinc...
[TXT] cmd-resize-window.c  1.10   10 months  nicm   Get rid of some warnings with GCC 10, from Thomas Klausner.
[TXT] cmd-respawn-pane.c  1.38   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-respawn-window.c  1.49   2 years  nicm   Replace %% in command lists (by copying them) for template arguments , this mean...
[TXT] cmd-rotate-window.c  1.33   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-run-shell.c  1.85   8 months  nicm   Add -c to run-shell to set working directory, from someone in GitHub issue 3661....
[TXT] cmd-save-buffer.c  1.55   16 months  nicm   Process escape sequences in show-buffer, GitHub issue 3401.
[TXT] cmd-select-layout.c  1.41   23 months  nicm   Better error reporting when applying custom layouts.
[TXT] cmd-select-pane.c  1.69   9 months  nicm   Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issu...
[TXT] cmd-select-window.c  1.30   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-send-keys.c  1.75   15 months  nicm   Mark keys sent by command and skip paste handling for them.
[TXT] cmd-server-access.c  1.3   23 months  nicm   Add a missing space.
[TXT] cmd-set-buffer.c  1.34   22 months  nicm   If an application gives the first parameter to OSC 52, validate and pass on to o...
[TXT] cmd-set-environment.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-set-option.c  1.141   2 years  nicm   Validate command argument types (string or command list) and give more useful er...
[TXT] cmd-show-environment.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-messages.c  1.36   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-show-options.c  1.69   2 years  nicm   Do not return error with -q, GitHub issue 3065.
[TXT] cmd-show-prompt-history.c  1.2   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-source-file.c  1.54   7 months  nicm   Add -t to source-file, GitHub issue 3473.
[TXT] cmd-split-window.c  1.114   8 weeks  nicm   Check for the right flag to fix split-window -p, from Bryan Childs.
[TXT] cmd-swap-pane.c  1.43   9 months  nicm   Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issu...
[TXT] cmd-swap-window.c  1.28   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-switch-client.c  1.70   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-unbind-key.c  1.34   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-wait-for.c  1.22   2 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd.c  1.175   8 months  nicm   Add a session, pane and user mouse range types for the status line and add forma...
[TXT] colour.c  1.26   16 months  nicm   Query the client terminal for foreground and background colours and if OSC 10 or...
[TXT] control-notify.c  1.31   18 months  nicm   Add paste-buffer-deleted notification and fix name of paste-buffer-changed.
[TXT] control.c  1.49   20 months  nicm   Check for NULL returns from bufferevent_new.
[TXT] environ.c  1.27   20 months  nicm   Don't stop at first match when updating environment.
[TXT] file.c  1.15   12 months  nicm   Make the check if printing is allowed the same as writing which is less confusin...
[TXT] format-draw.c  1.28   8 months  nicm   Add a session, pane and user mouse range types for the status line and add forma...
[TXT] format.c  1.318   7 months  nicm   Use DECSLRM and DECFRA only at level 4 rather than checking the terminal id.
[TXT] grid-reader.c  1.6   2 years  nicm   More accurate vi(1) word navigation in copy mode and on the status line. This ch...
[TXT] grid-view.c  1.36   19 months  nicm   Add a -T flag to capture-pane to stop at the last used cell instead of the full ...
[TXT] grid.c  1.130   9 months  nicm   Use 8 for underscore colour defaults instead of 0 which is less confusing, and f...
[TXT] hyperlinks.c  1.3   10 months  nicm   Get rid of some warnings with GCC 10, from Thomas Klausner.
[TXT] input-keys.c  1.94   15 months  nicm   Have tmux recognise pasted texts wrapped in bracket paste sequences, rather than...
[TXT] input.c  1.224   3 weeks  nicm   Add an option allow-set-title to forbid applications from changing the pane titl...
[TXT] job.c  1.67   2 years  nicm   Mention that if-shell and #() use /bin/sh.
[TXT] key-bindings.c  1.148   8 months  nicm   Add meta bindings for status line menus as well as the existing pane one for ter...
[TXT] key-string.c  1.71   15 months  nicm   Mark keys sent by command and skip paste handling for them.
[TXT] layout-custom.c  1.23   3 weeks  nicm   Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.
[TXT] layout-set.c  1.30   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] layout.c  1.48   3 years  nicm   Add split-window -Z to start the pane zoomed, GitHub issue 2591.
[TXT] log.c  1.31   23 months  nicm   Spacing/style nits.
[TXT] menu.c  1.52   8 months  nicm   Add an option menu-selected-style to configure the currently selected menu item,...
[TXT] mode-tree.c  1.66   8 months  nicm   Add an option menu-selected-style to configure the currently selected menu item,...
[TXT] names.c  1.45   2 years  nicm   Remove stray spaces after function names.
[TXT] notify.c  1.44   10 months  nicm   Get rid of some warnings with GCC 10, from Thomas Klausner.
[TXT] options-table.c  1.171   3 weeks  nicm   Add an option allow-set-title to forbid applications from changing the pane titl...
[TXT] options.c  1.69   22 months  nicm   Check cursor options when a pane is created, not just when they are changed.
[TXT] paste.c  1.46   14 months  nicm   Remove old buffer when renaming rather than complaining, GitHub issue 3467 from ...
[TXT] popup.c  1.53   6 weeks  nicm   Do not notify window-layout-changed if the window is about to be destroyed (sinc...
[TXT] proc.c  1.24   2 months  nicm   Add two new values for the destroy-unattached option to destroy sessions only if...
[TXT] procname.c  1.20   2 years  deraadt   MAXCOMLEN is no longer needed in these programs, so remove the annotation from s...
[TXT] regsub.c  1.6   10 months  nicm   Change a few types to fix warnings, from Thomas Klausner.
[TXT] resize.c  1.51   6 weeks  nicm   Do not notify window-layout-changed if the window is about to be destroyed (sinc...
[TXT] screen-redraw.c  1.96   22 months  nicm   Add support for OSC 8 hyperlinks (a VTE extension now supported by other termina...
[TXT] screen-write.c  1.225   6 weeks  nicm   Write padding character into the right position.
[TXT] screen.c  1.85   6 weeks  nicm   Do not consider a selection present if it is empty, from Michael Grant (GitHub i...
[TXT] server-acl.c  1.2   23 months  nicm   Spacing/style nits.
[TXT] server-client.c  1.405   3 weeks  nicm   Correct handling of mouse up events (don't ignore all but the last released butt...
[TXT] server-fn.c  1.137   4 weeks  nicm   Pick newest session as documented, not oldest, from Magnus Gross.
[TXT] server.c  1.205   7 months  nicm   Change UTF-8 combining to inspect the previous character at the cursor position ...
[TXT] session.c  1.96   8 months  nicm   Set visited flag on last windows when linking session.
[TXT] spawn.c  1.33   9 months  nicm   Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issu...
[TXT] status.c  1.241   5 months  nicm   Handle NULL client (in config file) when showing a status message; also copy the...
[TXT] style.c  1.34   3 months  nicm   Increase buffer size to avoid truncating styles, GitHub issue 3809 from Ricardo ...
[TXT] tmux-protocol.h  1.2   15 months  nicm   If a pane is killed, cancel reading from the file. GitHub issue 3422.
[TXT] tmux.1  1.941   3 weeks  nicm   Add an option allow-set-title to forbid applications from changing the pane titl...
[TXT] tmux.c  1.211   12 months  nicm   It seems silly to use progname for version, just always say tmux.
[TXT] tmux.h  1.1214   3 weeks  nicm   Add an option allow-set-title to forbid applications from changing the pane titl...
[TXT] tty-acs.c  1.13   8 months  nicm   Fix a couple of rounded border characters, from Alexis Hildebrandt.
[TXT] tty-features.c  1.30   5 months  nicm   Use SM 2026 for Sync which is more widely supported now.
[TXT] tty-keys.c  1.173   6 weeks  nicm   Look for feature code 21 for DECSLRM and 28 for DECFRA in the device attributes ...
[TXT] tty-term.c  1.101   6 months  nicm   Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm, which allow...
[TXT] tty.c  1.435   7 months  nicm   Change UTF-8 combining to inspect the previous character at the cursor position ...
[TXT] utf8-combined.c  1.3   7 months  nicm   Change UTF-8 combining to inspect the previous character at the cursor position ...
[TXT] utf8.c  1.64   7 months  nicm   Change UTF-8 combining to inspect the previous character at the cursor position ...
[TXT] window-buffer.c  1.38   6 weeks  nicm   Use -p for default paste-buffer command in buffer mode, it will only do anything...
[TXT] window-client.c  1.34   8 months  nicm   Extend the menu drawing function to support custom characters and styles, from A...
[TXT] window-clock.c  1.29   3 years  nicm   Do not hoke into struct window_pane from the tty code and instead set everything...
[TXT] window-copy.c  1.348   12 days  jsg   correct indentation; no functional change ok tb@
[TXT] window-customize.c  1.14   2 years  nicm   Add unit (milliseconds) to escape-time, show unset colours as "none" rather than...
[TXT] window-tree.c  1.63   10 months  nicm   Change a few types to fix warnings, from Thomas Klausner.
[TXT] window.c  1.290   3 weeks  nicm   Do not get muddled and crash if focusing a pane that is exiting, reported by Sau...
[TXT] xmalloc.c  1.13   4 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.4   2 years  nicm   Fix up some printflike attributes.
[TXT] arg.c (in the Attic) [Hide]  1.3   14 years  nicm   Tidy up and improve target (-t) argument parsing: - move the code back into cmd...
[TXT] array.h (in the Attic) [Hide]  1.9   8 years  nicm   Remove last uses of array.h.
[TXT] buffer-poll.c (in the Attic) [Hide]  1.6   14 years  nicm   Bye-bye buffer*.c.
[TXT] buffer.c (in the Attic) [Hide]  1.4   14 years  nicm   Bye-bye buffer*.c.
[TXT] client-fn.c (in the Attic) [Hide]  1.6   14 years  nicm   Client tidying: get rid of client_ctx struct in favour of two variables in clien...
[TXT] client-msg.c (in the Attic) [Hide]  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 (in the Attic) [Hide]  1.8   10 years  nicm   Having three *clock* files is ridiculous, remove clock.c.
[TXT] cmd-choose-buffer.c (in the Attic) [Hide]  1.33   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] cmd-choose-client.c (in the Attic) [Hide]  1.34   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] cmd-choose-list.c (in the Attic) [Hide]  1.9   10 years  nicm   Remove the choose-list command to prepare for some later choose-* work.
[TXT] cmd-choose-session.c (in the Attic) [Hide]  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 (in the Attic) [Hide]  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 (in the Attic) [Hide]  1.23   7 years  nicm   Merge clear-history into capture-pane.
[TXT] cmd-clock-mode.c (in the Attic) [Hide]  1.11   9 years  nicm   Merge clock-mode command into copy-mode.
[TXT] cmd-copy-buffer.c (in the Attic) [Hide]  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 (in the Attic) [Hide]  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 (in the Attic) [Hide]  1.9   14 years  nicm   Support up, down, left, right movement through panes with -UDLR flags to select-...
[TXT] cmd-generic.c (in the Attic) [Hide]  1.13   13 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-has-session.c (in the Attic) [Hide]  1.11   9 years  nicm   Move tiny has-session function into cmd-new-session.c.
[TXT] cmd-last-pane.c (in the Attic) [Hide]  1.3   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-last-window.c (in the Attic) [Hide]  1.6   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-link-window.c (in the Attic) [Hide]  1.16   9 years  nicm   Merge linkw and movew which are virtually identical.
[TXT] cmd-list-commands.c (in the Attic) [Hide]  1.14   9 years  nicm   Argh, meant to remove this file...
[TXT] cmd-list.c (in the Attic) [Hide]  1.21   4 years  nicm   Merge the now tiny cmd-list.c into cmd.c.
[TXT] cmd-lock-client.c (in the Attic) [Hide]  1.4   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-lock-session.c (in the Attic) [Hide]  1.4   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-next-layout.c (in the Attic) [Hide]  1.7   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-next-window.c (in the Attic) [Hide]  1.8   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-previous-layout.c (in the Attic) [Hide]  1.8   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-previous-window.c (in the Attic) [Hide]  1.8   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-scroll-mode.c (in the Attic) [Hide]  1.7   14 years  nicm   Remove scroll mode which is now redundant, copy mode should be used instead. Th...
[TXT] cmd-select-prompt.c (in the Attic) [Hide]  1.8   14 years  nicm   Identical behaviour to select-prompt can now be obtained with command-prompt, so...
[TXT] cmd-send-prefix.c (in the Attic) [Hide]  1.11   11 years  nicm   Merge send-prefix into send-keys.
[TXT] cmd-server-info.c (in the Attic) [Hide]  1.35   10 years  nicm   Merge server-info into show-messages and remove some not useful output.
[TXT] cmd-set-hook.c (in the Attic) [Hide]  1.13   5 years  nicm   Merge hooks into options and make each one an array option. This allows multiple...
[TXT] cmd-set-password.c (in the Attic) [Hide]  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 (in the Attic) [Hide]  1.18   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-show-buffer.c (in the Attic) [Hide]  1.15   11 years  nicm   Merge show-buffer into save-buffer.
[TXT] cmd-show-window-options.c (in the Attic) [Hide]  1.10   13 years  nicm   Now that parsing is common, merge some of the small, related commands together t...
[TXT] cmd-start-server.c (in the Attic) [Hide]  1.11   10 years  nicm   Merge start-server into kill-server.
[TXT] cmd-string.c (in the Attic) [Hide]  1.32   4 years  nicm   Replace the split parser code (cfg.c and cmd-string.c) with a single parser usin...
[TXT] cmd-suspend-client.c (in the Attic) [Hide]  1.12   9 years  nicm   Move suspend-client code into detach-client.
[TXT] cmd-unlink-window.c (in the Attic) [Hide]  1.15   9 years  nicm   Merge unlink-window into kill-window.
[TXT] cmd-up-pane.c (in the Attic) [Hide]  1.9   14 years  nicm   Support up, down, left, right movement through panes with -UDLR flags to select-...
[TXT] grid-cell.c (in the Attic) [Hide]  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 (in the Attic) [Hide]  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 (in the Attic) [Hide]  1.11   5 years  nicm   Merge hooks into options and make each one an array option. This allows multiple...
[TXT] imsg-buffer.c (in the Attic) [Hide]  1.4   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.c (in the Attic) [Hide]  1.4   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h (in the Attic) [Hide]  1.5   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] layout-manual.c (in the Attic) [Hide]  1.3   14 years  nicm   Improved layout code. Each window now has a tree of layout cells associated wit...
[TXT] layout-string.c (in the Attic) [Hide]  1.6   12 years  nicm   Get rid of the layout string code which tries to walk through the layout hierarc...
[TXT] mode-key.c (in the Attic) [Hide]  1.74   7 years  nicm   Fixed keys for choose mode, and remove the last mode keys bits.
[TXT] options-cmd.c (in the Attic) [Hide]  1.6   14 years  nicm   Eliminate duplicate code and ease the passage for server-wide options by adding ...
[TXT] pty.c (in the Attic) [Hide]  1.3   7 years  nicm   Use fdforkpty() instead of our own unwrapped versions.
[TXT] server-job.c (in the Attic) [Hide]  1.5   14 years  nicm   Switch jobs over to use a bufferevent.
[TXT] server-msg.c (in the Attic) [Hide]  1.25   14 years  nicm   Split the server code handling clients, jobs and windows off into separate files...
[TXT] server-window.c (in the Attic) [Hide]  1.40   8 years  nicm   Move alerts onto events rather than checking every loop.
[TXT] signal.c (in the Attic) [Hide]  1.12   6 years  nicm   Move signal code into proc.c.
[TXT] tmux.cat1 (in the Attic) [Hide]  1.2   14 years  nicm   Whoops, didn't mean to add this.
[TXT] tty-write.c (in the Attic) [Hide]  1.8   14 years  nicm   tty_write is relatively short and the only function left in tty-write.c so move ...
[TXT] util.c (in the Attic) [Hide]  1.3   14 years  nicm   Change find-window and monitor-content to use fnmatch(3). For convenience and co...
[TXT] window-choose.c (in the Attic) [Hide]  1.92   6 years  nicm   Rewrite of choose mode, both to simplify and tidy the code and to add some moder...
[TXT] window-more.c (in the Attic) [Hide]  1.14   14 years  nicm   Merge copy mode and output mode, dropping the latter. Idea and code from Micah C...
[TXT] window-scroll.c (in the Attic) [Hide]  1.10   14 years  nicm   Remove scroll mode which is now redundant, copy mode should be used instead. Th...
[TXT] xterm-keys.c (in the Attic) [Hide]  1.23   3 years  nicm   xterm-keys has been on by default for five years and all other modern terminals ...