summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-12-29 22:59:13 +0000
committerMichael Jennings <mej@kainx.org>2000-12-29 22:59:13 +0000
commit683627b0e9d8d60d3e9ec444d57ab6b36dea5cec (patch)
treefc47f01378091d72458d31c2c269201598fbfc61 /utils
parentf6c6837bf9b512bed4881e8fbf3ee61e7b26d5e1 (diff)
downloadeterm-683627b0e9d8d60d3e9ec444d57ab6b36dea5cec.tar.gz
Fri Dec 29 14:39:09 PST 2000 Michael Jennings <mej@eterm.org>
Moved the HAVE_SAVED_UIDS define into a configure option so that the FreeBSD folks will have an easier time with it. Fixed "make distcheck" which broke at some point. That X stuff in clean_exit() should only happen if we're debugging. Nobody but me should have to deal with those random hangs. :-) Added a patch for multibyte cursor support from Michael C. Wu <keichii@iteration.net> and Sung-Hyun Nam <namsh@lgic.co.kr>, along with some other FreeBSD-related patches from Mr. Wu. SVN revision: 4065
Diffstat (limited to 'utils')
-rw-r--r--utils/Etwinop28
-rw-r--r--utils/Makefile.am6
2 files changed, 3 insertions, 31 deletions
diff --git a/utils/Etwinop b/utils/Etwinop
deleted file mode 100644
index e6be8dc..0000000
--- a/utils/Etwinop
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-#
-# Eterm Window Operation Aid
-#
-# $Id$
-
-if [ $# -eq 0 ]; then
- echo "Syntax: Etwinop { raise | lower | map | unmap | move | resize | iconify | kill } [windowid]"
- echo
- exit 0
-fi
-
-# Code to figure out if we need 'echo -n' or 'echo "\c"', stolen from configure
-if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
- # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
- if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
- ac_n= ac_c='
-'
- else
- ac_n=-n ac_c=
- fi
-else
- ac_n= ac_c='\c'
-fi
-
-winop="$*"
-
-echo $ac_n "]7;winop:$winop$ac_c"
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 533cd94..29c33e9 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,7 +1,7 @@
# $Id$
bin_PROGRAMS = Esetroot Etbg Ettable
-bin_SCRIPTS = Etcolors Etwinop Etsearch kEsetroot
+bin_SCRIPTS = Etcolors Etsearch kEsetroot
Esetroot_SOURCES = Esetroot.c
Esetroot_LDFLAGS = -rpath $(libdir):$(pkglibdir)
@@ -9,6 +9,6 @@ Esetroot_LDFLAGS = -rpath $(libdir):$(pkglibdir)
Etbg_SOURCES = Etbg.c
Ettable_SOURCES = Ettable.c
-EXTRA_DIST = Etbg.c Esetroot.c Ettable.c Makefile.am Makefile.in Etcolors Etwinop Etsearch \
- kEsetroot.in
+EXTRA_DIST = Etbg.c Esetroot.c Ettable.c Makefile.am \
+ Makefile.in Etcolors Etsearch kEsetroot.in