0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-07 03:10:40 +00:00
Files
termux-packages/packages/tmux/tmux.h.patch
Tee KOBAYASHI 2105bd4508 tmux: Fix behavior with non-login shell
where f8e73d4660 does not work well.
2022-09-20 09:04:42 +09:00

12 lines
278 B
Diff

--- a/tmux.h
+++ b/tmux.h
@@ -74,7 +74,7 @@
#define TMUX_CONF "/etc/tmux.conf:~/.tmux.conf"
#endif
#ifndef TMUX_SOCK
-#define TMUX_SOCK "$TMUX_TMPDIR:" _PATH_TMP
+#define TMUX_SOCK "$TMUX_TMPDIR:@TERMUX_PREFIX@/var/run"
#endif
#ifndef TMUX_TERM
#define TMUX_TERM "screen"