Go to file
Tiago Cunha bba822105b Sync OpenBSD patchset 934:
Make confirm-before prompt customizable with -p option like
command-prompt. Also move responsibility for calling status_replace into
status_prompt_{set,update} and add #W and #P to the default kill-window
and kill-pane prompts. By Tiago Cunha.
2011-07-08 08:42:03 +00:00
compat Use the right asprintf since we don't support truly broken platforms right now. 2011-03-04 23:39:41 +00:00
examples Window content backup script from Victor J Orlikowski. 2011-04-17 19:36:35 +00:00
tools Bring the last remaining bits of dist.mk. 2011-01-07 15:09:04 +00:00
www trunk/tmux not tmux/tmux 2011-06-24 13:13:21 +00:00
CHANGES Major changes since the previous version. 2010-12-27 21:37:42 +00:00
FAQ Update from Tiago Resende. 2011-05-18 17:47:33 +00:00
Makefile.am PatchSet 924 2011-06-23 19:23:12 +00:00
NOTES libevent-2 works now as well. 2011-01-03 23:58:10 +00:00
TODO Done too. 2011-07-04 14:04:55 +00:00
arguments.c Sync OpenBSD patchset 859: 2011-02-15 15:24:40 +00:00
array.h Sync OpenBSD patchset 714: 2010-06-06 00:27:08 +00:00
attributes.c Sync OpenBSD patchset 700: 2010-06-05 23:54:51 +00:00
autogen.sh RCS $Id$. 2010-12-31 22:13:48 +00:00
cfg.c Sync OpenBSD patchset 811: 2010-12-30 22:26:07 +00:00
client.c Sync OpenBSD patchset 863: 2011-03-19 23:27:35 +00:00
clock.c Sync OpenBSD patchset 581: 2009-12-04 22:14:47 +00:00
cmd-attach-session.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-bind-key.c Sync OpenBSD patchset 847: 2011-01-22 00:00:23 +00:00
cmd-break-pane.c Sync OpenBSD patchset 910: 2011-05-18 20:32:47 +00:00
cmd-capture-pane.c Sync OpenBSD patchset 907: 2011-05-18 20:31:00 +00:00
cmd-choose-buffer.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-choose-client.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-choose-session.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-choose-window.c Sync OpenBSD patchset 813: 2011-01-07 16:55:40 +00:00
cmd-clear-history.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-clock-mode.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-command-prompt.c Sync OpenBSD patchset 934: 2011-07-08 08:42:03 +00:00
cmd-confirm-before.c Sync OpenBSD patchset 934: 2011-07-08 08:42:03 +00:00
cmd-copy-mode.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-delete-buffer.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-detach-client.c |PatchSet 889 2011-04-18 21:06:25 +00:00
cmd-display-message.c |PatchSet 883 2011-04-06 22:24:20 +00:00
cmd-display-panes.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-find-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-has-session.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-if-shell.c $Id$ not $OpenBSD$. 2011-05-29 15:13:36 +00:00
cmd-join-pane.c While here, maximum percentage is 100 not INT_MAX. Oops. 2011-01-23 15:49:32 +00:00
cmd-kill-pane.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-kill-server.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-kill-session.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-kill-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-link-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-list-buffers.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-list-clients.c |PatchSet 891 2011-04-18 21:07:12 +00:00
cmd-list-commands.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-list-keys.c Sync OpenBSD patchset 930: 2011-07-04 08:26:41 +00:00
cmd-list-panes.c Sync OpenBSD patchset 932: 2011-07-05 10:43:59 +00:00
cmd-list-sessions.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-list-windows.c Sync OpenBSD patchset 932: 2011-07-05 10:43:59 +00:00
cmd-list.c |--------------------- 2010-12-06 21:48:56 +00:00
cmd-load-buffer.c Sync OpenBSD patchset 912: 2011-05-18 20:33:55 +00:00
cmd-lock-server.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-move-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-new-session.c |PatchSet 884 2011-04-06 22:29:26 +00:00
cmd-new-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-paste-buffer.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-pipe-pane.c |PatchSet 876 2011-04-06 22:21:02 +00:00
cmd-refresh-client.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-rename-session.c |PatchSet 884 2011-04-06 22:29:26 +00:00
cmd-rename-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-resize-pane.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-respawn-pane.c Sync OpenBSD patchset 931: 2011-07-05 10:42:09 +00:00
cmd-respawn-window.c Sync OpenBSD patchset 931: 2011-07-05 10:42:09 +00:00
cmd-rotate-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-run-shell.c Sync OpenBSD patchset 855: 2011-02-15 15:20:03 +00:00
cmd-save-buffer.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-select-layout.c Sync OpenBSD patchset 831: 2011-01-07 15:02:38 +00:00
cmd-select-pane.c Sync OpenBSD patchset 860: 2011-02-15 15:25:12 +00:00
cmd-select-window.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-send-keys.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-send-prefix.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-server-info.c Sync OpenBSD patchset 895: 2011-04-25 20:32:03 +00:00
cmd-set-buffer.c Sync OpenBSD patchset 920: 2011-05-26 20:16:17 +00:00
cmd-set-environment.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-set-option.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-show-buffer.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-show-environment.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-show-messages.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-show-options.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-source-file.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-split-window.c Sync OpenBSD patchset 862: 2011-02-15 15:26:54 +00:00
cmd-start-server.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-string.c Read ${X} environment variables in strings and $HOME from the global 2010-12-13 22:53:56 +00:00
cmd-suspend-client.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-swap-pane.c Sync OpenBSD patchset 909: 2011-05-18 20:32:04 +00:00
cmd-swap-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd-switch-client.c |PatchSet 882 2011-04-06 22:24:01 +00:00
cmd-unbind-key.c Sync OpenBSD patchset 837: 2011-01-21 23:46:09 +00:00
cmd-unlink-window.c Sync OpenBSD patchset 829: 2011-01-07 14:45:34 +00:00
cmd.c PatchSet 924 2011-06-23 19:23:12 +00:00
colour.c Sync OpenBSD patchset 833: 2011-01-21 23:42:14 +00:00
compat.h Switch tmux to use autoconf and automake. 2010-12-31 22:12:33 +00:00
configure.ac One of these gives us b64_ntop. 2011-05-26 10:35:07 +00:00
environ.c Run job commands explicitly in the global enviroment (which can be 2010-04-06 21:59:19 +00:00
grid-utf8.c Sync OpenBSD patchset 581: 2009-12-04 22:14:47 +00:00
grid-view.c Sync OpenBSD patchset 853: 2011-02-15 15:10:47 +00:00
grid.c Merge output (more) and copy modes into one single mode (called copy). 2010-04-05 05:11:44 +00:00
input-keys.c Sync OpenBSD patchset 896: 2011-04-25 20:33:42 +00:00
input.c Sync OpenBSD patchset 933: 2011-07-08 08:40:35 +00:00
job.c Sync OpenBSD patchset 855: 2011-02-15 15:20:03 +00:00
key-bindings.c Sync OpenBSD patchset 928: 2011-07-04 08:22:37 +00:00
key-string.c Make bind-key accept characters with the top-bit-set and print them as octal. 2011-01-22 22:31:09 +00:00
layout-custom.c PatchSet 923 2011-06-23 19:21:26 +00:00
layout-set.c Sync OpenBSD patchset 867: 2011-03-19 23:31:08 +00:00
layout.c Sync OpenBSD patchset 905: 2011-05-18 20:30:14 +00:00
log.c Sync OpenBSD patchset 581: 2009-12-04 22:14:47 +00:00
mode-key.c Sync OpenBSD patchset 913: 2011-05-18 20:35:36 +00:00
names.c Sync OpenBSD patchset 581: 2009-12-04 22:14:47 +00:00
options-table.c Sync OpenBSD patchset 929: 2011-07-04 08:23:39 +00:00
options.c Sync OpenBSD patchset 343: 2009-09-22 14:22:21 +00:00
osdep-aix.c Copy osdep-unknown.c for AIX to make @PLATFORM@ work. 2011-01-10 22:00:47 +00:00
osdep-darwin.c epoll on Linux is broken with /dev/null so it needs to be disabled. 2010-12-30 20:41:08 +00:00
osdep-freebsd.c epoll on Linux is broken with /dev/null so it needs to be disabled. 2010-12-30 20:41:08 +00:00
osdep-hpux.c Support for HP-UX. 2011-01-21 20:35:20 +00:00
osdep-linux.c osdep-linux.c 2011-01-13 19:58:47 +00:00
osdep-netbsd.c epoll on Linux is broken with /dev/null so it needs to be disabled. 2010-12-30 20:41:08 +00:00
osdep-openbsd.c PatchSet 887 2011-04-18 21:03:42 +00:00
osdep-sunos.c epoll on Linux is broken with /dev/null so it needs to be disabled. 2010-12-30 20:41:08 +00:00
osdep-unknown.c epoll on Linux is broken with /dev/null so it needs to be disabled. 2010-12-30 20:41:08 +00:00
paste.c |PatchSet 873 2011-04-06 22:18:56 +00:00
resize.c Sync OpenBSD patchset 806: 2010-12-22 15:36:44 +00:00
screen-redraw.c Sync OpenBSD patchset 762: 2010-09-18 15:43:53 +00:00
screen-write.c Sync OpenBSD patchset 914: 2011-05-22 16:23:07 +00:00
screen.c Sync OpenBSD patchset 916: 2011-05-22 16:26:09 +00:00
server-client.c Sync OpenBSD patchset 915: 2011-05-22 16:25:02 +00:00
server-fn.c Sync OpenBSD patchset 848: 2011-02-14 23:11:33 +00:00
server-window.c Sync OpenBSD patchset 929: 2011-07-04 08:23:39 +00:00
server.c PatchSet 870 2011-04-06 22:16:33 +00:00
session.c |PatchSet 884 2011-04-06 22:29:26 +00:00
signal.c Sync OpenBSD patchset 751: 2010-08-29 14:42:11 +00:00
status.c Sync OpenBSD patchset 934: 2011-07-08 08:42:03 +00:00
tmux.1 Sync OpenBSD patchset 934: 2011-07-08 08:42:03 +00:00
tmux.c Fix sscanf that was guaranteed to always fail. 2011-03-04 23:13:56 +00:00
tmux.h Sync OpenBSD patchset 927: 2011-07-03 21:52:50 +00:00
tty-acs.c Sync OpenBSD patchset 762: 2010-09-18 15:43:53 +00:00
tty-keys.c Make sure non-UTF8 mouse coordinates are kept to 8-bit values. 2011-03-04 20:36:59 +00:00
tty-term.c tparm requires 10 arguments on Solaris. 2011-06-26 23:59:23 +00:00
tty.c Sync OpenBSD patchset 921: 2011-05-26 20:18:06 +00:00
utf8.c Sync OpenBSD patchset 828: 2011-01-07 14:34:45 +00:00
window-choose.c Sync OpenBSD patchset 812: 2010-12-30 22:27:38 +00:00
window-clock.c Pass in the session, rather than the client, to window modes' key() function. 2010-05-22 21:56:04 +00:00
window-copy.c Sync OpenBSD patchset 926: 2011-07-03 21:51:17 +00:00
window.c PatchSet 923 2011-06-23 19:21:26 +00:00
xmalloc.c Solaris 9 has no stdint.h, ugh. Reported by a couple of people most 2010-09-07 19:32:58 +00:00
xterm-keys.c Sync OpenBSD patchset 925: 2011-07-03 21:50:27 +00:00