aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAge
* Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott2007-11-21
* Scrollable win for command output.Nicholas Marriott2007-11-21
* Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott2007-11-21
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
* Initial history support.Nicholas Marriott2007-11-21
* Fix a format string bug and sprinkle some printflikes.Nicholas Marriott2007-11-20
* +index.html.inNicholas Marriott2007-11-20
* -k on link-window to kill dest window if it exists.Nicholas Marriott2007-11-17
* Two-column display for on-line print.Nicholas Marriott2007-11-16
* Ooops use ->client here, not cmdclient.Nicholas Marriott2007-11-16
* switch-client command.Nicholas Marriott2007-11-16
* Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott2007-11-16
* Report available commands on ambiguous commands. Tidy TODO a bit.Nicholas Marriott2007-11-16
* Force default colours if terminal supports it.Nicholas Marriott2007-11-12
* Finish off man page.Nicholas Marriott2007-11-12
* kill-window command.Nicholas Marriott2007-11-12
* C-space is "^ " not "^@".Nicholas Marriott2007-11-09
* Support tab.Nicholas Marriott2007-11-09
* Initial man page.Nicholas Marriott2007-11-09
* -V option to show tmux version.Nicholas Marriott2007-11-09
* rename-session command.Nicholas Marriott2007-11-09
* Check for required term capabilities on start.Nicholas Marriott2007-11-08
* Try write even if read gets signal, some other tweaks.Nicholas Marriott2007-11-07
* Make it build/run on Linux.Nicholas Marriott2007-10-31
* swap-window command.Nicholas Marriott2007-10-30
* Don't save/restore ry_*.Nicholas Marriott2007-10-26
* unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott2007-10-26
* link-window command to link a window into another session.Nicholas Marriott2007-10-26
* Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott2007-10-26
* has-session command.Nicholas Marriott2007-10-25
* Handle DSR for resize(1).Nicholas Marriott2007-10-24
* Save restore attr.Nicholas Marriott2007-10-24
* Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott2007-10-23
* List client command.Nicholas Marriott2007-10-23
* Add default-command option and change default to be $SHELL rather than $SHELL...Nicholas Marriott2007-10-20
* -n is now -s on new-session.Nicholas Marriott2007-10-19
* Kill window command. Nuke some backspace stuff.Nicholas Marriott2007-10-19
* Add a bell-action option.Nicholas Marriott2007-10-19
* Refresh session command.Nicholas Marriott2007-10-19
* Warn and bork on nested sessions ($TMUX exists).Nicholas Marriott2007-10-12
* Accept colours as strings.Nicholas Marriott2007-10-12
* send-prefix command.Nicholas Marriott2007-10-12
* Update.Nicholas Marriott2007-10-12
* Mark windows in yellow on status line when bell.Nicholas Marriott2007-10-12
* -d option to attach. Also fix CC in Makefile and make it build with DEBUG again.Nicholas Marriott2007-10-04
* Incomplete resize support.Nicholas Marriott2007-10-04
* Added my tmux start script as an example (examples/start-tmux.sh)Maximilian Gass2007-10-04
* New sessions can now be given a command for their first windowMaximilian Gass2007-10-04
* Fixed usage statement for new-windowMaximilian Gass2007-10-04
* Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott2007-10-04