| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | README.ja | 1 tmuxへようこそ! 3 tmuxはターミナルマルチプレクサーです。複数のターミナルを一つのスクリーン内に作成し、操作することができます。 8 tmuxはlibevent 2.x.に依存します。 下記からダウンロードしてください。 16 tarballでのtmuxのビルドとインストール方法。 21 tmuxはutmp(5)をアップデートするためにutempterを使うことができます。もしインストール済みであればオプション「--enable-utempter」をつけて実行してください。 25 $ git clone https://github.com/tmux/tmux.git 26 $ cd tmux 32 詳しい情報はhttp://git-scm.comをご覧ください。修正はメール<tmux-users@googlegroups.com>宛、もしくはhttps://github.com/tmux/tm… 34 tmuxのドキュメントについてはtmux.1マニュアルをご覧ください。こちらのコマンドで参照可能です。 36 $ nroff -mdoc tmux.1|less [all …]
|
| H A D | README | 1 Welcome to tmux! 3 tmux is a terminal multiplexer: it enables a number of terminals to be created, 4 accessed, and controlled from a single screen. tmux may be detached from a 11 tmux depends on libevent 2.x, available from: 19 To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a 24 To build and install tmux from a release tarball, use: 29 tmux can use the utempter library to update utmp(5), if it is installed - run 35 $ git clone https://github.com/tmux/tmux.git 36 $ cd tmux 45 tmux-users@googlegroups.com [all …]
|
| H A D | Makefile.am | 2 bin_PROGRAMS = tmux program 3 CLEANFILES = tmux.1.mdoc tmux.1.man cmd-parse.c 8 osdep-*.c mdoc2man.awk tmux.1 184 tmux.c \ 185 tmux.h \ 186 tmux-protocol.h \ 234 sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1 \ 235 >$(srcdir)/tmux.1.mdoc; \ 237 sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \ 238 $(AWK) -f $(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \ [all …]
|
| /netbsd-src/external/bsd/tmux/ |
| H A D | README | 3 To update tmux to a new version: 9 - Update usr.bin/tmux/Makefile to sync the CPPFLAGS to the list of -D flags 11 - Update the list of source files in usr.bin/tmux/Makefile with the new 16 - Update doc/3RDPARTY with the new tmux version.
|
| /netbsd-src/sys/arch/arm/nvidia/ |
| H A D | tegra124_car.c | 1132 struct tegra_mux_clk *tmux = &tclk->u.mux; in tegra124_car_clock_set_parent_mux() local 1140 for (src = 0; src < tmux->nparents; src++) { in tegra124_car_clock_set_parent_mux() 1141 if (tmux->parents[src] == NULL) { in tegra124_car_clock_set_parent_mux() 1144 if (strcmp(tmux->parents[src], tclk_parent->base.name) == 0) { in tegra124_car_clock_set_parent_mux() 1148 if (src == tmux->nparents) { in tegra124_car_clock_set_parent_mux() 1152 if (tmux->reg == CAR_CLKSRC_HDMI_REG && in tegra124_car_clock_set_parent_mux() 1176 v = bus_space_read_4(bst, bsh, tmux->reg); in tegra124_car_clock_set_parent_mux() 1177 v &= ~tmux->bits; in tegra124_car_clock_set_parent_mux() 1178 v |= __SHIFTIN(src, tmux->bits); in tegra124_car_clock_set_parent_mux() 1179 bus_space_write_4(bst, bsh, tmux->reg, v); in tegra124_car_clock_set_parent_mux() [all …]
|
| H A D | tegra210_car.c | 1262 struct tegra_mux_clk *tmux = &tclk->u.mux; in tegra210_car_clock_set_parent_mux() local 1270 for (src = 0; src < tmux->nparents; src++) { in tegra210_car_clock_set_parent_mux() 1271 if (tmux->parents[src] == NULL) { in tegra210_car_clock_set_parent_mux() 1274 if (strcmp(tmux->parents[src], tclk_parent->base.name) == 0) { in tegra210_car_clock_set_parent_mux() 1278 if (src == tmux->nparents) { in tegra210_car_clock_set_parent_mux() 1282 v = bus_space_read_4(bst, bsh, tmux->reg); in tegra210_car_clock_set_parent_mux() 1283 v &= ~tmux->bits; in tegra210_car_clock_set_parent_mux() 1284 v |= __SHIFTIN(src, tmux->bits); in tegra210_car_clock_set_parent_mux() 1285 bus_space_write_4(bst, bsh, tmux->reg, v); in tegra210_car_clock_set_parent_mux() 1294 struct tegra_mux_clk *tmux = &tclk->u.mux; in tegra210_car_clock_get_parent_mux() local [all …]
|
| /netbsd-src/external/bsd/tmux/share/examples/tmux/ |
| H A D | Makefile | 6 SRCDIR= ${NETBSDSRCDIR}/external/bsd/tmux/dist 9 FILESDIR= /usr/share/examples/tmux
|
| /netbsd-src/external/bsd/tmux/share/examples/ |
| H A D | Makefile | 3 SUBDIR= tmux
|
| /netbsd-src/external/bsd/tmux/usr.bin/ |
| H A D | Makefile | 3 SUBDIR= tmux
|
| /netbsd-src/tests/usr.bin/tmux/ |
| H A D | Makefile | 5 TESTSDIR= ${TESTSBASE}/usr.bin/tmux
|
| /netbsd-src/etc/ |
| H A D | shells | 11 /usr/bin/tmux
|
| /netbsd-src/tests/usr.bin/ |
| H A D | Makefile | 12 shmif_dumpbus shmif_pcapin sdiff sed sort stat tar tmux tr \
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | Dockerfile | 45 # tmux dependencies
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | TODO | 405 in between, see for example tmux(1).
|
| /netbsd-src/distrib/sets/lists/misc/ |
| H A D | mi | 1628 ./usr/share/examples/tmux misc-tmux-examples 1629 ./usr/share/examples/tmux/example_tmux.conf misc-tmux-examples share 1630 ./usr/share/examples/tmux/screen-keys.conf misc-obsolete obsolete
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 4436 use=xterm+tmux, use=ecma+italics, use=xterm-basic, 4741 use=xterm-basic, use=xterm+tmux, 5013 use=xterm+sm+1006, use=xterm+tmux, use=ecma+italics, 5546 # termcap. These are useful in tmux, for instance, hence the name. 5561 xterm+tmux|advanced xterm features used in tmux (cursor style 2), 5564 xterm+tmux2|advanced xterm features used in tmux, 5679 use=xterm+tmux, use=xterm+keypad, use=xterm-basic, 6318 use=xterm+alt+title, use=xterm+tmux, use=kitty+setal, 6362 use=xterm+sm+1006, use=xterm+tmux, use=ecma+italics, 7372 # tmux extensions, see TERMINFO EXTENSIONS in tmux(1) [all …]
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 4153 tmux
|
| /netbsd-src/etc/mtree/ |
| H A D | NetBSD.dist.base | 519 ./usr/share/examples/tmux
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | images | 39 # skip some compiled terminfo like xterm+tmux by looking for image type less equal 33
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ChangeLog-2017 | 98 2017-12-01 Tobias Ulmer <tobiasu@tmux.org>
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ChangeLog-2017 | 98 2017-12-01 Tobias Ulmer <tobiasu@tmux.org>
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 141259 0x200000 0x243000 0x43000 0x0 r-- CN-- /usr/local/bin/tmux
|