Age | Commit message (Expand) | Author |
2009-09-22 | Permit multiple prefix keys to be defined, separated by commas, for example: | Nicholas Marriott |
2009-09-21 | sync to 1.9.5: lookup hashes are now static tables | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: make terminal_*, tree_* and out_* functions return void, | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendly | Ingo Schwarze |
2009-09-21 | Use KEYC_NONE constant instead of 0 on init. | Nicholas Marriott |
2009-09-21 | Nuke -i option which isn't used anymore. | Nicholas Marriott |
2009-09-21 | Use option print function for info messages as well. | Nicholas Marriott |
2009-09-21 | Move common code from show-options and show-window-options into a function. | Nicholas Marriott |
2009-09-21 | zap trailing whitespace; | Jason McIntyre |
2009-09-21 | Drop tiny union from option struct. | Nicholas Marriott |
2009-09-21 | Key options were implemented as a number so these struct members are unused. | Nicholas Marriott |
2009-09-20 | run-shell command to run a shell command without opening a window, sending | Nicholas Marriott |
2009-09-20 | Nuke unused variables and fix stupid error message. | Nicholas Marriott |
2009-09-20 | Move some common and untidy code for window link/unlink into generic functions | Nicholas Marriott |
2009-09-20 | Regularise some fatal messages. | Nicholas Marriott |
2009-09-19 | if pipe_read() returns 0 we are at EOF and the structure describing | Jacob Meuser |
2009-09-19 | if the device is dying, don't try to stop it, otherwise this would | Alexandre Ratchov |
2009-09-19 | tag the device as stopped even if sio_stop() failed (ie. device | Alexandre Ratchov |
2009-09-18 | now in sync with version 1.9.2 | Ingo Schwarze |
2009-09-18 | sync to 1.9.2: Add .UC libman macro for compatibility, has no effect. | Ingo Schwarze |
2009-09-18 | fix typo (overriden -> overridden); from jmc@; included in 1.9.2 | Ingo Schwarze |
2009-09-18 | sync to 1.9.2: non-printable characters in macro names are errors; | Ingo Schwarze |
2009-09-18 | like login(1), back off password guesses after login-backoff; and | Martynas Venckus |
2009-09-18 | New option, set-titles-string, to allow the window title to be specified (as | Nicholas Marriott |
2009-09-16 | Rather than constructing an entire termios struct from ttydefaults.h, just let | Nicholas Marriott |
2009-09-16 | Allow -maxdepth 0; noticed by bluhm@ | Todd C. Miller |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-09-15 | Stick line length to what is actually used (removing an optimization that | Nicholas Marriott |
2009-09-15 | The default terminal size should be 80x24, not 80x25. | Nicholas Marriott |
2009-09-14 | Nuke unused server_client_index function, pointed out by martynas@. | Nicholas Marriott |
2009-09-12 | Doh, trim variables unused now. | Nicholas Marriott |
2009-09-12 | Tidy some common code for destroying sessions into a new function. | Nicholas Marriott |
2009-09-12 | tmux always outputs \177 for backspace, so explicitly set VERASE to \177 for | Nicholas Marriott |
2009-09-11 | - adjust usage() to fit in 80 columns | Stuart Henderson |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-10 | Correct error message when fclose() fails. From Brian Poole. | Todd C. Miller |
2009-09-08 | Move connect code out ouf clientloop into own function. This code can be | Claudio Jeker |
2009-09-08 | There is no need for two getaddrinfo implementations for client and server. | Claudio Jeker |
2009-09-07 | While the display-panes indicator is on screen, make the number keys select the | Nicholas Marriott |
2009-09-07 | Reference count clients and sessions rather than relying on a saved index for | Nicholas Marriott |
2009-09-07 | Tiny cleanup. | Matthias Kilian |
2009-09-07 | Give each paste buffer a size member instead of requiring them to be | Nicholas Marriott |
2009-09-07 | Permit embedded colour and attributes in status-left and status-right using new | Nicholas Marriott |
2009-09-06 | check for unitialized elements when accessing an array; from Simon Kellner. | Otto Moerbeek |
2009-09-05 | Only redraw all clients once when the backoff timer expires rather than every | Nicholas Marriott |
2009-09-05 | - properly free fqdn if it gets reassigned due to multiple -h options | Tobias Stoeckmann |
2009-09-05 | Fixed typo in comment. | Tobias Stoeckmann |
2009-09-04 | Tidy main and make it a bit easier to read. | Nicholas Marriott |
2009-09-04 | Tell the user when sleeping due to password backoff. | Nicholas Marriott |
2009-09-03 | Correctly escape spaces in the Erlang 4.2/4.3 magic. | Stuart Henderson |