Go to file
Nicholas Marriott 9acc26711d new-window -k. 2009-01-21 22:21:49 +00:00
compat
examples Update with new features. 2009-01-18 14:46:04 +00:00
util
CHANGES new-window -k. 2009-01-21 22:21:49 +00:00
FAQ Split windows are done. 2009-01-14 22:32:48 +00:00
GNUmakefile Dont overload DEBUG, use FDEBUG. 2009-01-21 17:45:19 +00:00
Makefile Dont overload DEBUG, use FDEBUG. 2009-01-21 17:45:19 +00:00
NOTES find-window command. 2009-01-18 17:20:52 +00:00
TODO new-window -k. 2009-01-21 22:21:49 +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 Start the first client with a special socketpair so it is already known to the 2009-01-19 17:16:09 +00:00
clock.c Use reverse rather than background which doesn't show up when terminal doesn't 2009-01-19 19:01:11 +00:00
cmd-attach-session.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-bind-key.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-choose-session.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-choose-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-clock-mode.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-command-prompt.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-copy-mode.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-delete-buffer.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-detach-client.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-down-pane.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-find-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +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 Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-kill-pane.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-kill-server.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-kill-session.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-kill-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-last-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-link-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list-buffers.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list-clients.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list-commands.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list-keys.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list-sessions.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list-windows.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-list.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-lock-server.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-move-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-new-session.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
cmd-new-window.c new-window -k. 2009-01-21 22:21:49 +00:00
cmd-next-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-paste-buffer.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-previous-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-refresh-client.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-rename-session.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-rename-window.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
cmd-resize-pane-down.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-resize-pane-up.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-respawn-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-save-buffer.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-scroll-mode.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-select-pane.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-select-prompt.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-select-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-send-keys.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-send-prefix.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-server-info.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-set-buffer.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-set-option.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-set-password.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-set-window-option.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
cmd-show-buffer.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-show-options.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-show-window-options.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-source-file.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-split-window.c Bring back -p and -l to splitw to specify height as % or nlines. 2009-01-21 19:38:51 +00:00
cmd-start-server.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
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 Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-swap-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-switch-client.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-unbind-key.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-unlink-window.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd-up-pane.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +00:00
cmd.c Pass return code from _exec; allow command sequences to work from the command line. 2009-01-19 18:23:40 +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
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 Allow a selection in vi keys mode... 2009-01-21 18:19:32 +00:00
names.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
options-cmd.c
options.c
osdep-darwin.c Darwin support for automatic-rename, from joshe. 2009-01-20 22:17:53 +00:00
osdep-freebsd.c Darwin support for automatic-rename, from joshe. 2009-01-20 22:17:53 +00:00
osdep-linux.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
osdep-openbsd.c Darwin support for automatic-rename, from joshe. 2009-01-20 22:17:53 +00:00
osdep-unknown.c Darwin support for automatic-rename, from joshe. 2009-01-20 22:17:53 +00:00
paste.c
resize.c
screen-redraw.c Fix various silly problems with status line off. 2009-01-19 20:14:55 +00:00
screen-write.c Leftover label. 2009-01-19 17:15:19 +00:00
screen.c
server-fn.c
server-msg.c Die properly with warning. 2009-01-20 18:48:46 +00:00
server.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
session.c -a flags to next/previous window. 2009-01-18 18:31:45 +00:00
status.c Fix various silly problems with status line off. 2009-01-19 20:14:55 +00:00
tmux.1 Whoops. Ic not It. 2009-01-20 20:03:13 +00:00
tmux.c Try to change the window title to match the command running it in. This is done 2009-01-20 19:35:03 +00:00
tmux.h Bring back -p and -l to splitw to specify height as % or nlines. 2009-01-21 19:38:51 +00:00
tty-keys.c
tty-term.c
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 Use reverse rather than background which doesn't show up when terminal doesn't 2009-01-19 19:01:11 +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 Allow a selection in vi keys mode... 2009-01-21 18:19:32 +00:00
window-more.c Style/add printflike. 2009-01-15 00:51:39 +00:00
window-scroll.c
window.c Bring back -p and -l to splitw to specify height as % or nlines. 2009-01-21 19:38:51 +00:00
xmalloc-debug.c
xmalloc.c Multiple window splitting. 2009-01-14 19:29:32 +00:00