summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-12-11Style nits and line wrapping of function declarations.Nicholas Marriott
2015-12-11Mention {src,dst}-{window,pane} where we define target-{window,pane}.Nicholas Marriott
2015-12-11We cannot do hooks_find and then hooks_remove because it might have comeNicholas Marriott
2015-12-11Check alerts when session changes, from Patrick Palka.Nicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-12-08Spacing nits.Nicholas Marriott
2015-12-08Ed was meant to be El;Jason McIntyre
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-12-08Use ^= instead of a verbose alternative. ok nicm@mmcc
2015-12-07Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffNicholas Marriott
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