aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/tmux.h b/tmux.h
index 4ae6d6ad..be74a3a7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -63,11 +63,8 @@ struct tmuxproc;
#define TMUX_CONF "/etc/tmux.conf"
#endif
-/*
- * Minimum layout cell size, NOT including separator line. The scroll region
- * cannot be one line in height so this must be at least two.
- */
-#define PANE_MINIMUM 2
+/* Minimum layout cell size, NOT including border lines. */
+#define PANE_MINIMUM 1
/* Minimum and maximum window size. */
#define WINDOW_MINIMUM PANE_MINIMUM