aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Show the right windows in the list.Nicholas Marriott2007-09-29
|
* Grr missed one.Nicholas Marriott2007-09-29
|
* Whoooops. lower not upper.Nicholas Marriott2007-09-29
|
* Whoops, forgot this.Nicholas Marriott2007-09-29
|
* Dl/Il should follow scrolling region.Nicholas Marriott2007-09-29
|
* Spc fix.Nicholas Marriott2007-09-29
|
* Fix scrolling region checks.Nicholas Marriott2007-09-29
|
* Handle MSG_ERROR.Nicholas Marriott2007-09-29
|
* Sync.Nicholas Marriott2007-09-29
|
* tmux new-session -d.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
|
* Sync.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
|
* debug2 not debug.Nicholas Marriott2007-09-29
|
* Window flags, currently only bell.Nicholas Marriott2007-09-29
|
* Sync.Nicholas Marriott2007-09-28
|
* Sort headers.Nicholas Marriott2007-09-28
|
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Added window renaming support (tmux rename)Maximilian Gass2007-09-28
|
* Sync.Nicholas Marriott2007-09-28
|
* Terminate buffers properly.Nicholas Marriott2007-09-28
|
* Add client_flush to flush output when transient commands are called.Nicholas Marriott2007-09-28
|
* Sync.Nicholas Marriott2007-09-28
|
* Erm, check the right length for short cmds.Nicholas Marriott2007-09-27
|
* Retry connection with small timeout instead of sleep(10) for server start.Nicholas Marriott2007-09-27
|
* Sync.Nicholas Marriott2007-09-27
|
* Sync.Nicholas Marriott2007-09-27
|
* Update changelog.Nicholas Marriott2007-09-27
|
* 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.
* -S for socket, -s for session.Nicholas Marriott2007-09-26
|
* Extend op string and add potential for a single alias.Nicholas Marriott2007-09-26
|
* Don't close stderr in log_close to make -v/-vv work again.Nicholas Marriott2007-09-26
|
* Join oldest session if non specified. Fix errors.Nicholas Marriott2007-09-26
|
* Restore list command.Nicholas Marriott2007-09-26
|
* Whoops, these need to be terminated.Nicholas Marriott2007-09-26
|
* These are no longer unused.Nicholas Marriott2007-09-26
|
* Unlink and retry if server socket connect fails.Nicholas Marriott2007-09-26
|
* Server function naming, still not happy with server stuff though.Nicholas Marriott2007-09-26
|
* Restore -n, now after the command.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
|
* Stop crashing when exiting windows.Nicholas Marriott2007-09-21
|
* Comment.Nicholas Marriott2007-09-21
|
* Reset s->window to NULL so it doesn't end up in s->last.Nicholas Marriott2007-09-21
|
* Pass through backspace for now.Nicholas Marriott2007-09-21
|