diff options
Diffstat (limited to 'app/xterm/xtermcap.h')
-rw-r--r-- | app/xterm/xtermcap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xterm/xtermcap.h b/app/xterm/xtermcap.h index 66aa08088..8c4bc41ef 100644 --- a/app/xterm/xtermcap.h +++ b/app/xterm/xtermcap.h @@ -1,4 +1,4 @@ -/* $XTermId: xtermcap.h,v 1.18 2011/09/11 14:59:33 tom Exp $ */ +/* $XTermId: xtermcap.h,v 1.19 2013/06/23 15:34:37 tom Exp $ */ /* * Copyright 2007-2010,2011 by Thomas E. Dickey @@ -35,6 +35,7 @@ */ #ifndef included_xtermcap_h #define included_xtermcap_h +/* *INDENT-OFF* */ #include <xterm.h> @@ -115,4 +116,5 @@ extern int xtermcapKeycode(XtermWidget /* xw */, const char ** /* params */, uns } #endif +/* *INDENT-ON* */ #endif /* included_xtermcap_h */ |