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
/
server-window.c
Age
Commit message (
Expand
)
Author
2012-01-21
Only hide flags on the current window when the session is attached, from
Nicholas Marriott
2011-08-24
Add a tty_bell wrapper function, from Dylan Alex Simon.
Nicholas Marriott
2011-07-03
Add an option to trigger the terminal bell when there is an alert, from
Nicholas Marriott
2011-01-26
Unused declaration.
Nicholas Marriott
2010-12-21
Store sessions in an RB tree by name rather than a list, this is tidier
Nicholas Marriott
2010-12-06
Add an option to alert (monitor) for silence (lack of activity) in a
Nicholas Marriott
2010-08-11
Change the way backoff works. Instead of stopping reading from the pty
Nicholas Marriott
2010-07-19
Don't return if in the current window since we may want to report a bell
Nicholas Marriott
2010-06-21
Having a list of winlinks->alerts for each session is stupid, just store
Nicholas Marriott
2010-02-19
copy mode uses the real screen as backing and if it is updated while copying,
Nicholas Marriott
2009-12-03
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-11-13
Destroy panes immediately rather than checking them all every loop.
Nicholas Marriott
2009-11-06
Don't try enable/disable the event if the window pane is dead (fd == -1), as
Nicholas Marriott
2009-11-04
Change window name change to use a timer event rather than a gettimeofday()
Nicholas Marriott
2009-11-04
Convert the window pane (pty master side) fd over to use a bufferevent.
Nicholas Marriott
2009-11-04
Switch window pane pipe redirect fd over to a bufferevent.
Nicholas Marriott
2009-11-04
Switch tty fds over to a bufferevent.
Nicholas Marriott
2009-11-04
A couple of minor cosmetic changes.
Nicholas Marriott
2009-11-04
Initial changes to move tmux to libevent.
Nicholas Marriott
2009-11-04
Don't backoff based on suspended or deda clients as they are always likely to
Nicholas Marriott
2009-10-28
If any client currently displaying a window pane has more than 1 KB of output
Nicholas Marriott
2009-10-27
Move the poll registration functions into the server-*.c files.
Nicholas Marriott
2009-10-22
Split the server code handling clients, jobs and windows off into separate
Nicholas Marriott