Go to file
Nicholas Marriott a89d1c5857 Split windows are done. 2009-01-14 22:32:48 +00:00
compat
examples Update commands and options. While there, rename the keyword groups 2009-01-12 21:53:18 +00:00
util
CHANGES Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
FAQ Split windows are done. 2009-01-14 22:32:48 +00:00
GNUmakefile switch-pane is now select-pane. 2009-01-14 19:56:55 +00:00
Makefile switch-pane is now select-pane. 2009-01-14 19:56:55 +00:00
NOTES
TODO Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
arg.c
array.h
buffer-poll.c
buffer.c
cfg.c
client-fn.c
client-msg.c
client.c
clock.c
cmd-attach-session.c
cmd-bind-key.c
cmd-clock-mode.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
cmd-command-prompt.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-copy-mode.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
cmd-delete-buffer.c
cmd-detach-client.c
cmd-down-pane.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
cmd-generic.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-has-session.c
cmd-kill-pane.c Multiple window splitting. 2009-01-14 19:29:32 +00:00
cmd-kill-server.c
cmd-kill-session.c
cmd-kill-window.c
cmd-last-window.c
cmd-link-window.c
cmd-list-buffers.c
cmd-list-clients.c
cmd-list-commands.c
cmd-list-keys.c
cmd-list-sessions.c
cmd-list-windows.c Multiple window splitting. 2009-01-14 19:29:32 +00:00
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c
cmd-new-window.c
cmd-next-window.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
cmd-paste-buffer.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
cmd-previous-window.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
cmd-refresh-client.c
cmd-rename-session.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-rename-window.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-resize-pane-down.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-resize-pane-up.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-respawn-window.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-save-buffer.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-scroll-mode.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
cmd-select-pane.c switch-pane is now select-pane. 2009-01-14 19:56:55 +00:00
cmd-select-prompt.c
cmd-select-window.c
cmd-send-keys.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
cmd-send-prefix.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
cmd-server-info.c
cmd-set-buffer.c Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
cmd-set-option.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
cmd-set-password.c
cmd-set-window-option.c
cmd-show-buffer.c
cmd-show-options.c
cmd-show-window-options.c
cmd-source-file.c
cmd-split-window.c Multiple window splitting. 2009-01-14 19:29:32 +00:00
cmd-start-server.c
cmd-string.c
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-unlink-window.c
cmd-up-pane.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
cmd.c switch-pane is now select-pane. 2009-01-14 19:56:55 +00:00
colour.c
grid-view.c
grid.c
index.html.in
input-keys.c Make shift arrow keys work. 2009-01-12 22:53:52 +00:00
input.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
key-bindings.c Whoops, stray line. 2009-01-14 22:14:51 +00:00
key-string.c Tidy escape modifier (don't know how this worked before...). 2009-01-12 20:24:12 +00:00
log.c
mode-key.c
options-cmd.c
options.c
paste.c
resize.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
screen-redraw.c Update. 2009-01-14 21:00:41 +00:00
screen-write.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
screen.c
server-fn.c
server-msg.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
server.c Unbreak prefix as binding. 2009-01-14 22:29:28 +00:00
session.c Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. 2009-01-12 18:22:47 +00:00
status.c Multiple window splitting. 2009-01-14 19:29:32 +00:00
tmux.1 Document -g. 2009-01-14 18:47:19 +00:00
tmux.c Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
tmux.h Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
tty-keys.c More hacks for key handling. 2009-01-12 22:48:00 +00:00
tty-term.c Codes no longer needed. 2009-01-11 23:41:29 +00:00
tty-write.c Multiple window splitting. 2009-01-14 19:29:32 +00:00
tty.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
utf8.c
window-clock.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
window-copy.c Use -O0 to prevent copy issues. 2009-01-12 00:52:37 +00:00
window-more.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
window-scroll.c Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
window.c Multiple window splitting. 2009-01-14 19:29:32 +00:00
xmalloc-debug.c
xmalloc.c Multiple window splitting. 2009-01-14 19:29:32 +00:00