summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-02Mark new active pane changed after pane lost in window, and afterNicholas Marriott
2015-12-01Do not deref wp if window_get_active_at returns NULL which can happen onNicholas Marriott
2015-11-29Delete a duplicated linePhilip Guenther
2015-11-27Do not set a limit on the length of commands when printing them.Nicholas Marriott
2015-11-25Don't print error if none to print.Nicholas Marriott
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add aNicholas Marriott
2015-11-24Shell command from -c doesn't have to be global, pass it as an argument.Nicholas Marriott
2015-11-24Do lock failures slightly better, return a special value so we don'tNicholas Marriott
2015-11-24Actually show something (even if it not that helpful) if the serverNicholas Marriott
2015-11-24Document socket_path format.Nicholas Marriott
2015-11-24Tidy the code that works out the socket path, and just use the full pathNicholas Marriott
2015-11-24Remove malloc_options DEBUG bit.Nicholas Marriott
2015-11-24Switch a fprintf to a fatal, and wrap some long lines.Nicholas Marriott
2015-11-24Remove the -I part of show-messages which isn't really that useful; theNicholas Marriott
2015-11-24All kill-session -C to clear alerts in all windows, suggested by AaronNicholas Marriott
2015-11-24Log some system and libevent information at startup.Nicholas Marriott
2015-11-24Show libevent version in showmsgs -I.Nicholas Marriott
2015-11-24Make the log stuff a bit tidier with some helper functions.Nicholas Marriott
2015-11-24Fix usage of detach-client.Nicholas Marriott
2015-11-24Don't allow options in table without scope set.Nicholas Marriott
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mouseNicholas Marriott
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,Nicholas Marriott
2015-11-22Don't leak extddata, memset after freeing it, not before. From PatrickNicholas Marriott
2015-11-22Add getpw to pledge, makes tmux work in YP environments, discovered byNicholas Marriott
2015-11-22If display-time is set to 0, show status messages until a key is pressed;Tim van der Molen
2015-11-20Memory leaks and an uninitialized part of utf8_data, from Patrick Palka.Nicholas Marriott
2015-11-20The alerts callback should be fired for bells even if bell-action isNicholas Marriott
2015-11-20Instead of separate tables for different types of options, give eachNicholas Marriott
2015-11-19Only assume pasting with at least two characters, reduces problems forNicholas Marriott
2015-11-19The activity flag could already be set, so queue the callback always (ifNicholas Marriott
2015-11-18Use format_expand_time for display-message.Nicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-18Add s/foo/bar/: prefix for formats to substitute bar for foo.Nicholas Marriott
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionNicholas Marriott
2015-11-18Don't update activity time twice for new sessions, and add some logging.Nicholas Marriott
2015-11-17Merge xmalloc.[ch] files across base, skipping OpenSSH for now.Tobias Stoeckmann
2015-11-160x7f is a valid key.Nicholas Marriott
2015-11-15Make key_code unsigned long long not uint64_t which is more portable forNicholas Marriott
2015-11-15Accidentally turned off pledge, turn it back on.Nicholas Marriott
2015-11-14The character is an int so use %x not %hhx.Nicholas Marriott
2015-11-14The private use area at U+E000 to U+F8FF is not very useful if it isNicholas Marriott
2015-11-14All these return values from utf8_* are confusing, use an enum.Nicholas Marriott
2015-11-14Rename a variable in utf8_combine for consistency and use 0xfffd forNicholas Marriott
2015-11-14Couple of assignments to remove compiler warnings.Nicholas Marriott
2015-11-14Be more strict about invalid UTF-8.Nicholas Marriott
2015-11-14Push stdout and stderr to clients more aggressively, and add an event toNicholas Marriott
2015-11-14Log more of UTF-8 input.Nicholas Marriott
2015-11-13Log option names in fatal() for missing option.Nicholas Marriott
2015-11-13Two spacing and spelling nits.Nicholas Marriott