aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAge
...
* 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 ↵Nicholas Marriott2007-10-20
| | | | $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present.
* -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
|
* Select window command.Nicholas Marriott2007-10-04
|
* Rename window.Nicholas Marriott2007-10-04
|
* set-option command to set meta.Nicholas Marriott2007-10-04
|
* Key binding and unbinding.Nicholas Marriott2007-10-04
|
* Rewrite command handling to be more generic. Not finished!Nicholas Marriott2007-10-03
|
* String/number arguments..Nicholas Marriott2007-10-03
|
* Key binding, unbinding.Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
|
* Redraw client status lines on rename.Nicholas Marriott2007-10-02
|
* Sync.Nicholas Marriott2007-10-02
|
* Restore window title handling.Nicholas Marriott2007-10-01
|
* Simple status line.Nicholas Marriott2007-10-01
|
* Window info command.Nicholas Marriott2007-09-30
|
* Missed this out before.Nicholas Marriott2007-09-29
|
* tmux new-session -d.Nicholas Marriott2007-09-29
|
* Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott2007-09-29
|
* Pass bell through from any window.Nicholas Marriott2007-09-29
|
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Added window renaming support (tmux rename)Maximilian Gass2007-09-28
|
* Update changelog.Nicholas Marriott2007-09-27
|
* Window list with C-b W.Nicholas Marriott2007-09-22
|
* META env var.Nicholas Marriott2007-09-20
|
* Last window option.Nicholas Marriott2007-09-20
|
* Reset ignored signals after forkpty.Nicholas Marriott2007-09-20
|
* Wrap next/prev.Nicholas Marriott2007-09-20
|
* Don't renumber on close.Nicholas Marriott2007-09-19
|
* Scrolling region.Nicholas Marriott2007-08-28
|
* Update to be more readable and hopefully lose memory problems.Nicholas Marriott2007-08-27
|
* Some code tidying, use macros in a few more places.Nicholas Marriott2007-07-10
|
* Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott2007-07-09
showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.