52d6539f3c
correct a cast in input.c, which broke translation of numeric keypad codes to pageup, pagedown, etc., on 64-bit platform (Debian #511138, report by Larry Doolittle).
14 lines
463 B
C
14 lines
463 B
C
/* $XTermId: version.h,v 1.295 2009/01/08 23:30:16 tom Exp $ */
|
|
|
|
/*
|
|
* These definitions are used to build the string that's printed in response to
|
|
* "xterm -version", or embedded in "xterm -help". It usually indicates the
|
|
* version of X to which this version of xterm has been built. The number in
|
|
* parentheses is my patch number (Thomas E. Dickey).
|
|
*/
|
|
#define XTERM_PATCH 239
|
|
|
|
#ifndef __vendorversion__
|
|
#define __vendorversion__ "XTerm/OpenBSD"
|
|
#endif
|