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
/
session.c
Commit message (
Expand
)
Author
Age
*
Change server-info format.
Nicholas Marriott
2009-01-10
*
Make window options work the same was as session options, add mode-fg/mode-bg...
Nicholas Marriott
2008-12-08
*
Disable UTF-8 by default and add options to enable it.
Nicholas Marriott
2008-11-16
*
Keep stack of previous windows.
Nicholas Marriott
2008-11-16
*
TAILQ -> SLIST.
Nicholas Marriott
2008-11-05
*
Trim.
Nicholas Marriott
2008-09-26
*
Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.
Nicholas Marriott
2008-08-28
*
Set up environ properly.
Nicholas Marriott
2008-06-30
*
Zombie windows, requested by Will Maier.
Nicholas Marriott
2008-06-29
*
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
Nicholas Marriott
2008-06-20
*
Trimify.
Nicholas Marriott
2008-06-18
*
Use a socketpair to synchronise server startup.
Nicholas Marriott
2008-06-07
*
Make server exit when last session dies. Also fix window check for status act...
Nicholas Marriott
2008-06-06
*
Some Linux fixes; some code tidying. Don't redraw status bar so often.
Nicholas Marriott
2008-06-06
*
Add activity monitoring, also invert items on taskbar which have activity.
Nicholas Marriott
2008-06-04
*
Per-session configuration options.
Nicholas Marriott
2008-06-03
*
It is too easy to create things in the same second; use a timespec instead.
Nicholas Marriott
2008-06-03
*
Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...
Nicholas Marriott
2008-06-02
*
Major reorganisation of screen handling.
Nicholas Marriott
2007-12-06
*
Double-free on session destroy.
Nicholas Marriott
2007-11-12
*
Make it build/run on Linux.
Nicholas Marriott
2007-10-31
*
unlink-window command. Also fix some u_int -> int problems.
Nicholas Marriott
2007-10-26
*
Redraw status bar on link.
Nicholas Marriott
2007-10-26
*
Reorg window data structures. Add an intermediate data type (struct winlink) ...
Nicholas Marriott
2007-10-26
*
Free/close windows properly.
Nicholas Marriott
2007-10-24
*
Missing time.h.
Nicholas Marriott
2007-10-19
*
Mark windows in yellow on status line when bell.
Nicholas Marriott
2007-10-12
*
New window command.
Nicholas Marriott
2007-10-03
*
Rewrite command handling to be more generic. Not finished!
Nicholas Marriott
2007-10-03
*
Ooops, missed this one. Doh.
Nicholas Marriott
2007-09-29
*
Don't nuke last window on reselect of same window.
Nicholas Marriott
2007-09-29
*
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
*
Stop crashing when exiting windows.
Nicholas Marriott
2007-09-21
*
Comment.
Nicholas Marriott
2007-09-21
*
Reset s->window to NULL so it doesn't end up in s->last.
Nicholas Marriott
2007-09-21
*
Tweak ordering.
Nicholas Marriott
2007-09-21
*
Remove window before working out new current window; clear last window if nec...
Nicholas Marriott
2007-09-21
*
session_last == -1 could still leave us with the window we are about to remove.
Nicholas Marriott
2007-09-21
*
Last window option.
Nicholas Marriott
2007-09-20
*
Wrap next/prev.
Nicholas Marriott
2007-09-20
*
session_flush can go bye-bye again.
Nicholas Marriott
2007-08-27
*
Flush even detached sessions.
Nicholas Marriott
2007-08-27
*
Change command format.
Nicholas Marriott
2007-08-27
*
If a session is destroyed, safely kill all other clients attached to it.
Nicholas Marriott
2007-08-27
*
Update to be more readable and hopefully lose memory problems.
Nicholas Marriott
2007-08-27
*
Sync with fdm.
Nicholas Marriott
2007-07-25
*
Initial import to CVS. Basic functions are working, albeit with a couple of s...
Nicholas Marriott
2007-07-09