summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Collapse)Author
2007-09-29Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott
2007-09-29Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These ↵Nicholas Marriott
will be reqd for status line(s).
2007-09-29Pass bell through from any window.Nicholas Marriott
2007-09-29Window flags, currently only bell.Nicholas Marriott
2007-09-28New input parser via state machine.Nicholas Marriott
2007-09-28Added window renaming support (tmux rename)Maximilian Gass
2007-09-28Add client_flush to flush output when transient commands are called.Nicholas Marriott
2007-09-27Split list into ls/lsw.Nicholas Marriott
2007-09-27New session selection rules:Nicholas Marriott
- find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
2007-09-27Adjust $TMUX environ var to include session index, and don't compact session ↵Nicholas Marriott
list on release. Also fix some argument types.
2007-09-26Join oldest session if non specified. Fix errors.Nicholas Marriott
2007-09-26Restore list command.Nicholas Marriott
2007-09-26Server function naming, still not happy with server stuff though.Nicholas Marriott
2007-09-26Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott
2007-09-26Cleanup part 1: split up server.c.Nicholas Marriott
2007-09-22Window list with C-b W.Nicholas Marriott
2007-09-20Last window option.Nicholas Marriott
2007-09-20Reset ignored signals after forkpty.Nicholas Marriott
2007-08-28Scrolling region.Nicholas Marriott
2007-08-27session_flush can go bye-bye again.Nicholas Marriott
2007-08-27Change command format.Nicholas Marriott
2007-08-27If a session is destroyed, safely kill all other clients attached to it.Nicholas Marriott
2007-08-27Don't accept zero titles.Nicholas Marriott
2007-07-25Sync with fdm.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott
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.