Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-14 | Pass through the aixterm bright colours if the terminal supports them (>= 16 | Nicholas Marriott | |
colours). | |||
2009-12-14 | Add server options to completion as well. | Nicholas Marriott | |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott | |
are alone or part of a function key or meta sequence. | |||
2009-12-13 | spacing, no binary change. | Igor Sobrado | |
2009-12-12 | Nuke useless ancient documentation. ok deraadt | Nicholas Marriott | |
2009-12-12 | Whoops, missed these. | Nicholas Marriott | |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott | |
remove the code. ok deraadt | |||
2009-12-12 | when parsing .wav headers, check if rate <= RATE_MAX (instead of | Alexandre Ratchov | |
rate < RATE_MAX). Similarly check if bits <= 32 (instead of bits < 32) | |||
2009-12-12 | Use a socketpair instead of a pair of pipes. | Nicholas Marriott | |
looks ok to millert@ | |||
2009-12-11 | switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537 | Markus Friedl | |
for the RSA public exponent; discussed with provos; ok djm@ | |||
2009-12-11 | try not to use size_t in places it does not belong; ok djm | Theo de Raadt | |
2009-12-11 | Use quiet variable, and add missing sentinel to options array. | Nicholas Marriott | |
2009-12-10 | careless fscanf, found by parfait, ok jsg | Theo de Raadt | |
2009-12-10 | memory leak, found by parfait, ok jsg | Theo de Raadt | |
2009-12-10 | better wording for 1 option from jmc | Ted Unangst | |
2009-12-10 | add an option '1' to display all cpu stats combined. helps save space | Ted Unangst | |
with increasing processor counts. ok deraadt (kettenis otto) | |||
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott | |
window. Set and displayed with "set -s" and "show -s". Currently the only option is "quiet" (like command-line -q, allowing it to be set from .tmux.conf), but others will come along. | |||
2009-12-10 | Eliminate the confusing term "find codes database" which is used nowhere else. | Ingo Schwarze | |
It made people miss the fact we are just talking about /var/db/locate.database. Expicitely say that output will be sent to that file. Problem noted by, feedback and OK jmc@. | |||
2009-12-09 | We only need to fchdir(dotfd) for the -exec and -ok primaries so | Todd C. Miller | |
defer the check for dotfd != -1 until we know we will need it. Based on a diff from schwarze@ | |||
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott | |
pane can be identified. | |||
2009-12-07 | update to sudo 1.7.2p2 | Todd C. Miller | |
2009-12-07 | behaviour for the -l flag differs between this implementation and posix; | Jason McIntyre | |
spotted by millert | |||
2009-12-06 | fix potential divide-by-zero in sftp's "df" output when talking to a server | Darren Tucker | |
that reports zero files on the filesystem (Unix filesystems always have at least the root inode). From Steve McClellan at radisys, ok djm@ | |||
2009-12-06 | use socklen_t for getsockopt optlen parameter; reported by | Damien Miller | |
Steve.McClellan AT radisys.com, ok dtucker@ | |||
2009-12-06 | zap unused variable and strlen; from Steve McClellan, ok djm | Darren Tucker | |
2009-12-04 | vte is buggy and doesn't home the cursor after changing the scroll | Nicholas Marriott | |
region. Several people are hitting this, so add a workaround. | |||
2009-12-04 | Do not write 16bit values directly to odd addresses - strict alignment | Claudio Jeker | |
architectures don't like that. Makes cd blanking on sparc64 possible. OK deraadt@, krw@, jasper@ | |||
2009-12-03 | Wrap at 80 columns. | Nicholas Marriott | |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | |
time now I've configured emacs to make them displayed in really annoying colours... | |||
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott | |
a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w. | |||
2009-12-02 | Reflect the keypad mode of the application so that numlock works. | Nicholas Marriott | |
2009-12-02 | Close the pane if the process died due to a signal, not just if it exited | Nicholas Marriott | |
normally. | |||
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott | |
buffer. From Jonathan Alvarado. | |||
2009-12-01 | Look for mice and xterm keys before standard function keys as they are less | Nicholas Marriott | |
likely to be partial versions. | |||
2009-11-30 | Handle partial xterm function key sequences. | Nicholas Marriott | |
2009-11-28 | The first paragraph of the DESCRIPTION had multiple issues, | Ingo Schwarze | |
so rewrite it from scratch. Joint work with jmc@. Originally triggered by lars dot curator at gmail dot com by requesting the addition of the word "rotate", also using some observations from matthew at dempsky dot org. OK jmc@ ":-)" sthen@ | |||
2009-11-27 | Add a couple of comments. | Nicholas Marriott | |
2009-11-26 | This doesn't need to be u_int. | Nicholas Marriott | |
2009-11-26 | Make types clearer and lint happier. | Nicholas Marriott | |
2009-11-26 | Fix type - attributes should be u_char not int. | Nicholas Marriott | |
2009-11-26 | Change paranoia check to check for <= 0 and to avoid warning. | Nicholas Marriott | |
2009-11-26 | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott | |
comments. | |||
2009-11-26 | Continue rather than returning if not a mouse key, to avoid hanging on any | Nicholas Marriott | |
function key... | |||
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott | |
the rest to reduce lint output. | |||
2009-11-26 | Rename a variable to something more helpful. | Nicholas Marriott | |
2009-11-26 | Get a u_char from the string, otherwise it isn't possible to enter \0377 as it | Nicholas Marriott | |
is mistaken for EOF (doh). Also drop an unused argument. | |||
2009-11-26 | grammar; | Jason McIntyre | |
2009-11-26 | Handle the possibility of partial mouse reads, and fix a comment while here. | Nicholas Marriott | |
2009-11-26 | Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. | Nicholas Marriott | |
2009-11-25 | Output the right keys for application and number keypad modes (they were the | Nicholas Marriott | |
wrong way round). |