opt/clex
2007-04-25 17:40:23 +02:00
..
.footprint
.md5sum clex: update to 3.16 2007-04-25 17:40:23 +02:00
clex-bs.patch
Pkgfile clex: update to 3.16 2007-04-25 17:40:23 +02:00
README

README for clex 3.1.x

To get working function keys F1-F4 with xterm append 
the following lines to /etc/X11/app-defaults/Xterm:

*VT100.translations: #override \
   ~s<Key>F1:  string(0x1b) string("[11~") \n\
   ~s<Key>F2:  string(0x1b) string("[12~") \n\
   ~s<Key>F3:  string(0x1b) string("[13~") \n\
   ~s<Key>F4:  string(0x1b) string("[14~") \n\
	    
Note: this is not a problem of clex, but of the
standard configuration of xterm.