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   2 years  nicm   Rewrite combined character handling to be more consistent and to support newer U...
[TXT] alerts.c  1.34   9 months  nicm   Add display-message -C flag to update pane while message is displayed, GitHub is...
[TXT] arguments.c  1.64   18 months  nicm   Fix memory leak, from Fadi Afani.
[TXT] attributes.c  1.12   12 hours  nicm   Change noattr to be an explicit attribute in the style so that it works correctl...
[TXT] cfg.c  1.88   2 months  nicm   Change so that source-file errors are reported correctly in control mode, from S...
[TXT] client.c  1.165   7 months  nicm   Revert change to handle command parsing failures in the client because it breaks...
[TXT] cmd-attach-session.c  1.89   3 years  nicm   Show config errors on attach if they were not shown when the session was created...
[TXT] cmd-bind-key.c  1.47   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-break-pane.c  1.63   3 months  nicm   Ensure break-pane -P prints when only one pane is left. From Chaoyi Yin in GitHu...
[TXT] cmd-capture-pane.c  1.62   3 months  nicm   A couple of memory leaks from someone in GitHub issue 4590.
[TXT] cmd-choose-tree.c  1.52   13 months  nicm   Add -y flag to disable confirmation prompts in modes, GitHub issue 4152.
[TXT] cmd-command-prompt.c  1.69   4 weeks  nicm   Add -l flag to command-prompt to disable splitting into multiple prompts, GitHub...
[TXT] cmd-confirm-before.c  1.57   7 months  nicm   Make some usages more consistent and add -h to show usage, GitHub issue 4455 fro...
[TXT] cmd-copy-mode.c  1.49   12 months  nicm   Mouse support on the scrollbars, from Michael Grant.
[TXT] cmd-detach-client.c  1.38   20 months  nicm   Revert detach-client part of last, did not intend this to go in.
[TXT] cmd-display-menu.c  1.47   2 weeks  nicm   If display-popup is used inside a popup, modify that popup. From m-einfalt at gm...
[TXT] cmd-display-message.c  1.64   9 months  nicm   Add display-message -C flag to update pane while message is displayed, GitHub is...
[TXT] cmd-display-panes.c  1.46   20 months  nicm   Do not notify window-layout-changed if the window is about to be destroyed (sinc...
[TXT] cmd-find-window.c  1.56   23 months  nicm   Only wrap pattern in *s if using a regular expression.
[TXT] cmd-find.c  1.83   2 years  nicm   Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issu...
[TXT] cmd-if-shell.c  1.86   4 months  nicm   Do not leak on failure, GitHub 4565.
[TXT] cmd-join-pane.c  1.52   8 months  nicm   Add mode 2031 support to automatically report dark or light theme. tmux will gue...
[TXT] cmd-kill-pane.c  1.31   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-server.c  1.20   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-session.c  1.28   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-kill-window.c  1.28   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-buffers.c  1.39   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-clients.c  1.40   2 years  nicm   Add -f to list-clients like the other list commands, from Andy Walker in GitHub ...
[TXT] cmd-list-keys.c  1.69   9 months  nicm   Add display-message -C flag to update pane while message is displayed, GitHub is...
[TXT] cmd-list-panes.c  1.37   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-sessions.c  1.34   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-list-windows.c  1.48   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-load-buffer.c  1.66   4 weeks  nicm   Tweak error messages so that file name isn't modified when we capitalize the fir...
[TXT] cmd-lock-server.c  1.31   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-move-window.c  1.34   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-new-session.c  1.147   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-new-window.c  1.98   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-parse.y  1.55   13 days  nicm   Make -v to source-file pass through to subsequent source-file commands, GitHub i...
[TXT] cmd-paste-buffer.c  1.42   21 months  nicm   Do not allow paste into panes which have exited, from Romain Francoise in GitHub...
[TXT] cmd-pipe-pane.c  1.61   21 months  nicm   Do not allow paste into panes which have exited, from Romain Francoise in GitHub...
[TXT] cmd-queue.c  1.119   9 months  nicm   Add display-message -C flag to update pane while message is displayed, GitHub is...
[TXT] cmd-refresh-client.c  1.50   8 months  nicm   Missing space, from David Mandelberg.
[TXT] cmd-rename-session.c  1.35   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-rename-window.c  1.28   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-resize-pane.c  1.53   20 months  nicm   Do not notify window-layout-changed if the window is about to be destroyed (sinc...
[TXT] cmd-resize-window.c  1.10   2 years  nicm   Get rid of some warnings with GCC 10, from Thomas Klausner.
[TXT] cmd-respawn-pane.c  1.39   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-respawn-window.c  1.50   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-rotate-window.c  1.33   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-run-shell.c  1.89   6 months  nicm   Add -E to run-shell to forward stderr as well as stdout, from github at jyn dot ...
[TXT] cmd-save-buffer.c  1.57   4 weeks  nicm   Tweak error messages so that file name isn't modified when we capitalize the fir...
[TXT] cmd-select-layout.c  1.41   3 years  nicm   Better error reporting when applying custom layouts.
[TXT] cmd-select-pane.c  1.70   8 months  nicm   Add mode 2031 support to automatically report dark or light theme. tmux will gue...
[TXT] cmd-select-window.c  1.30   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-send-keys.c  1.78   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-server-access.c  1.3   3 years  nicm   Add a missing space.
[TXT] cmd-set-buffer.c  1.35   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-set-environment.c  1.29   7 months  nicm   Make some usages more consistent and add -h to show usage, GitHub issue 4455 fro...
[TXT] cmd-set-option.c  1.141   4 years  nicm   Validate command argument types (string or command list) and give more useful er...
[TXT] cmd-show-environment.c  1.29   7 months  nicm   Make some usages more consistent and add -h to show usage, GitHub issue 4455 fro...
[TXT] cmd-show-messages.c  1.37   13 days  nicm   Allow show-messages to work without a client.
[TXT] cmd-show-options.c  1.70   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-show-prompt-history.c  1.3   7 months  nicm   Make some usages more consistent and add -h to show usage, GitHub issue 4455 fro...
[TXT] cmd-source-file.c  1.62   13 days  nicm   Make -v to source-file pass through to subsequent source-file commands, GitHub i...
[TXT] cmd-split-window.c  1.116   7 months  nicm   Fix documentation around optional arguments. This includes: - Syncing between t...
[TXT] cmd-swap-pane.c  1.45   7 months  nicm   Add calls to layout_fix_panes after a pane swap to fix case if one of the panes ...
[TXT] cmd-swap-window.c  1.29   4 weeks  nicm   Preserve marked pane with swap-window and move-window, GitHub issue 3443.
[TXT] cmd-switch-client.c  1.71   3 months  nicm   Extend pane lookup special case for switch-client to mouse target ("=") so that ...
[TXT] cmd-unbind-key.c  1.34   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd-wait-for.c  1.22   4 years  nicm   Add args parsing callback for some future work, currently unused.
[TXT] cmd.c  1.179   13 days  nicm   Make -v to source-file pass through to subsequent source-file commands, GitHub i...
[TXT] colour.c  1.30   4 months  nicm   Allow uppercase letters in gray/grey color names, GitHub issue 4560 from Pavel R...
[TXT] control-notify.c  1.31   3 years  nicm   Add paste-buffer-deleted notification and fix name of paste-buffer-changed.
[TXT] control.c  1.49   3 years  nicm   Check for NULL returns from bufferevent_new.
[TXT] environ.c  1.29   3 days  nicm   Do not remove TERM etc for commands run from config file, reported by Dennis Eri...
[TXT] file.c  1.17   4 weeks  nicm   Handle ~ correctly when loading a file, GitHub issue 3518.
[TXT] format-draw.c  1.29   6 months  nicm   Add a set-default style attribute which replaces the current default colours and...
[TXT] format.c  1.338   7 weeks  nicm   Add buffer_full format variable, from Mohammad AlSaleh in GitHub issue 4630.
[TXT] grid-reader.c  1.9   12 months  nicm   Fix word navigation on lines with tabs, from Alexander Arch.
[TXT] grid-view.c  1.37   3 months  nicm   Correctly calculate lines to clear for deletions, from Pavel Roskin.
[TXT] grid.c  1.137   4 weeks  nicm   Do not try to reflow if line is NULL.
[TXT] hyperlinks.c  1.4   15 months  nicm   Display hyperlinks in copy mode and add copy_cursor_hyperlink format to get the ...
[TXT] input-keys.c  1.110   2 weeks  nicm   Convert all keys for backspace, not just A-Z.
[TXT] input.c  1.242   2 weeks  nicm   Send matching terminator on queued requests, reported by Henry Qin.
[TXT] job.c  1.74   2 months  nicm   Don't try to change directory if it is NULL.
[TXT] key-bindings.c  1.156   4 weeks  nicm   Don't enter copy mode on mouse wheel in alternate screen, GitHub issue 3705.
[TXT] key-string.c  1.75   15 months  nicm   Ignore internal function keys if they have not got an entry in the key table.
[TXT] layout-custom.c  1.23   19 months  nicm   Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.
[TXT] layout-set.c  1.33   2 months  nicm   Introduce a new window option: tiled-layout-max-columns. It configures the maxim...
[TXT] layout.c  1.52   11 months  nicm   Assign excess space more evenly when spreading out cells, from Torbjorn Lonnemar...
[TXT] log.c  1.31   3 years  nicm   Spacing/style nits.
[TXT] menu.c  1.57   5 days  nicm   Add a resize callback for menus so that they are correctly moved on resize. From...
[TXT] mode-tree.c  1.77   4 weeks  nicm   Support case insensitive search in modes in the same way as copy mode (like emac...
[TXT] names.c  1.45   4 years  nicm   Remove stray spaces after function names.
[TXT] notify.c  1.44   2 years  nicm   Get rid of some warnings with GCC 10, from Thomas Klausner.
[TXT] options-table.c  1.199   5 days  nicm   Add seconds options for clock mode, from augustus7613 dot mail at pm dot me in G...
[TXT] options.c  1.76   8 months  nicm   Add default-client-command to set the command used is tmux is run without a comm...
[TXT] paste.c  1.47   13 months  nicm   Do not rename a buffer to itself, GitHub issue 4181.
[TXT] popup.c  1.61   2 weeks  nicm   If display-popup is used inside a popup, modify that popup. From m-einfalt at gm...
[TXT] proc.c  1.30   12 months  claudio   Convert sbin and usr.bin to check for imsgbuf_init failure and add imsgbuf_allow...
[TXT] procname.c  1.20   3 years  deraadt   MAXCOMLEN is no longer needed in these programs, so remove the annotation from s...
[TXT] regsub.c  1.6   2 years  nicm   Change a few types to fix warnings, from Thomas Klausner.
[TXT] resize.c  1.52   12 months  nicm   Do not check for latest client in callback since the type may be latest but with...
[TXT] screen-redraw.c  1.106   3 months  nicm   Add pane-border-lines value to use spaces for pane borders, from lukas dot 23022...
[TXT] screen-write.c  1.240   2 weeks  nicm   When copying a line from one screen to another, stop only when both source and t...
[TXT] screen.c  1.91   12 hours  nicm   Change noattr to be an explicit attribute in the style so that it works correctl...
[TXT] server-acl.c  1.2   3 years  nicm   Spacing/style nits.
[TXT] server-client.c  1.437   12 hours  nicm   Add horizontal border case to server_client_check_mouse_in_pane to fix mouse res...
[TXT] server-fn.c  1.141   4 weeks  nicm   Preserve marked pane with swap-window and move-window, GitHub issue 3443.
[TXT] server.c  1.209   3 months  nicm   Add some NULL checks, GitHub issue 4586.
[TXT] session.c  1.100   8 months  nicm   Do not try to trigger theme changed if session is NULL.
[TXT] spawn.c  1.34   7 months  nicm   Do not add a trailing / if there is nothing to follow it, Johannes Altmanninger ...
[TXT] status.c  1.253   5 days  nicm   Place cursor on correct line if message-line is not 0, reported by Alexis Hildeb...
[TXT] style.c  1.39   12 hours  nicm   Change noattr to be an explicit attribute in the style so that it works correctl...
[TXT] tmux-protocol.h  1.2   2 years  nicm   If a pane is killed, cancel reading from the file. GitHub issue 3422.
[TXT] tmux.1  1.1018   3 days  nicm   session_index was never actually implemented, remove from man page.
[TXT] tmux.c  1.216   4 weeks  nicm   Do not realpath() everything since it is pointless and breaks symlinks. GitHub i...
[TXT] tmux.h  1.1278   12 hours  nicm   Change noattr to be an explicit attribute in the style so that it works correctl...
[TXT] tty-acs.c  1.13   2 years  nicm   Fix a couple of rounded border characters, from Alexis Hildebrandt.
[TXT] tty-features.c  1.32   12 months  nicm   Add extended keys flag for foot terminal.
[TXT] tty-keys.c  1.195   4 weeks  nicm   If tmux receives a palette request (OSC 4) in a pane and the palette entry has n...
[TXT] tty-term.c  1.104   3 weeks  jsg   correct test for COLORTERM containing 256 found with smatch, ok nicm@
[TXT] tty.c  1.451   5 days  nicm   Newer libevents do not allow event_del on a zero'd event.
[TXT] utf8-combined.c  1.7   4 weeks  nicm   Ignore Hangul filler character. There doesn't seem to be much agreement on what ...
[TXT] utf8.c  1.68   4 weeks  nicm   Handle regional indicators and emoji modifiers in a better way, GitHub issue 399...
[TXT] window-buffer.c  1.44   4 weeks  nicm   Support case insensitive search in modes in the same way as copy mode (like emac...
[TXT] window-client.c  1.36   7 months  nicm   Improve #? conditional expression in formats: 1) add support for else if, so ...
[TXT] window-clock.c  1.30   5 days  nicm   Add seconds options for clock mode, from augustus7613 dot mail at pm dot me in G...
[TXT] window-copy.c  1.377   2 weeks  nicm   Add a command to explcitly set the selection mode in copy mode, GitHub issue 384...
[TXT] window-customize.c  1.17   8 months  nicm   Add S-Up and S-Down to move windows in tree mode. From David Mandelberg in GitHu...
[TXT] window-tree.c  1.71   4 weeks  nicm   Support case insensitive search in modes in the same way as copy mode (like emac...
[TXT] window.c  1.305   2 weeks  nicm   Do not send theme updates to panes that have exited, GitHub issue 4671.
[TXT] xmalloc.c  1.13   6 years  nicm   Add xrecallocarray.
[TXT] xmalloc.h  1.4   4 years  nicm   Fix up some printflike attributes.
[TXT] arg.c (in the Attic) [Hide]  1.3   16 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   9 years  nicm   Remove last uses of array.h.
[TXT] buffer-poll.c (in the Attic) [Hide]  1.6   16 years  nicm   Bye-bye buffer*.c.
[TXT] buffer.c (in the Attic) [Hide]  1.4   16 years  nicm   Bye-bye buffer*.c.
[TXT] client-fn.c (in the Attic) [Hide]  1.6   16 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   16 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   11 years  nicm   Having three *clock* files is ridiculous, remove clock.c.
[TXT] cmd-choose-buffer.c (in the Attic) [Hide]  1.33   8 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   8 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   11 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   13 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   13 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   8 years  nicm   Merge clear-history into capture-pane.
[TXT] cmd-clock-mode.c (in the Attic) [Hide]  1.11   10 years  nicm   Merge clock-mode command into copy-mode.
[TXT] cmd-copy-buffer.c (in the Attic) [Hide]  1.8   14 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   10 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   15 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   14 years  nicm   Clean up and simplify tmux command argument parsing. Originally, tmux commands ...
[TXT] cmd-has-session.c (in the Attic) [Hide]  1.11   11 years  nicm   Move tiny has-session function into cmd-new-session.c.
[TXT] cmd-last-pane.c (in the Attic) [Hide]  1.3   14 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   14 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   11 years  nicm   Merge linkw and movew which are virtually identical.
[TXT] cmd-list-commands.c (in the Attic) [Hide]  1.14   11 years  nicm   Argh, meant to remove this file...
[TXT] cmd-list.c (in the Attic) [Hide]  1.21   6 years  nicm   Merge the now tiny cmd-list.c into cmd.c.
[TXT] cmd-lock-client.c (in the Attic) [Hide]  1.4   14 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   14 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   14 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   14 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   14 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   14 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   16 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   15 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   12 years  nicm   Merge send-prefix into send-keys.
[TXT] cmd-server-info.c (in the Attic) [Hide]  1.35   11 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   6 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   16 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   14 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   12 years  nicm   Merge show-buffer into save-buffer.
[TXT] cmd-show-window-options.c (in the Attic) [Hide]  1.10   14 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   11 years  nicm   Merge start-server into kill-server.
[TXT] cmd-string.c (in the Attic) [Hide]  1.32   6 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   11 years  nicm   Move suspend-client code into detach-client.
[TXT] cmd-unlink-window.c (in the Attic) [Hide]  1.15   11 years  nicm   Merge unlink-window into kill-window.
[TXT] cmd-up-pane.c (in the Attic) [Hide]  1.9   15 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   10 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   12 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   6 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   15 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   15 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   15 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   16 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   14 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   8 years  nicm   Fixed keys for choose mode, and remove the last mode keys bits.
[TXT] options-cmd.c (in the Attic) [Hide]  1.6   16 years  nicm   Eliminate duplicate code and ease the passage for server-wide options by adding ...
[TXT] pty.c (in the Attic) [Hide]  1.3   8 years  nicm   Use fdforkpty() instead of our own unwrapped versions.
[TXT] server-job.c (in the Attic) [Hide]  1.5   16 years  nicm   Switch jobs over to use a bufferevent.
[TXT] server-msg.c (in the Attic) [Hide]  1.25   16 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   10 years  nicm   Move alerts onto events rather than checking every loop.
[TXT] signal.c (in the Attic) [Hide]  1.12   8 years  nicm   Move signal code into proc.c.
[TXT] tmux.cat1 (in the Attic) [Hide]  1.2   16 years  nicm   Whoops, didn't mean to add this.
[TXT] tty-write.c (in the Attic) [Hide]  1.8   16 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   16 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   8 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   15 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   16 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   5 years  nicm   xterm-keys has been on by default for five years and all other modern terminals ...