Welcome to ftp.nluug.nl Current directory: /pub/os/NetBSD/NetBSD-current/src/external/bsd/tmux/dist/ |
|
Contents of README:Welcome to tmux! tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. This release runs on OpenBSD, FreeBSD, NetBSD, Linux, macOS and Solaris. * Dependencies tmux depends on libevent 2.x, available from: https://github.com/libevent/libevent/releases/latest It also depends on ncurses, available from: https://invisible-mirror.net/archives/ncurses/ To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a suitable yacc (yacc or bison) are needed. * Installation To build and install tmux from a release tarball, use: $ ./configure && make $ sudo make install tmux can use the utempter library to update utmp(5), if it is installed - run configure with --enable-utempter to enable this. To get and build the latest from version control - note that this requires autoconf, automake and pkg-config: $ git clone https://github.com/tmux/tmux.git $ cd tmux $ sh autogen.sh $ ./configure && make * Contributing Bug reports, feature suggestions and especially code contributions are most welcome. Please send by email to: tmux-users@googlegroups.com Or open a GitHub issue or pull request. * Documentation For documentation on using tmux, see the tmux.1 manpage. View it from the source tree with: $ nroff -mdoc tmux.1|less A small example configuration is in example_tmux.conf. Other documentation is available in the wiki: https://github.com/tmux/tmux/wiki Also see the tmux FAQ at: https://github.com/tmux/tmux/wiki/FAQ A bash(1) completion file is at: https://github.com/imomaliev/tmux-bash-completion For debugging, run tmux with -v and -vv to generate server and client log files in the current directory. * Support The tmux mailing list for general discussion and bug reports is: https://groups.google.com/forum/#!forum/tmux-users Subscribe by sending an email to: tmux-users+subscribe@googlegroups.com * License This file and the CHANGES files are licensed under the ISC license. All other files have a license and copyright notice at their start. |
Name Last modified Size
Parent Directory - CVS/ 31-Oct-2024 04:01 - compat/ 23-Jun-2024 05:01 - etc/ 18-Nov-2020 04:01 - fuzz/ 29-Jun-2023 05:00 - CHANGES 23-Jun-2024 05:01 140K COPYING 07-Jan-2020 04:01 961 Makefile.am 23-Jun-2024 05:01 4.9K Makefile.in 23-Jun-2024 05:01 51K README 29-Jun-2023 05:00 2.1K README.ja 29-Jun-2023 05:00 2.7K aclocal.m4 18-Apr-2021 05:01 51K alerts.c 18-Apr-2021 05:01 7.7K arguments.c 23-Jun-2024 05:01 24K attributes.c 18-Apr-2021 05:01 3.2K cfg.c 23-Jun-2024 05:01 6.4K client.c 23-Jun-2024 05:01 21K cmd-attach-session.c 23-Jun-2024 05:01 4.5K cmd-bind-key.c 29-Jun-2023 05:00 2.9K cmd-break-pane.c 23-Jun-2024 05:01 4.2K cmd-capture-pane.c 23-Jun-2024 05:01 6.3K cmd-choose-tree.c 23-Jun-2024 05:01 3.3K cmd-command-prompt.c 23-Jun-2024 05:01 6.3K cmd-confirm-before.c 23-Jun-2024 05:01 4.2K cmd-copy-mode.c 29-Jun-2023 05:00 2.6K cmd-detach-client.c 29-Jun-2023 05:00 2.8K cmd-display-menu.c 23-Jun-2024 05:01 13K cmd-display-message.c 23-Jun-2024 05:01 4.3K cmd-display-panes.c 23-Jun-2024 05:01 8.0K cmd-find-window.c 23-Jun-2024 05:01 3.2K cmd-find.c 23-Jun-2024 05:01 31K cmd-if-shell.c 29-Jun-2023 05:00 5.0K cmd-join-pane.c 23-Jun-2024 05:01 4.7K cmd-kill-pane.c 29-Jun-2023 05:00 1.9K cmd-kill-server.c 29-Jun-2023 05:00 1.6K cmd-kill-session.c 29-Jun-2023 05:00 2.1K cmd-kill-window.c 29-Jun-2023 05:00 2.8K cmd-list-buffers.c 29-Jun-2023 05:00 2.1K cmd-list-clients.c 23-Jun-2024 05:01 2.7K cmd-list-keys.c 23-Jun-2024 05:01 9.4K cmd-list-panes.c 29-Jun-2023 05:00 4.1K cmd-list-sessions.c 29-Jun-2023 05:00 2.3K cmd-list-windows.c 29-Jun-2023 05:00 3.4K cmd-load-buffer.c 23-Jun-2024 05:01 3.0K cmd-lock-server.c 29-Jun-2023 05:00 2.1K cmd-move-window.c 29-Jun-2023 05:00 3.3K cmd-new-session.c 23-Jun-2024 05:01 9.5K cmd-new-window.c 23-Jun-2024 05:01 4.4K cmd-parse.y 23-Jun-2024 05:01 35K cmd-paste-buffer.c 23-Jun-2024 05:01 3.0K cmd-pipe-pane.c 23-Jun-2024 05:01 6.0K cmd-queue.c 23-Jun-2024 05:01 19K cmd-refresh-client.c 29-Jun-2023 05:00 8.0K cmd-rename-session.c 29-Jun-2023 05:00 2.2K cmd-rename-window.c 29-Jun-2023 05:00 1.8K cmd-resize-pane.c 29-Jun-2023 05:00 5.7K cmd-resize-window.c 23-Jun-2024 05:01 3.0K cmd-respawn-pane.c 29-Jun-2023 05:00 2.6K cmd-respawn-window.c 29-Jun-2023 05:00 2.5K cmd-rotate-window.c 29-Jun-2023 05:00 3.4K cmd-run-shell.c 23-Jun-2024 05:01 7.4K cmd-save-buffer.c 23-Jun-2024 05:01 3.1K cmd-select-layout.c 29-Jun-2023 05:00 3.5K cmd-select-pane.c 23-Jun-2024 05:01 6.9K cmd-select-window.c 29-Jun-2023 05:00 3.9K cmd-send-keys.c 23-Jun-2024 05:01 6.2K cmd-server-access.c 29-Jun-2023 00:10 4.0K cmd-set-buffer.c 23-Jun-2024 05:01 3.5K cmd-set-environment.c 29-Jun-2023 05:00 3.1K cmd-set-option.c 29-Jun-2023 05:00 6.1K cmd-show-environment.c 29-Jun-2023 05:00 3.8K cmd-show-messages.c 29-Jun-2023 05:00 2.8K cmd-show-options.c 29-Jun-2023 05:00 6.5K cmd-show-prompt-history.c 29-Jun-2023 00:10 3.0K cmd-source-file.c 23-Jun-2024 05:01 5.2K cmd-split-window.c 23-Jun-2024 05:01 5.1K cmd-swap-pane.c 23-Jun-2024 05:01 4.3K cmd-swap-window.c 29-Jun-2023 05:00 2.7K cmd-switch-client.c 29-Jun-2023 05:00 3.9K cmd-unbind-key.c 29-Jun-2023 05:00 2.6K cmd-wait-for.c 29-Jun-2023 05:00 6.3K cmd.c 23-Jun-2024 05:01 21K colour.c 23-Jun-2024 05:01 31K compat.h 23-Jun-2024 05:01 9.2K configure 23-Jun-2024 05:01 262K configure.ac 23-Jun-2024 05:01 21K control-notify.c 23-Jun-2024 05:01 5.7K control.c 23-Jun-2024 05:01 27K environ.c 23-Jun-2024 05:01 6.2K example_tmux.conf 29-Jun-2023 05:00 1.8K file.c 23-Jun-2024 05:01 20K format-draw.c 23-Jun-2024 05:01 32K format.c 23-Jun-2024 05:01 114K grid-reader.c 29-Jun-2023 05:00 10K grid-view.c 23-Jun-2024 05:01 5.4K grid.c 23-Jun-2024 05:01 34K hyperlinks.c 22-Jun-2024 22:07 6.2K image-sixel.c 22-Jun-2024 22:07 13K image.c 22-Jun-2024 22:04 4.0K input-keys.c 23-Jun-2024 05:01 16K input.c 23-Jun-2024 05:01 68K job.c 29-Jun-2023 05:00 8.9K key-bindings.c 23-Jun-2024 05:01 29K key-string.c 23-Jun-2024 05:01 13K layout-custom.c 23-Jun-2024 05:01 8.2K layout-set.c 18-Apr-2021 05:01 12K layout.c 18-Apr-2021 05:01 27K log.c 29-Jun-2023 05:00 3.3K mdoc2man.awk 18-Apr-2021 05:01 8.4K menu.c 23-Jun-2024 05:01 13K mode-tree.c 23-Jun-2024 05:01 26K names.c 29-Jun-2023 05:00 4.1K notify.c 23-Jun-2024 05:01 8.5K options-table.c 23-Jun-2024 05:01 40K options.c 23-Jun-2024 05:01 26K osdep-aix.c 01-Sep-2016 05:00 2.2K osdep-cygwin.c 18-Apr-2021 05:01 1.9K osdep-darwin.c 18-Apr-2021 05:01 2.6K osdep-dragonfly.c 18-Apr-2021 05:01 2.9K osdep-freebsd.c 18-Apr-2021 05:01 4.4K osdep-haiku.c 17-Apr-2021 21:42 1.3K osdep-hpux.c 18-Apr-2021 05:01 1.1K osdep-linux.c 18-Apr-2021 05:01 2.2K osdep-netbsd.c 29-Jun-2023 05:00 3.5K osdep-openbsd.c 29-Jun-2023 05:00 3.6K osdep-sunos.c 24-Jan-2022 04:01 2.5K osdep-unknown.c 18-Apr-2021 05:01 1.0K paste.c 23-Jun-2024 05:01 7.1K popup.c 23-Jun-2024 05:01 19K proc.c 23-Jun-2024 05:01 8.4K regsub.c 18-Apr-2021 05:01 2.9K resize.c 29-Jun-2023 05:00 12K screen-redraw.c 23-Jun-2024 05:01 23K screen-write.c 23-Jun-2024 05:01 56K screen.c 23-Jun-2024 05:01 16K server-acl.c 29-Jun-2023 00:10 4.1K server-client.c 23-Jun-2024 05:01 86K server-fn.c 23-Jun-2024 05:01 11K server.c 23-Jun-2024 05:01 11K session.c 23-Jun-2024 05:01 17K spawn.c 23-Jun-2024 05:01 13K status.c 23-Jun-2024 05:01 48K style.c 23-Jun-2024 05:01 10K tmux-protocol.h 23-Jun-2024 05:01 2.3K tmux.1 23-Jun-2024 05:01 170K tmux.c 23-Jun-2024 05:01 12K tmux.h 23-Jun-2024 05:01 105K tty-acs.c 23-Jun-2024 05:01 8.0K tty-features.c 23-Jun-2024 05:01 11K tty-keys.c 23-Jun-2024 05:01 40K tty-term.c 23-Jun-2024 05:01 26K tty.c 23-Jun-2024 05:01 77K utf8-combined.c 22-Jun-2024 22:04 2.0K utf8.c 23-Jun-2024 05:01 15K window-buffer.c 23-Jun-2024 05:01 14K window-client.c 23-Jun-2024 05:01 11K window-clock.c 18-Apr-2021 05:01 6.9K window-copy.c 23-Jun-2024 05:01 147K window-customize.c 29-Jun-2023 05:00 39K window-tree.c 23-Jun-2024 05:01 32K window.c 23-Jun-2024 05:01 35K xmalloc.c 02-Nov-2020 04:01 3.0K xmalloc.h 23-Jun-2024 05:01 1.7K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!