| Commit message (Expand) | Author | Age |
| ... | |
| * | send-prefix command. | Nicholas Marriott | 2007-10-12 |
| * | set status, status-fg, status-bg. | Nicholas Marriott | 2007-10-12 |
| * | Mark windows in yellow on status line when bell. | Nicholas Marriott | 2007-10-12 |
| * | Simplify input.c - lose class table and use macros. | Nicholas Marriott | 2007-10-10 |
| * | Have resize update a SESSION_UNATTACHED flag. | Nicholas Marriott | 2007-10-05 |
| * | Clean up pause/exit mess with flags. | Nicholas Marriott | 2007-10-05 |
| * | Lose command index enum in favour of runtime-calculated index. | Nicholas Marriott | 2007-10-04 |
| * | Lose usage and move it into the struct. | Nicholas Marriott | 2007-10-04 |
| * | Incomplete resize support. | Nicholas Marriott | 2007-10-04 |
| * | Window attachment, malloc debugging, fix a segfault with no sessions. | Nicholas Marriott | 2007-10-04 |
| * | Nuke ?. | Nicholas Marriott | 2007-10-04 |
| * | Select window command. | Nicholas Marriott | 2007-10-04 |
| * | Rename window. | Nicholas Marriott | 2007-10-04 |
| * | set-option command to set meta. | Nicholas Marriott | 2007-10-04 |
| * | Key binding and unbinding. | Nicholas Marriott | 2007-10-04 |
| * | List keys command. | Nicholas Marriott | 2007-10-04 |
| * | Next/last/previous window, some other tweaks. | Nicholas Marriott | 2007-10-04 |
| * | New window command. | Nicholas Marriott | 2007-10-03 |
| * | Rewrite command handling to be more generic. Not finished! | Nicholas Marriott | 2007-10-03 |
| * | Rename some bits. | Nicholas Marriott | 2007-10-03 |
| * | String/number arguments.. | Nicholas Marriott | 2007-10-03 |
| * | Key binding, unbinding. | Nicholas Marriott | 2007-10-03 |
| * | Move command handling into the server and tidy up some bits. | Nicholas Marriott | 2007-10-03 |
| * | Redraw client status lines on rename. | Nicholas Marriott | 2007-10-02 |
| * | Restore window title handling. | Nicholas Marriott | 2007-10-01 |
| * | Simple status line. | Nicholas Marriott | 2007-10-01 |
| * | Pass attributes around as flags rather than as a list of escape codes. | Nicholas Marriott | 2007-10-01 |
| * | Destroy screens properly. | Nicholas Marriott | 2007-10-01 |
| * | Window info command. | Nicholas Marriott | 2007-09-30 |
| * | Whoops, forgot this. | Nicholas Marriott | 2007-09-29 |
| * | Lose intermediate handling (unused). Change argument parsing to work properly... | Nicholas Marriott | 2007-09-29 |
| * | Write error messages for rename. Also tweak some error outputs, and fix -i. | Nicholas Marriott | 2007-09-29 |
| * | Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi... | Nicholas Marriott | 2007-09-29 |
| * | Pass bell through from any window. | Nicholas Marriott | 2007-09-29 |
| * | Window flags, currently only bell. | Nicholas Marriott | 2007-09-29 |
| * | New input parser via state machine. | Nicholas Marriott | 2007-09-28 |
| * | Added window renaming support (tmux rename) | Maximilian Gass | 2007-09-28 |
| * | Add client_flush to flush output when transient commands are called. | Nicholas Marriott | 2007-09-28 |
| * | Split list into ls/lsw. | Nicholas Marriott | 2007-09-27 |
| * | New session selection rules: | Nicholas Marriott | 2007-09-27 |
| * | Adjust $TMUX environ var to include session index, and don't compact session ... | Nicholas Marriott | 2007-09-27 |
| * | Join oldest session if non specified. Fix errors. | Nicholas Marriott | 2007-09-26 |
| * | Restore list command. | Nicholas Marriott | 2007-09-26 |
| * | Server function naming, still not happy with server stuff though. | Nicholas Marriott | 2007-09-26 |
| * | Cleanup part II: split up client stuff and ops. More to come. | Nicholas Marriott | 2007-09-26 |
| * | Cleanup part 1: split up server.c. | Nicholas Marriott | 2007-09-26 |
| * | Window list with C-b W. | Nicholas Marriott | 2007-09-22 |
| * | Last window option. | Nicholas Marriott | 2007-09-20 |
| * | Reset ignored signals after forkpty. | Nicholas Marriott | 2007-09-20 |
| * | Scrolling region. | Nicholas Marriott | 2007-08-28 |