Age | Commit message (Expand) | Author |
2009-11-22 | Change the flash option to be off by default. Now that xterm has the flash | Nicholas Marriott |
2009-11-22 | make passing of zero-length arguments to ssh safe by | Alexander Hall |
2009-11-21 | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix | Nicholas Marriott |
2009-11-21 | use strtonum(3) and strtol(3) instead of sscanf(3) | Alexandre Ratchov |
2009-11-21 | spelling | Theo de Raadt |
2009-11-20 | When -h and -p are given to split-window, calculate the percentage size using | Nicholas Marriott |
2009-11-20 | Display UTF-8 properly in status line messages and prompt. Cursor handling is | Nicholas Marriott |
2009-11-20 | Remove oldest messages from log when limit is hit, not newest. | Nicholas Marriott |
2009-11-20 | correct off-by-one in percent_expand(): we would fatal() when trying | Damien Miller |
2009-11-20 | Use the HostKeyAlias when prompting for passwords. bz#1039, ok djm@ | Darren Tucker |
2009-11-20 | bz#1588 change "Connecting to host..." message to "Connected to host." | Damien Miller |
2009-11-20 | Warn but do not fail if stat()ing the subsystem binary fails. This helps | Darren Tucker |
2009-11-19 | bz#1606: error when an attempt is made to connect to a server | Damien Miller |
2009-11-19 | Get some brackets in the right place so ## works. Also fix a space in a | Nicholas Marriott |
2009-11-19 | Change status line drawing to create the window list in a separate screen and | Nicholas Marriott |
2009-11-19 | Two new options, window-status-format and window-status-current-format, which | Nicholas Marriott |
2009-11-19 | tweak previous; | Jason McIntyre |
2009-11-19 | Revert to xterm-keys off by default. It was on as an experiment to see if the | Nicholas Marriott |
2009-11-19 | Tidy up by breaking the # replacement code into a separate function, also add a | Nicholas Marriott |
2009-11-19 | Don't interpret #() for display-message, it usually doesn't make sense and may | Nicholas Marriott |
2009-11-18 | Missed an unused variable :-/. | Nicholas Marriott |
2009-11-18 | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott |
2009-11-18 | Add a per-client log of status line messages displayed while that client | Nicholas Marriott |
2009-11-18 | Mark -n keys with (no prefix) rather than []. | Nicholas Marriott |
2009-11-17 | Permit top-bit-set characters to be entered in the status line. They could | Nicholas Marriott |
2009-11-17 | In choose mode, assign each item a number or lowercase letter from those | Nicholas Marriott |
2009-11-17 | fix incorrect exit status when multiplexing and channel ID 0 is recycled | Damien Miller |
2009-11-16 | A screen can be one cell wide; don't crash if that is the case. | Nicholas Marriott |
2009-11-16 | I made a complete horlicks of the last change, fix it so it doesn't either lead | Nicholas Marriott |
2009-11-15 | If two (or more) inputs use channel ranges having no intersection, | Alexandre Ratchov |
2009-11-15 | some fixes from Seth Wright; | Jason McIntyre |
2009-11-15 | do not leak a lot of memory if a small memory allocation fails, found by | Theo de Raadt |
2009-11-14 | fix leaks in error paths found by parfait | Jonathan Gray |
2009-11-13 | Tweak a comment and add some spacing. | Nicholas Marriott |
2009-11-13 | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott |
2009-11-13 | Unreachable statement, found by lint. | Nicholas Marriott |
2009-11-13 | Tidy up and fix some types, prompted by lint via deraadt. | Nicholas Marriott |
2009-11-13 | imsg_read returns ssize_t not int, pointed out by lint via deraadt. | Nicholas Marriott |
2009-11-13 | Destroy panes immediately rather than checking them all every loop. | Nicholas Marriott |
2009-11-13 | Use winlink_remove() to remove old winlinks when synchronizing grouped sessions | Nicholas Marriott |
2009-11-13 | Zap unused functions, prompted by deraadt. | Nicholas Marriott |
2009-11-12 | fix memory leak found by parfait; ok jsg@ | Todd C. Miller |
2009-11-12 | Fix memory leak found by parfait. | Nicholas Marriott |
2009-11-12 | Emulate the ri (reverse index) capability: this allows tmux to at least start | Nicholas Marriott |
2009-11-12 | Support rxvt-style keys again, but this time: support all the variations, put | Nicholas Marriott |
2009-11-12 | Use the default 4 correctly if no type size is given to od -t. | Nicholas Marriott |
2009-11-12 | When values are changed, log the change in the ``name: old -> new'' | Alexandre Ratchov |
2009-11-12 | if a value is changed and -n is used, print the new value only. | Alexandre Ratchov |
2009-11-11 | Fix memory leaks found by parfait. | Nicholas Marriott |
2009-11-11 | fix race condition in x11/agent channel allocation: don't read after | Markus Friedl |