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