- 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 10 years ago
- 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
- 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
- 82f3e0e Use the same logic for bell with and without visual-bell, from Filip Moc. by nicm · 11 years ago
- bfb700c Do not need to call winlink_find_by_window, from Filip Moc. by nicm · 11 years ago
- c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 12 years ago
- 18236c1 Fix BELL_NONE which had been broken in some code reorganisation or other by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 7c39850 Tidy up bell code, from Thomas Adam. by Nicholas Marriott · 12 years ago
- cd10f73 Only hide flags on the current window when the session is attached, from by Nicholas Marriott · 13 years ago
- 029c34c Add a tty_bell wrapper function, from Dylan Alex Simon. by Nicholas Marriott · 13 years ago
- f12158b Add an option to trigger the terminal bell when there is an alert, from by Nicholas Marriott · 13 years ago
- bcc7c68 Unused declaration. by Nicholas Marriott · 14 years ago
- acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
- e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
- 8363e31 Change the way backoff works. Instead of stopping reading from the pty by Nicholas Marriott · 14 years ago
- 2b80ede Don't return if in the current window since we may want to report a bell by Nicholas Marriott · 14 years ago
- e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
- 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
- f98d13e Don't try enable/disable the event if the window pane is dead (fd == -1), as by Nicholas Marriott · 15 years ago
- 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
- a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
- 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
- ea8c8c5 A couple of minor cosmetic changes. by Nicholas Marriott · 15 years ago
- abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
- d8332e6 Don't backoff based on suspended or deda clients as they are always likely to by Nicholas Marriott · 15 years ago
- dc3fdc8 If any client currently displaying a window pane has more than 1 KB of output by Nicholas Marriott · 15 years ago
- 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
- eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago