Reduce a difference with portable tmux by adding the -V flag and

#{version} format; on OpenBSD these just report the OpenBSD version.
This commit is contained in:
nicm
2020-01-28 10:44:30 +00:00
parent 32816eaebd
commit f165221dc4
5 changed files with 30 additions and 4 deletions

1
tmux.h
View File

@ -1769,6 +1769,7 @@ int areshell(const char *);
void setblocking(int, int);
const char *find_cwd(void);
const char *find_home(void);
const char *getversion(void);
/* proc.c */
struct imsg;