summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2007-10-12set status, status-fg, status-bg.Nicholas Marriott
2007-10-12Mark windows in yellow on status line when bell.Nicholas Marriott
2007-10-10Simplify input.c - lose class table and use macros.Nicholas Marriott
2007-10-05Have resize update a SESSION_UNATTACHED flag.Nicholas Marriott
2007-10-05Clean up pause/exit mess with flags.Nicholas Marriott
2007-10-04Lose command index enum in favour of runtime-calculated index.Nicholas Marriott
2007-10-04Lose usage and move it into the struct.Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott
2007-10-04Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott
2007-10-04Nuke ?.Nicholas Marriott
2007-10-04Select window command.Nicholas Marriott
2007-10-04Rename window.Nicholas Marriott
2007-10-04set-option command to set meta.Nicholas Marriott
2007-10-04Key binding and unbinding.Nicholas Marriott
2007-10-04List keys command.Nicholas Marriott
2007-10-04Next/last/previous window, some other tweaks.Nicholas Marriott
2007-10-03New window command.Nicholas Marriott
2007-10-03Rewrite command handling to be more generic. Not finished!Nicholas Marriott
2007-10-03Rename some bits.Nicholas Marriott
2007-10-03String/number arguments..Nicholas Marriott
2007-10-03Key binding, unbinding.Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott
2007-10-02Redraw client status lines on rename.Nicholas Marriott
2007-10-01Restore window title handling.Nicholas Marriott
2007-10-01Simple status line.Nicholas Marriott
2007-10-01Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott
2007-10-01Destroy screens properly.Nicholas Marriott
2007-09-30Window info command.Nicholas Marriott
2007-09-29Whoops, forgot this.Nicholas Marriott
2007-09-29Lose intermediate handling (unused). Change argument parsing to work properly...Nicholas Marriott
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 wi...Nicholas Marriott
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
2007-09-27Adjust $TMUX environ var to include session index, and don't compact session ...Nicholas Marriott
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