summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2024-04-10 10:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2024-04-10 10:01:13 +0100
commit43530d4397f94beed27acb8f5610338b6dbcc05a (patch)
tree2bcadaad156d73255a1167a4d00fcf6a4371ce21 /tmux.h
parent4bb6da75bada96b3fa5086487ad0f241dea874bb (diff)
parent553d4cba794b4f81dd42ba139f8dfb54fcd13c16 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 7671cca0..a052b799 100644
--- a/tmux.h
+++ b/tmux.h
@@ -877,7 +877,7 @@ struct screen_sel;
struct screen_titles;
struct screen {
char *title;
- char *path;
+ char *path;
struct screen_titles *titles;
struct grid *grid; /* grid data */