View | Details | Raw Unified | Return to bug 13462
Collapse All | Expand All

(-)XTerm.orig (+14 lines)
Lines 187-188 Link Here
187
! Alternatively,
187
! Alternatively,
188
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
188
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
189
190
# ALT+<key> = ESC <key>
191
*VT100.metaSendsEscape:		true
192
193
!Make Delete key work on my XFree terminal
194
*VT100.Translations: 	#override \
195
	Ctrl<Key>minus:	string("\037") \n\
196
	<Key>BackSpace:	string("\177") \n\
197
	Shift<Key>Delete:	string("\177") \n\
198
	Ctrl<Key>Delete:	string("\010") \n\
199
200
#	<Key>Home:	string("\033[1~") \n\
201
#	<Key>End:	string("\033[4~") \n\
202

Return to bug 13462