# Patch #1 for x3270 3.2.18.
# Repairs the overzealous mapping of Shift-6 to the notsign character, which
# consumed 6 as well.

--- x3270-3.2/X3270.xad	2001/12/24 21:28:28	1.73
+++ x3270-3.2/X3270.xad	2002/01/02 22:11:48
@@ -342,7 +342,7 @@
 	Meta<Key>p:			PrintText()\n\
 	Meta<Key>r:			Reset()\n\
 	Meta<Key>u:			Unselect()\n\
-	~Meta<Key>asciicircum:		Key(notsign)\n\
+	:<Key>asciicircum:		Key(notsign)\n\
 	Ctrl<Key>u:			DeleteField()\n\
 	Ctrl<Key>w:			DeleteWord()\n
 !
