diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-07 20:20:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-07 20:20:25 +0000 |
commit | 6a69937862dae0dcad84f30dbe32767c5a3eb149 (patch) | |
tree | 53557e77ac2b3ab2cc0dd8939331aa8b7b27017d /app/xterm/VTparse.h | |
parent | a64d53a3cd043209550978ba9e9b8d5c21725516 (diff) |
Update to xterm 279. Tested by krw@, mpi@, shadchin@.
Diffstat (limited to 'app/xterm/VTparse.h')
-rw-r--r-- | app/xterm/VTparse.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/xterm/VTparse.h b/app/xterm/VTparse.h index bf9350f31..2a747df93 100644 --- a/app/xterm/VTparse.h +++ b/app/xterm/VTparse.h @@ -1,7 +1,7 @@ -/* $XTermId: VTparse.h,v 1.55 2011/12/04 18:30:20 tom Exp $ */ +/* $XTermId: VTparse.h,v 1.57 2012/04/26 01:01:03 tom Exp $ */ /* - * Copyright 2002-2010,2011 by Thomas E. Dickey + * Copyright 2002-2011,2012 by Thomas E. Dickey * * All Rights Reserved * @@ -272,5 +272,8 @@ extern Const PARSE_T esc_pct_table[]; #define CASE_DECIC 150 #define CASE_DECBI 151 #define CASE_DECFI 152 +#define CASE_DECRQCRA 153 +#define CASE_HPR 154 +#define CASE_VPR 155 #endif /* included_VTparse_h */ |