Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Bloomberg LP
- New York City
- Sign in to view email
Popular repositories
57 contributions in the last year
Contribution activity
December 2019
Created a pull request in tmux/tmux that received 8 comments
Define FNM_CASEFOLD to 0 for compatibility
Some systems (e.g., AIX) don't define FNM_CASEFOLD nor support
ignoring case. To avoid flag value collisions, fallback to setting the
flag to 0 so …
+5
−0
•
8
comments
Created an issue in tmux/tmux that received 9 comments
Solaris does not define _PATH_DEFPATH in paths.h
When attempting to upgrade tmux >= 3.0 on Solaris 10, spawn.c fails to compile due to _PATH_DEFPATH being undefined.
Specifically, the code in ques…
9
comments