Go to file
Nicholas Marriott 95323a6a36 Leftover label. 2009-01-19 17:15:19 +00:00
compat
examples Update with new features. 2009-01-18 14:46:04 +00:00
util
CHANGES Unbreak UTF-8. 2009-01-18 21:46:30 +00:00
FAQ Split windows are done. 2009-01-14 22:32:48 +00:00
GNUmakefile find-window command. 2009-01-18 17:20:52 +00:00
Makefile find-window command. 2009-01-18 17:20:52 +00:00
NOTES find-window command. 2009-01-18 17:20:52 +00:00
TODO Unbreak UTF-8. 2009-01-18 21:46:30 +00:00
arg.c
array.h
buffer-poll.c
buffer.c
cfg.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
client-fn.c
client-msg.c suspend-client command and suspend client when ^Z key binding is used. 2009-01-18 12:09:42 +00:00
client.c suspend-client command and suspend client when ^Z key binding is used. 2009-01-18 12:09:42 +00:00
clock.c
cmd-attach-session.c
cmd-bind-key.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-choose-session.c Don't die when run non-interactively. DOH. 2009-01-18 19:10:08 +00:00
cmd-choose-window.c Don't die when run non-interactively. DOH. 2009-01-18 19:10:08 +00:00
cmd-clock-mode.c
cmd-command-prompt.c find-window command. 2009-01-18 17:20:52 +00:00
cmd-copy-mode.c
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-find-window.c Don't die when run non-interactively. DOH. 2009-01-18 19:10:08 +00:00
cmd-generic.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +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 Repeat for last-window is useless and annoying, take it off. 2009-01-14 22:40:17 +00:00
cmd-link-window.c
cmd-list-buffers.c find-window command. 2009-01-18 17:20:52 +00:00
cmd-list-clients.c
cmd-list-commands.c
cmd-list-keys.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-list-sessions.c Show (attached) for attached sessions. 2009-01-18 12:13:21 +00:00
cmd-list-windows.c Whoops, make this work properly. 2009-01-14 23:39:14 +00:00
cmd-list.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-new-window.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-next-window.c -a flags to next/previous window. 2009-01-18 18:31:45 +00:00
cmd-paste-buffer.c
cmd-previous-window.c -a flags to next/previous window. 2009-01-18 18:31:45 +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
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 Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +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 Show tty flags too. 2009-01-18 18:06:37 +00:00
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 Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-set-window-option.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-show-buffer.c
cmd-show-options.c
cmd-show-window-options.c
cmd-source-file.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-split-window.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-start-server.c
cmd-string.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
cmd-suspend-client.c suspend-client command and suspend client when ^Z key binding is used. 2009-01-18 12:09:42 +00:00
cmd-swap-window.c
cmd-switch-client.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
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 find-window command. 2009-01-18 17:20:52 +00:00
colour.c
grid-view.c
grid.c Tidy a few warnings. 2009-01-17 18:47:37 +00:00
index.html.in
input-keys.c Make shift arrow keys work. 2009-01-12 22:53:52 +00:00
input.c Unbreak UTF-8. 2009-01-18 21:46:30 +00:00
key-bindings.c -a flags to next/previous window. 2009-01-18 18:31:45 +00:00
key-string.c Add tabs. 2009-01-16 19:32:29 +00:00
log.c
mode-key.c Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. 2009-01-15 19:27:31 +00:00
options-cmd.c
options.c
paste.c
resize.c
screen-redraw.c Update. 2009-01-14 21:00:41 +00:00
screen-write.c Leftover label. 2009-01-19 17:15:19 +00:00
screen.c
server-fn.c
server-msg.c Reset tty saved data on resize. 2009-01-18 21:26:44 +00:00
server.c Support command sequences separated by " ; ". Also clean up command printing. 2009-01-18 14:40:48 +00:00
session.c -a flags to next/previous window. 2009-01-18 18:31:45 +00:00
status.c Tidy a few warnings. 2009-01-17 18:47:37 +00:00
tmux.1 Document xterm-keys 2009-01-17 17:16:31 +00:00
tmux.c suspend-client command and suspend client when ^Z key binding is used. 2009-01-18 12:09:42 +00:00
tmux.h Unbreak UTF-8. 2009-01-18 21:46:30 +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 suspend-client command and suspend client when ^Z key binding is used. 2009-01-18 12:09:42 +00:00
tty.c Unbreak UTF-8. 2009-01-18 21:46:30 +00:00
utf8.c Don't use [4] since they are confusing and use the right size for memset. DOH. 2009-01-17 18:38:12 +00:00
util.c find-window command. 2009-01-18 17:20:52 +00:00
window-choose.c find-window command. 2009-01-18 17:20:52 +00:00
window-clock.c
window-copy.c These should be u_int. 2009-01-18 15:40:19 +00:00
window-more.c Style/add printflike. 2009-01-15 00:51:39 +00:00
window-scroll.c
window.c -a flags to next/previous window. 2009-01-18 18:31:45 +00:00
xmalloc-debug.c
xmalloc.c Multiple window splitting. 2009-01-14 19:29:32 +00:00