aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.c
diff options
context:
space:
mode:
authorGravatar Claes Nästén <me@pekdon.net>2007-08-22 17:52:39 +1000
committerGravatar Claes Nästén <me@pekdon.net>2007-08-22 17:52:39 +1000
commit2994378e1a56ccba59bb60c9cd448707eb0be077 (patch)
tree9d25b47393a60c9db1c366292c80ee0d3816c622 /input_common.c
parentbaeca81305a5bd1573d32e3f59372e986489df23 (diff)
Fix compilation with Sun Studio compiler changing \e to \x1b as it does not support \e as an escape character.
darcs-hash:20070822075239-cac88-1a9768bf35295615d553192d9a494f00db26f742.gz
Diffstat (limited to 'input_common.c')
-rw-r--r--input_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_common.c b/input_common.c
index a4741bb6..3dd35997 100644
--- a/input_common.c
+++ b/input_common.c
@@ -28,7 +28,7 @@ Implementation file for the low level input library
/**
Time in milliseconds to wait for another byte to be available for
- reading after \e is read before assuming that escape key was
+ reading after \x1b is read before assuming that escape key was
pressed, and not an escape sequence.
*/
#define WAIT_ON_ESCAPE 10