diff options
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index b856210..664b69d 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -69,7 +69,8 @@ extern sig_atomic_t sigint_occurred; #define CTL_KEY(C) ((C) & ~0x40) /** * Control character of the escape key. - * Equivalent to CTL_KEY('[') or '\e'. + * Equivalent to CTL_KEY('[') or '\\e', + * but more portable. */ #define CTL_KEY_ESC 27 /** |