Go to file
Nicholas Marriott 097b96ea44 Having fixed flags for single-character getopt options is a bit hard to
maintain and is only going to get worse as more are used. So instead, add a new
uint64_t member to cmd_entry which is a bitmask of upper and lowercase options
accepted by the command.

This means new single character options can be used without the need to add it
explicitly to the list.
2009-07-14 06:43:33 +00:00
compat Solaris has no strcasestr. 2009-07-02 07:31:02 +00:00
examples Update. 2009-07-13 18:29:28 +00:00
tools Comment FDEBUG and bump dist version. 2009-07-01 22:10:06 +00:00
www
CHANGES Try to make a bit more sense here. 2009-07-01 22:15:16 +00:00
FAQ Update with new UTF-8 environment variable information for 0.9. 2009-07-01 19:49:56 +00:00
GNUmakefile Next will be 1.0. 2009-07-06 18:21:17 +00:00
Makefile Next will be 1.0. 2009-07-06 18:21:17 +00:00
NOTES This is not really important or major. 2009-07-06 18:53:24 +00:00
TODO Expand leading tilde on commands which expect a filename. 2009-07-13 18:03:18 +00:00
arg.c Tidy up and improve target (-t) argument parsing: 2009-07-14 06:42:06 +00:00
array.h
attributes.c
buffer-poll.c Sync this properly. 2009-06-25 16:22:36 +00:00
buffer.c Restore $Id$ and add script to do so. 2009-06-25 16:21:32 +00:00
cfg.c Restore $Id$ and add script to do so. 2009-06-25 16:21:32 +00:00
client-fn.c
client-msg.c
client.c $Id$. 2009-07-01 23:06:32 +00:00
clock.c
cmd-attach-session.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-bind-key.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-break-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-choose-session.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-choose-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-clear-history.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-clock-mode.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-command-prompt.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-confirm-before.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-copy-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-copy-mode.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-delete-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-detach-client.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-down-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-find-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-generic.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-has-session.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-if-shell.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-kill-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-kill-server.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-kill-session.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-kill-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-last-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-link-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list-buffers.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list-clients.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list-commands.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list-keys.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list-sessions.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list-windows.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-list.c
cmd-load-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-lock-server.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-move-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-new-session.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-new-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-next-layout.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-next-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-paste-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-previous-layout.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-previous-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-refresh-client.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-rename-session.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-rename-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-resize-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-respawn-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-rotate-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-save-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-scroll-mode.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-select-layout.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-select-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-select-prompt.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-select-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-send-keys.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-send-prefix.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-server-info.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-set-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-set-option.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-set-password.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-set-window-option.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-show-buffer.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-show-options.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-show-window-options.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-source-file.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-split-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-start-server.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-string.c If it exist, load a system-wide configuration file /etc/tmux.conf before any 2009-07-14 06:38:14 +00:00
cmd-suspend-client.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-swap-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-swap-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-switch-client.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-unbind-key.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-unlink-window.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd-up-pane.c Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
cmd.c Tidy up and improve target (-t) argument parsing: 2009-07-14 06:42:06 +00:00
colour.c
compat.h Solaris has no strcasestr. 2009-07-02 07:31:02 +00:00
configure Solaris has no strcasestr. 2009-07-02 07:31:02 +00:00
grid-view.c Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full 2009-07-14 06:40:33 +00:00
grid.c Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full 2009-07-14 06:40:33 +00:00
input-keys.c
input.c Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full 2009-07-14 06:40:33 +00:00
key-bindings.c Add a "back to indentation" key in copy mode to move the cursor to the first 2009-07-14 06:39:25 +00:00
key-string.c If it exist, load a system-wide configuration file /etc/tmux.conf before any 2009-07-14 06:38:14 +00:00
layout-manual.c
layout.c
log.c Fix rejects. 2009-06-25 16:23:35 +00:00
mode-key.c Add a "back to indentation" key in copy mode to move the cursor to the first 2009-07-14 06:39:25 +00:00
names.c If using the default login shell (empty default-command), strip any - prefix. 2009-07-02 18:26:55 +00:00
options-cmd.c
options.c
osdep-darwin.c
osdep-freebsd.c #ifndef nitems. 2009-06-26 15:31:15 +00:00
osdep-linux.c
osdep-netbsd.c Apparently NetBSD's tcgetpgrp is good enough to use, so don't need to play 2009-06-26 15:54:52 +00:00
osdep-openbsd.c #ifndef nitems. 2009-06-26 15:31:15 +00:00
osdep-unknown.c
paste.c Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error 2009-07-02 16:23:54 +00:00
resize.c
screen-redraw.c Restore $Id$ and add script to do so. 2009-06-25 16:21:32 +00:00
screen-write.c Cursor up and down should be limited by the scroll region (cuu should stop at 2009-07-09 18:08:13 +00:00
screen.c Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full 2009-07-14 06:40:33 +00:00
server-fn.c Add a default-terminal option to set the starting value of $TERM in new 2009-07-12 17:07:58 +00:00
server-msg.c Fix $Id$. 2009-07-08 18:03:03 +00:00
server.c Add a "back to indentation" key in copy mode to move the cursor to the first 2009-07-14 06:39:25 +00:00
session.c Fix $Id$. 2009-07-08 18:03:03 +00:00
status.c Add a "back to indentation" key in copy mode to move the cursor to the first 2009-07-14 06:39:25 +00:00
tmux.1 Tidy up and improve target (-t) argument parsing: 2009-07-14 06:42:06 +00:00
tmux.c Add a default-terminal option to set the starting value of $TERM in new 2009-07-12 17:07:58 +00:00
tmux.h Having fixed flags for single-character getopt options is a bit hard to 2009-07-14 06:43:33 +00:00
tty-keys.c
tty-term.c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. 2009-06-25 16:47:00 +00:00
tty-write.c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. 2009-06-25 16:47:00 +00:00
tty.c Don't send initialisation strings is1/2/3 (barely anything else does) and move 2009-07-12 17:08:37 +00:00
utf8.c Restore $Id$ and add script to do so. 2009-06-25 16:21:32 +00:00
window-choose.c Restore $Id$ and add script to do so. 2009-06-25 16:21:32 +00:00
window-clock.c $Id$. 2009-07-01 19:03:34 +00:00
window-copy.c Add a "back to indentation" key in copy mode to move the cursor to the first 2009-07-14 06:39:25 +00:00
window-more.c Restore $Id$ and add script to do so. 2009-06-25 16:21:32 +00:00
window-scroll.c
window.c Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full 2009-07-14 06:40:33 +00:00
xmalloc.c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. 2009-06-25 16:47:00 +00:00