index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server-msg.c
Commit message (
Collapse
)
Author
Age
...
*
Sync with Makefile.
Nicholas Marriott
2007-12-13
|
*
Don't free twice when exiting.
Nicholas Marriott
2007-12-12
|
*
Only close the tty during exit process and leave freeing it to when the ↵
Nicholas Marriott
2007-12-06
|
|
|
|
socket is lost.
*
Major reorganisation of screen handling.
Nicholas Marriott
2007-12-06
|
*
Three-stage exit process so that [] message printing works on detach etc.
Nicholas Marriott
2007-11-27
|
*
Big internal reorganisation to move tty control into parent.
Nicholas Marriott
2007-11-27
|
*
Always redraw requesting client on resize.
Nicholas Marriott
2007-11-24
|
*
Check for NULL clients.
Nicholas Marriott
2007-11-21
|
*
The CLIENT_HOLD hack can go bye-bye.
Nicholas Marriott
2007-11-21
|
*
Initial history support.
Nicholas Marriott
2007-11-21
|
*
Fix a format string bug and sprinkle some printflikes.
Nicholas Marriott
2007-11-20
|
*
switch-client command.
Nicholas Marriott
2007-11-16
|
*
Add -c option to specify client, and move detach/refresh to client rather ↵
Nicholas Marriott
2007-11-16
|
|
|
|
than session.
*
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
[prev]