aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Restore window title handling.Nicholas Marriott2007-10-01
* Simple status line.Nicholas Marriott2007-10-01
* Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott2007-10-01
* Destroy screens properly.Nicholas Marriott2007-10-01
* Window info command.Nicholas Marriott2007-09-30
* Whoops, forgot this.Nicholas Marriott2007-09-29
* Lose intermediate handling (unused). Change argument parsing to work properly...Nicholas Marriott2007-09-29
* Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott2007-09-29
* Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi...Nicholas Marriott2007-09-29
* Pass bell through from any window.Nicholas Marriott2007-09-29
* Window flags, currently only bell.Nicholas Marriott2007-09-29
* New input parser via state machine.Nicholas Marriott2007-09-28
* Added window renaming support (tmux rename)Maximilian Gass2007-09-28
* Add client_flush to flush output when transient commands are called.Nicholas Marriott2007-09-28
* Split list into ls/lsw.Nicholas Marriott2007-09-27
* New session selection rules:Nicholas Marriott2007-09-27
* Adjust $TMUX environ var to include session index, and don't compact session ...Nicholas Marriott2007-09-27
* Join oldest session if non specified. Fix errors.Nicholas Marriott2007-09-26
* Restore list command.Nicholas Marriott2007-09-26
* Server function naming, still not happy with server stuff though.Nicholas Marriott2007-09-26
* Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott2007-09-26
* Cleanup part 1: split up server.c.Nicholas Marriott2007-09-26
* Window list with C-b W.Nicholas Marriott2007-09-22
* Last window option.Nicholas Marriott2007-09-20
* Reset ignored signals after forkpty.Nicholas Marriott2007-09-20
* Scrolling region.Nicholas Marriott2007-08-28
* session_flush can go bye-bye again.Nicholas Marriott2007-08-27
* Change command format.Nicholas Marriott2007-08-27
* If a session is destroyed, safely kill all other clients attached to it.Nicholas Marriott2007-08-27
* Don't accept zero titles.Nicholas Marriott2007-08-27
* Sync with fdm.Nicholas Marriott2007-07-25
* Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott2007-07-09