Welcome to ftp.nluug.nl Current directory: /NetBSD/NetBSD-release-10/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, OS X 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. 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/ 06-Nov-2024 04:07 - compat/ 17-Dec-2022 21:32 - etc/ 17-Dec-2022 21:32 - fuzz/ 17-Dec-2022 21:32 - CHANGES 23-Jan-2022 17:45 130K COPYING 06-Jan-2020 21:40 961 Makefile.am 17-Apr-2021 21:42 4.5K Makefile.in 17-Apr-2021 21:42 47K README 17-Apr-2021 21:42 2.0K README.ja 05-Jan-2019 22:32 2.7K aclocal.m4 17-Apr-2021 21:42 51K alerts.c 17-Apr-2021 21:42 7.7K arguments.c 17-Apr-2021 21:42 9.3K attributes.c 17-Apr-2021 21:42 3.2K cfg.c 17-Apr-2021 21:42 6.1K client.c 17-Apr-2021 22:42 20K cmd-attach-session.c 17-Apr-2021 22:42 5.1K cmd-bind-key.c 17-Apr-2021 21:42 2.4K cmd-break-pane.c 17-Apr-2021 21:42 4.1K cmd-capture-pane.c 17-Apr-2021 22:42 6.1K cmd-choose-tree.c 17-Apr-2021 21:42 3.0K cmd-command-prompt.c 17-Apr-2021 21:42 4.8K cmd-confirm-before.c 17-Apr-2021 21:42 3.0K cmd-copy-mode.c 17-Apr-2021 21:42 2.6K cmd-detach-client.c 17-Apr-2021 21:42 2.8K cmd-display-menu.c 23-Jan-2022 17:47 11K cmd-display-message.c 17-Apr-2021 22:42 3.8K cmd-display-panes.c 17-Apr-2021 21:42 7.5K cmd-find-window.c 17-Apr-2021 21:42 2.9K cmd-find.c 17-Apr-2021 21:42 31K cmd-if-shell.c 17-Apr-2021 22:42 5.3K cmd-join-pane.c 17-Apr-2021 21:42 4.5K cmd-kill-pane.c 17-Apr-2021 21:42 1.9K cmd-kill-server.c 17-Apr-2021 21:42 1.6K cmd-kill-session.c 17-Apr-2021 21:42 2.1K cmd-kill-window.c 17-Apr-2021 21:42 2.8K cmd-list-buffers.c 17-Apr-2021 21:42 2.1K cmd-list-clients.c 17-Apr-2021 21:42 2.3K cmd-list-keys.c 23-Jan-2022 17:45 9.2K cmd-list-panes.c 17-Apr-2021 21:42 4.1K cmd-list-sessions.c 17-Apr-2021 21:42 2.3K cmd-list-windows.c 17-Apr-2021 21:42 3.4K cmd-load-buffer.c 17-Apr-2021 22:42 3.0K cmd-lock-server.c 17-Apr-2021 21:42 2.1K cmd-move-window.c 17-Apr-2021 21:42 3.3K cmd-new-session.c 23-Jan-2022 17:47 9.5K cmd-new-window.c 17-Apr-2021 22:42 4.2K cmd-parse.y 17-Apr-2021 22:42 31K cmd-paste-buffer.c 17-Apr-2021 22:42 2.8K cmd-pipe-pane.c 17-Apr-2021 21:42 5.8K cmd-queue.c 17-Apr-2021 22:42 19K cmd-refresh-client.c 17-Apr-2021 21:42 6.0K cmd-rename-session.c 17-Apr-2021 21:42 2.1K cmd-rename-window.c 17-Apr-2021 21:42 1.8K cmd-resize-pane.c 17-Apr-2021 21:42 5.4K cmd-resize-window.c 17-Apr-2021 22:42 3.0K cmd-respawn-pane.c 17-Apr-2021 21:42 2.5K cmd-respawn-window.c 17-Apr-2021 21:42 2.4K cmd-rotate-window.c 17-Apr-2021 21:42 3.4K cmd-run-shell.c 17-Apr-2021 21:42 6.8K cmd-save-buffer.c 17-Apr-2021 21:42 3.0K cmd-select-layout.c 17-Apr-2021 21:42 3.4K cmd-select-pane.c 17-Apr-2021 21:42 6.6K cmd-select-window.c 17-Apr-2021 21:42 3.9K cmd-send-keys.c 17-Apr-2021 22:42 5.5K cmd-set-buffer.c 17-Apr-2021 21:42 3.3K cmd-set-environment.c 17-Apr-2021 21:42 3.0K cmd-set-option.c 17-Apr-2021 21:42 5.7K cmd-show-environment.c 17-Apr-2021 21:42 3.8K cmd-show-messages.c 17-Apr-2021 22:42 2.8K cmd-show-options.c 17-Apr-2021 22:42 6.3K cmd-source-file.c 23-Jan-2022 17:45 4.9K cmd-split-window.c 17-Apr-2021 22:42 5.1K cmd-swap-pane.c 17-Apr-2021 21:42 4.1K cmd-swap-window.c 17-Apr-2021 21:42 2.7K cmd-switch-client.c 17-Apr-2021 21:42 4.3K cmd-unbind-key.c 17-Apr-2021 21:42 2.6K cmd-wait-for.c 17-Apr-2021 22:42 6.3K cmd.c 17-Apr-2021 21:42 19K colour.c 17-Apr-2021 22:42 27K compat.h 17-Apr-2021 22:42 8.7K configure 23-Jan-2022 17:45 246K configure.ac 23-Jan-2022 17:45 17K control-notify.c 17-Apr-2021 21:42 5.3K control.c 19-Apr-2021 23:52 27K environ.c 17-Apr-2021 22:42 6.1K example_tmux.conf 06-Jan-2020 21:40 1.8K file.c 23-Jan-2022 17:45 19K format-draw.c 17-Apr-2021 21:42 31K format.c 23-Jan-2022 17:47 105K grid-reader.c 23-Jan-2022 17:45 9.1K grid-view.c 17-Apr-2021 21:42 5.4K grid.c 17-Apr-2021 22:42 32K input-keys.c 23-Jan-2022 17:47 15K input.c 23-Jan-2022 17:47 62K job.c 17-Apr-2021 22:42 8.3K key-bindings.c 23-Jan-2022 17:47 27K key-string.c 23-Jan-2022 17:45 11K layout-custom.c 17-Apr-2021 21:42 7.9K layout-set.c 17-Apr-2021 21:42 12K layout.c 17-Apr-2021 21:42 27K log.c 17-Apr-2021 22:42 3.4K mdoc2man.awk 17-Apr-2021 21:42 8.4K menu.c 17-Apr-2021 22:42 9.0K mode-tree.c 07-May-2021 13:11 26K names.c 17-Apr-2021 21:42 4.1K notify.c 17-Apr-2021 22:42 6.8K options-table.c 23-Jan-2022 17:45 34K options.c 17-Apr-2021 22:42 25K osdep-aix.c 31-Aug-2016 11:04 2.2K osdep-cygwin.c 17-Apr-2021 21:42 1.9K osdep-darwin.c 17-Apr-2021 21:42 2.6K osdep-dragonfly.c 17-Apr-2021 21:42 2.9K osdep-freebsd.c 17-Apr-2021 21:42 4.4K osdep-haiku.c 17-Apr-2021 21:42 1.3K osdep-hpux.c 17-Apr-2021 21:42 1.1K osdep-linux.c 17-Apr-2021 21:42 2.2K osdep-netbsd.c 17-Apr-2021 21:42 3.6K osdep-openbsd.c 17-Apr-2021 21:42 3.6K osdep-sunos.c 23-Jan-2022 17:45 2.5K osdep-unknown.c 17-Apr-2021 21:42 1.0K paste.c 17-Apr-2021 22:42 6.9K popup.c 17-Apr-2021 21:42 9.7K proc.c 17-Apr-2021 22:42 8.1K regsub.c 17-Apr-2021 22:42 2.9K resize.c 23-Jan-2022 17:47 10K screen-redraw.c 17-Apr-2021 21:42 22K screen-write.c 17-Apr-2021 22:42 47K screen.c 23-Jan-2022 17:47 14K server-client.c 23-Jan-2022 17:47 63K server-fn.c 17-Apr-2021 22:42 10K server.c 17-Apr-2021 22:42 11K session.c 17-Apr-2021 22:42 16K spawn.c 17-Apr-2021 22:42 13K status.c 23-Jan-2022 17:47 42K style.c 17-Apr-2021 22:42 8.5K tmux.1 23-Jan-2022 17:47 157K tmux.c 23-Jan-2022 17:47 11K tmux.h 23-Jan-2022 17:47 92K tty-acs.c 17-Apr-2021 22:42 5.7K tty-features.c 23-Jan-2022 17:45 9.2K tty-keys.c 23-Jan-2022 17:47 36K tty-term.c 23-Jan-2022 17:47 24K tty.c 23-Jan-2022 17:47 65K utf8.c 17-Apr-2021 22:42 13K utmp.c 17-Sep-2011 03:50 4.7K window-buffer.c 23-Jan-2022 17:47 13K window-client.c 17-Apr-2021 22:42 11K window-clock.c 17-Apr-2021 21:42 6.9K window-copy.c 23-Jan-2022 17:47 133K window-customize.c 18-Apr-2021 16:01 39K window-tree.c 18-Apr-2021 16:01 31K window.c 23-Jan-2022 17:47 33K xmalloc.c 01-Nov-2020 15:52 3.0K xmalloc.h 01-Nov-2020 16:16 1.7K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!