summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2008-12-08Make window options work the same was as session options, add ↵Nicholas Marriott
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
2008-12-05Ability to show window title on status line.Nicholas Marriott
2008-11-27Support dfly, from joshe.Nicholas Marriott
2008-11-23Fix build on sparc.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-10Split colour functions from screen.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-08-07This order is required for -static.Nicholas Marriott
2008-07-02Split emacs/vi keys into seperate tables.Nicholas Marriott
2008-07-010.4 released.Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
2008-06-25Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵Nicholas Marriott
be typed.
2008-06-25Allow use of alt keys. move-window command.Nicholas Marriott
2008-06-23list-commands command.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-20Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott
2008-06-19Command prompt for interactive commands.Nicholas Marriott
2008-06-18To 0.4. Some other Makefile tweaks.Nicholas Marriott
2008-06-16show-window-options command.Nicholas Marriott
2008-06-15Add a couple of extra option types, and implement show-options command.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-04Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03Quick and dirty kill-server command.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or ↵Nicholas Marriott
specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
2008-06-02Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott
command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
2008-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-30Bah, doing it together doesn't seem to work portably.Nicholas Marriott
2007-11-30install -d, from tobiasu.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
2007-11-22Partial copy mode. Currently does the same as scroll mode but using a ↵Nicholas Marriott
cursor. Also fix bug where resizing would leave crap lying around.
2007-11-21Scrollable win for command output.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵Nicholas Marriott
display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback.
2007-11-20+index.html.inNicholas Marriott
2007-11-20dist target.Nicholas Marriott
2007-11-16switch-client command.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather ↵Nicholas Marriott
than session.
2007-11-12kill-window command.Nicholas Marriott
2007-11-09Initial man page.Nicholas Marriott
2007-11-09rename-session command.Nicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-30swap-window command.Nicholas Marriott
2007-10-30%u -> %d for indexes. Some lint fixes.Nicholas Marriott
2007-10-26unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott
2007-10-26link-window command to link a window into another session.Nicholas Marriott
2007-10-25has-session command.Nicholas Marriott
2007-10-23List client command.Nicholas Marriott