modern terminals and networks. Case made by Kurtis Rader in GitHub issue
3844.
-/* $OpenBSD: options-table.c,v 1.169 2024/02/13 08:10:23 nicm Exp $ */
+/* $OpenBSD: options-table.c,v 1.170 2024/03/21 11:53:11 nicm Exp $ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicholas.marriott@gmail.com>
.scope = OPTIONS_TABLE_SERVER,
.minimum = 0,
.maximum = INT_MAX,
- .default_num = 500,
+ .default_num = 10,
.unit = "milliseconds",
.text = "Time to wait before assuming a key is Escape."
},
-.\" $OpenBSD: tmux.1,v 1.939 2024/03/21 11:51:32 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.940 2024/03/21 11:53:11 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
.Nm
waits after an escape is input to determine if it is part of a function or meta
key sequences.
-The default is 500 milliseconds.
.It Ic editor Ar shell-command
Set the command used when
.Nm