index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
session.c
Age
Commit message (
Expand
)
Author
2010-09-08
Add -n and -p flags to switch-client to move to the next and previous
Nicholas Marriott
2010-06-27
Store the current working directory in the session, change the default-path
Nicholas Marriott
2010-06-21
Having a list of winlinks->alerts for each session is stupid, just store
Nicholas Marriott
2010-06-21
Rename activity->alert in a couple of functions for consistency.
Nicholas Marriott
2009-12-22
Fix a couple of problems with grouped sessions reported by danh: redraw
Nicholas Marriott
2009-12-03
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-11-26
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
Nicholas Marriott
2009-11-13
Use winlink_remove() to remove old winlinks when synchronizing grouped sessions
Nicholas Marriott
2009-11-03
Change session and client activity and creation time members to have more
Nicholas Marriott
2009-10-10
Add "grouped sessions" which have independent name, options, current window and
Nicholas Marriott
2009-10-10
Support for individual session idle time locking. May be enabled by turning off
Nicholas Marriott
2009-09-20
Regularise some fatal messages.
Nicholas Marriott
2009-09-16
Rather than constructing an entire termios struct from ttydefaults.h, just let
Nicholas Marriott
2009-09-07
Reference count clients and sessions rather than relying on a saved index for
Nicholas Marriott
2009-09-01
When using tmux as a login shell, there is currently no way to specify a shell
Nicholas Marriott
2009-08-13
Add a base-index session option to specify the first index checked when looking
Nicholas Marriott
2009-08-13
When creating a new session from the command-line where there is an external
Nicholas Marriott
2009-08-08
Infrastructure and commands to manage the environment for processes started
Nicholas Marriott
2009-07-07
Rename the global options variables to be shorter and to make session options
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott