aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Collapse)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 ↵Nicholas Marriott2007-09-29
| | | | properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point).
* 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 ↵Nicholas Marriott2007-09-29
| | | | will be reqd for status line(s).
* 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
| | | | | | | | - find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
* Adjust $TMUX environ var to include session index, and don't compact session ↵Nicholas Marriott2007-09-27
| | | | list on release. Also fix some argument types.
* 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 ↵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.