Go to file
Nicholas Marriott b21e356e56 Spacing.
2009-05-04 19:12:37 +00:00
compat /* $Id$ */ 2009-04-29 22:45:32 +00:00
examples Update commands, and options. 2009-04-27 14:44:14 +00:00
images Update TODO; fix a comment; better screenshot. 2009-04-16 10:59:59 +00:00
util
arg.c
array.h
attributes.c
buffer-poll.c
buffer.c
cfg.c Close .tmux.conf... DOH. 2009-03-31 22:23:43 +00:00
CHANGES Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
client-fn.c Put socket path in $TMUX. 2009-03-04 17:24:07 +00:00
client-msg.c
client.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
clock.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-attach-session.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-bind-key.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-break-pane.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-choose-session.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-choose-window.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-clock-mode.c
cmd-command-prompt.c And another memory leak. 2009-02-16 18:58:14 +00:00
cmd-confirm-before.c Simplify the code by using the generic _target functions. 2009-04-28 18:29:44 +00:00
cmd-copy-buffer.c
cmd-copy-mode.c Redraw selection properly. 2009-02-25 21:56:46 +00:00
cmd-delete-buffer.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-detach-client.c
cmd-down-pane.c - Allow switching to hidden windows (for active-only layout). 2009-04-01 21:10:08 +00:00
cmd-find-window.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-generic.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-has-session.c
cmd-kill-pane.c Space trimmage mega-diff. 2009-05-04 17:58:27 +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 Move sx,sy into tty rather than client. 2009-02-11 17:50:36 +00:00
cmd-list-commands.c
cmd-list-keys.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-list-sessions.c
cmd-list-windows.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-list.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-load-buffer.c
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-new-window.c
cmd-next-layout.c previous-layout command. 2009-04-30 21:17:06 +00:00
cmd-next-window.c Key repeating is now a property of the key binding not of the command. Repeat 2009-03-28 14:08:09 +00:00
cmd-paste-buffer.c
cmd-previous-layout.c previous-layout command. 2009-04-30 21:17:06 +00:00
cmd-previous-window.c Key repeating is now a property of the key binding not of the command. Repeat 2009-03-28 14:08:09 +00:00
cmd-refresh-client.c
cmd-rename-session.c
cmd-rename-window.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-resize-pane.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-respawn-window.c Put socket path in $TMUX. 2009-03-04 17:24:07 +00:00
cmd-rotate-window.c Document panes stuff. 2009-04-21 20:06:46 +00:00
cmd-save-buffer.c
cmd-scroll-mode.c
cmd-select-pane.c - Allow switching to hidden windows (for active-only layout). 2009-04-01 21:10:08 +00:00
cmd-select-prompt.c Move status prompt/message init and teardown into status.c. 2009-02-13 18:57:55 +00:00
cmd-select-window.c
cmd-send-keys.c
cmd-send-prefix.c
cmd-server-info.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-set-buffer.c
cmd-set-option.c * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. 2009-03-21 12:44:06 +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 Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-start-server.c
cmd-string.c Spacing. 2009-05-04 19:12:37 +00:00
cmd-suspend-client.c
cmd-swap-pane.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-unlink-window.c
cmd-up-pane.c - Allow switching to hidden windows (for active-only layout). 2009-04-01 21:10:08 +00:00
cmd.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
colour.c Support for 88 colour terminals. 2009-03-07 10:29:06 +00:00
FAQ UTF-8 is now fine, and AIX works. 2009-03-31 23:17:28 +00:00
GNUmakefile previous-layout command. 2009-04-30 21:17:06 +00:00
grid-view.c Better UTF-8 support, including combined characters. Unicode data is now stored 2009-03-28 20:17:29 +00:00
grid.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
index.html.in Ready for 0.8. 2009-04-21 20:10:22 +00:00
input-keys.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
input.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
key-bindings.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
key-string.c Extra function keys from Dashing dashing at hushmail dot com 2009-03-02 18:05:40 +00:00
layout.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
log.c Most of AIX support. 2009-03-31 21:22:10 +00:00
Makefile Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
mode-key.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
names.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
NOTES Mouse supprot isn't so bad. 2009-04-21 20:57:10 +00:00
options-cmd.c
options.c
osdep-darwin.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
osdep-freebsd.c Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. 2009-04-29 23:07:35 +00:00
osdep-linux.c Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. 2009-04-29 23:07:35 +00:00
osdep-netbsd.c Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. 2009-04-29 23:07:35 +00:00
osdep-openbsd.c Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. 2009-04-29 23:07:35 +00:00
osdep-unknown.c Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. 2009-04-29 23:07:35 +00:00
paste.c
resize.c - Allow switching to hidden windows (for active-only layout). 2009-04-01 21:10:08 +00:00
screen-redraw.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
screen-write.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
screen.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
server-fn.c Convert hidden flag to a full flags word for the status line and add a flag to 2009-04-27 17:27:36 +00:00
server-msg.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
server.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
session.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
status.c Convert hidden flag to a full flags word for the status line and add a flag to 2009-04-27 17:27:36 +00:00
tmux.1 Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
tmux.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
tmux.h Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
TODO Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
tty-keys.c RB_INSERT returns &item if already exists, so use that rather than doing a 2009-05-04 18:05:23 +00:00
tty-term.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
tty-write.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
tty.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
utf8.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
util.c DOH. 2009-04-30 16:24:20 +00:00
window-choose.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
window-clock.c
window-copy.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
window-more.c Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. 2009-02-13 21:39:45 +00:00
window-scroll.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
window.c Space trimmage mega-diff. 2009-05-04 17:58:27 +00:00
xmalloc-debug.c
xmalloc.c