index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server-msg.c
Commit message (
Collapse
)
Author
Age
*
Reorg window data structures. Add an intermediate data type (struct winlink) ↵
Nicholas Marriott
2007-10-26
|
|
|
|
to hold index and make sessions hold a RB tree of them rather than a fixed array.
*
Lift last MAXNAMELEN limit on -s argument.
Nicholas Marriott
2007-10-23
|
*
List client command.
Nicholas Marriott
2007-10-23
|
*
Tweak message.
Nicholas Marriott
2007-10-12
|
*
Warn and bork on nested sessions ($TMUX exists).
Nicholas Marriott
2007-10-12
|
*
Lose command index enum in favour of runtime-calculated index.
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
|
*
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
|
*
Skip exec on cmds. Also use xmemstrdup where appropriate.
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
|
*
Sprinkle some const.
Nicholas Marriott
2007-10-03
|
*
Redraw client status lines on rename.
Nicholas Marriott
2007-10-02
|
*
Simple status line.
Nicholas Marriott
2007-10-01
|
*
Window info command.
Nicholas Marriott
2007-09-30
|
*
Show the right windows in the list.
Nicholas Marriott
2007-09-29
|
*
tmux new-session -d.
Nicholas Marriott
2007-09-29
|
*
Write error messages for rename. Also tweak some error outputs, and fix -i.
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
|
*
Terminate buffers properly.
Nicholas Marriott
2007-09-28
|
*
New session selection rules:
Nicholas Marriott
2007-09-27
|
|
|
|
|
|
|
|
- find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
*
Join oldest session if non specified. Fix errors.
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