diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-06-02 19:55:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-06-02 19:55:51 +0000 |
commit | 9fc4e493cf500f658954d0972fd245162e7fec4d (patch) | |
tree | bf6e4158affb109bd2e2bad881a24b763db36669 /app/xterm/main.h | |
parent | f62ed4d7f0ac238a2f26aff830376ebf260f7a92 (diff) |
Update to xterm 293. Tested by naddy@ ajacoutot@
Diffstat (limited to 'app/xterm/main.h')
-rw-r--r-- | app/xterm/main.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xterm/main.h b/app/xterm/main.h index 17c31c3ff..83a0f176d 100644 --- a/app/xterm/main.h +++ b/app/xterm/main.h @@ -1,7 +1,7 @@ -/* $XTermId: main.h,v 1.58 2012/06/05 00:37:22 tom Exp $ */ +/* $XTermId: main.h,v 1.61 2013/04/24 08:52:20 tom Exp $ */ /* - * Copyright 2000-2011,2012 by Thomas E. Dickey + * Copyright 2000-2012,2013 by Thomas E. Dickey * * All Rights Reserved * @@ -145,8 +145,8 @@ #define DEF_BACKARO_ERASE False #endif -#ifndef DEF_BACKARO_DEL -#define DEF_BACKARO_DEL True +#ifndef DEF_BACKARO_BS +#define DEF_BACKARO_BS True #endif #ifndef DEF_ALT_SENDS_ESC |