summaryrefslogtreecommitdiffstats
path: root/server-client.c
AgeCommit message (Expand)Author
2016-03-27Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-03-18Merge branch 'obsd-master'Thomas Adam
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keynicm
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-03-02Merge branch 'obsd-master'Thomas Adam
2016-03-01When a mouse drag is finished, fire a MouseUp key press, instead ofnicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-31Layout fixesNicolas Viennot
2015-12-23Merge with latest tmuxNicolas Viennot
2015-12-20No need to set cwd on Cygwin now, from Yuya Adachi.Nicholas Marriott
2015-12-17Merge branch 'obsd-master'Thomas Adam
2015-12-16Add infrastructure to work out the best target given a pane or windownicm
2015-12-15Merge branch 'obsd-master'Thomas Adam
2015-12-15Some hooks API changes to fire a hook while waiting another cmdq andnicm
2015-12-12Merge branch 'obsd-master'Thomas Adam
2015-12-12Add key-table option to set the default key table for a session, allowsnicm
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if younicm
2015-12-11Merge branch 'obsd-master'Thomas Adam
2015-12-11Add cmdq as an argument to format_create and add a format for thenicm
2015-12-08Merge branch 'obsd-master'Thomas Adam
2015-12-08Remove format_create_flags and just pass flags to format_create.nicm
2015-12-08Conflicts:Thomas Adam
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm
2015-12-01Merge branch 'obsd-master'Thomas Adam
2015-12-01Do not deref wp if window_get_active_at returns NULL which can happen onnicm
2015-11-23Merge branch 'obsd-master'Thomas Adam
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,nicm
2015-11-21Merge branch 'obsd-master'Thomas Adam
2015-11-19Only assume pasting with at least two characters, reduces problems fornicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-14Merge branch 'obsd-master'Thomas Adam
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31The output log is only useful once and it means creating a file, so opennicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsnicm
2015-10-28Merge branch 'obsd-master'Thomas Adam
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-26If a mouse event has no key binding, pass it through to the pane itnicm
2015-10-26Merge branch 'obsd-master'Thomas Adam