aboutsummaryrefslogtreecommitdiff
path: root/osdep-dragonfly.c
Commit message (Collapse)AuthorAge
* Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott2021-01-17
|
* Update my email address.Nicholas Marriott2016-01-19
|
* No need for $Id$ now.Nicholas Marriott2014-11-08
|
* Use pgrp of pty fd not pid of immediate child when recovering current workingNicholas Marriott2012-09-24
| | | | directory (like current process). From Marcel Partap.
* Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-12-09
| | | | | | | | | | | | | | | | | default-path isn't empty, it is used. Otherwise: 1) If tmux neww is run from the command line, the working directory of the client is used. 2) Otherwise use some platform specific code to retrieve the current working directory of the process in the active pane. 3) If that fails, the directory where the session was created is used. Idea and support code, Linux, Solaris, FreeBSD bits by Romain Francoise, OpenBSD bits by me.
* Separate dfly from fbsd as one or the other keeps becoming incompatibleNicholas Marriott2011-09-29
;-). From Antonio Huete Jimenez