mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Sync OpenBSD patchset 480:
Double the escape timer (the time after a \033 is received before tmux gives up waiting to see if it is part of a key sequence and passes it through) to 500 ms, the previous setting was too fast. Suggested by naddy.
This commit is contained in:
parent
012e7106de
commit
f3b4b60aa8
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.h,v 1.491 2009-11-02 21:38:27 tcunha Exp $ */
|
/* $Id: tmux.h,v 1.492 2009-11-04 22:37:18 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -58,7 +58,7 @@ extern char **environ;
|
|||||||
#define NAME_INTERVAL 500
|
#define NAME_INTERVAL 500
|
||||||
|
|
||||||
/* Escape timer period, in milliseconds. */
|
/* Escape timer period, in milliseconds. */
|
||||||
#define ESCAPE_PERIOD 250
|
#define ESCAPE_PERIOD 500
|
||||||
|
|
||||||
/* Maximum poll timeout (when attached). */
|
/* Maximum poll timeout (when attached). */
|
||||||
#define POLL_TIMEOUT 50
|
#define POLL_TIMEOUT 50
|
||||||
|
Loading…
Reference in New Issue
Block a user