Make backspace generate ^H, not ^?.
This was the default Eterm behavior in version 0.8. Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
This commit is contained in:
parent
ed3bc16bc4
commit
99471cdde5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38931
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= eterm
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= eterm
|
||||
@ -22,7 +23,8 @@ USE_IMLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-trans=imlib --enable-utmp \
|
||||
--enable-xim --with-theme-update
|
||||
--enable-xim --with-theme-update \
|
||||
--with-backspace=bs
|
||||
CONFIGURE_ENV= LIBS="-lxpg4"
|
||||
|
||||
MAN1= Eterm.1
|
||||
|
Loading…
Reference in New Issue
Block a user