Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update my email address. | Nicholas Marriott | 2016-01-19 |
| | |||
* | unused -> __unused. | Nicholas Marriott | 2015-11-18 |
| | |||
* | Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor. | Nicholas Marriott | 2015-07-15 |
| | |||
* | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 |
| | |||
* | Use pgrp of pty fd not pid of immediate child when recovering current working | Nicholas Marriott | 2012-09-24 |
| | | | | directory (like current process). From Marcel Partap. | ||
* | Change the way the working directory for new processes is discovered. If | Nicholas Marriott | 2011-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. | ||
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
| | |||
* | Copy osdep-unknown.c for AIX to make @PLATFORM@ work. | Nicholas Marriott | 2011-01-10 |