Go to file
Nicholas Marriott 92594c8029 Update CHANGES. 2009-03-31 21:30:03 +00:00
compat AIX forkpty. 2009-03-31 21:23:18 +00:00
examples
util
CHANGES Update CHANGES. 2009-03-31 21:30:03 +00:00
FAQ $Id$ 2009-03-30 20:22:08 +00:00
GNUmakefile Missing \. 2009-03-31 21:24:33 +00:00
Makefile break-pane command to split a pane off into a new window; bound to ! by default. 2009-03-07 09:29:54 +00:00
NOTES
TODO Draw vertical line on the right when window size is limited. 2009-03-31 18:39:45 +00:00
arg.c
array.h
attributes.c
buffer-poll.c
buffer.c
cfg.c
client-fn.c Put socket path in $TMUX. 2009-03-04 17:24:07 +00:00
client-msg.c
client.c Not const. 2009-03-27 17:04:04 +00:00
clock.c const. 2009-03-27 16:59:57 +00:00
cmd-attach-session.c
cmd-bind-key.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-break-pane.c break-pane command to split a pane off into a new window; bound to ! by default. 2009-03-07 09:29:54 +00:00
cmd-choose-session.c
cmd-choose-window.c
cmd-clock-mode.c
cmd-command-prompt.c
cmd-copy-buffer.c
cmd-copy-mode.c Redraw selection properly. 2009-02-25 21:56:46 +00:00
cmd-delete-buffer.c
cmd-detach-client.c
cmd-down-pane.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-find-window.c 8 -> UTF8_SIZE. 2009-03-29 11:18:28 +00:00
cmd-generic.c
cmd-has-session.c
cmd-kill-pane.c break-pane command to split a pane off into a new window; bound to ! by default. 2009-03-07 09:29:54 +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 Better UTF-8 support, including combined characters. Unicode data is now stored 2009-03-28 20:17:29 +00:00
cmd-list.c
cmd-load-buffer.c
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c
cmd-new-window.c
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-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
cmd-resize-pane-down.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-resize-pane-up.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-respawn-window.c Put socket path in $TMUX. 2009-03-04 17:24:07 +00:00
cmd-save-buffer.c
cmd-scroll-mode.c
cmd-select-pane.c
cmd-select-prompt.c
cmd-select-window.c
cmd-send-keys.c
cmd-send-prefix.c
cmd-server-info.c Include protocol version. 2009-03-29 19:09:57 +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 Put socket path in $TMUX. 2009-03-04 17:24:07 +00:00
cmd-start-server.c
cmd-string.c
cmd-suspend-client.c
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-unlink-window.c
cmd-up-pane.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.c break-pane command to split a pane off into a new window; bound to ! by default. 2009-03-07 09:29:54 +00:00
colour.c Support for 88 colour terminals. 2009-03-07 10:29: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 Add UTF-8 to grid_compare.. 2009-03-30 19:44:55 +00:00
index.html.in
input-keys.c Extra function keys from Dashing dashing at hushmail dot com 2009-03-02 18:05:40 +00:00
input.c Better UTF-8 support, including combined characters. Unicode data is now stored 2009-03-28 20:17:29 +00:00
key-bindings.c Key repeating is now a property of the key binding not of the command. Repeat 2009-03-28 14:08:09 +00:00
key-string.c Extra function keys from Dashing dashing at hushmail dot com 2009-03-02 18:05:40 +00:00
log.c Most of AIX support. 2009-03-31 21:22:10 +00:00
mode-key.c Allow selection in vi mode. 2009-02-21 17:46:13 +00:00
names.c
options-cmd.c
options.c
osdep-darwin.c
osdep-freebsd.c
osdep-linux.c
osdep-netbsd.c
osdep-openbsd.c
osdep-unknown.c Most of AIX support. 2009-03-31 21:22:10 +00:00
paste.c
resize.c
screen-redraw.c Draw vertical line on the right when window size is limited. 2009-03-31 18:39:45 +00:00
screen-write.c - Unbreak selection colouring. 2009-03-30 20:14:50 +00:00
screen.c Better UTF-8 support, including combined characters. Unicode data is now stored 2009-03-28 20:17:29 +00:00
server-fn.c char not char *... 2009-03-07 09:42:13 +00:00
server-msg.c Support for 88 colour terminals. 2009-03-07 10:29:06 +00:00
server.c Now unused variable. 2009-03-28 15:49:05 +00:00
session.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
status.c
tmux.1
tmux.c Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg 2009-03-27 15:57:10 +00:00
tmux.h 8 -> UTF8_SIZE. 2009-03-29 11:18:28 +00:00
tty-keys.c Extra function keys from Dashing dashing at hushmail dot com 2009-03-02 18:05:40 +00:00
tty-term.c Support for 88 colour terminals. 2009-03-07 10:29:06 +00:00
tty-write.c Don't turn cursor off unless actually drawing something. 2009-02-21 19:25:58 +00:00
tty.c Draw vertical line on the right when window size is limited. 2009-03-31 18:39:45 +00:00
utf8.c
util.c
window-choose.c Fix window choice mode, again. 2009-03-02 17:01:00 +00:00
window-clock.c
window-copy.c Er, i should be j and c should be u. 2009-03-31 15:10:43 +00:00
window-more.c
window-scroll.c
window.c break-pane command to split a pane off into a new window; bound to ! by default. 2009-03-07 09:29:54 +00:00
xmalloc-debug.c
xmalloc.c