aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index e9d11f65..c68e560a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -50,7 +50,7 @@ extern char **environ;
/* Default prompt history length. */
#define PROMPT_HISTORY 100
-/*
+/*
* Minimum layout cell size, NOT including separator line. The scroll region
* cannot be one line in height so this must be at least two.
*/
@@ -59,9 +59,6 @@ extern char **environ;
/* Automatic name refresh interval, in milliseconds. */
#define NAME_INTERVAL 500
-/* Escape timer period, in milliseconds. */
-#define ESCAPE_PERIOD 500
-
/* Maximum data to buffer for output before suspending reading from panes. */
#define BACKOFF_THRESHOLD 1024