summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ae
blob: d3b9ce68d8fa1c05c19b4755ee74368a1a3ea551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
$NetBSD: patch-ae,v 1.2 1998/08/07 11:18:14 agc Exp $

--- src/feature.h.orig	Thu Jan 23 10:46:02 1997
+++ src/feature.h	Mon Feb 24 03:56:40 1997
@@ -136,8 +136,8 @@
  *	default rendition rather than the current rendition
  *	NB: this make break some applications and should used with caution
  *----------------------------------------------------------------------*/
-#define XPM_BACKGROUND
-#define XPM_SCALING
+/* #define XPM_BACKGROUND */
+/* #define XPM_SCALING */
 #define PATH_ENV	"RXVTPATH"
 /* #define XPM_BUFFERING */
 /* #define NO_CURSORCOLOR */
@@ -272,8 +272,9 @@
  *	for XTERM_SCROLLBAR it is *always* 14.
  *----------------------------------------------------------------------*/
 /* #define XTERM_SCROLLBAR */
-#define SCROLLBAR_RIGHT
+/* #define SCROLLBAR_RIGHT */
 /* #define SB_WIDTH 10 */
+#define SB_WIDTH 8
 /*}}}*/
 
 /*{{{ menuBar: */
@@ -367,14 +368,15 @@
  *	for BSD-type systems, to define where the tty table is located
  *	if it isn't /etc/ttytab
  *----------------------------------------------------------------------*/
-/* #define UTMP_SUPPORT */
+#define UTMP_SUPPORT
 #ifdef UTMP_SUPPORT
 # ifndef UTMP_FILENAME
 /* #  define UTMP_FILENAME	"/var/adm/utmp" */
 /* #  define UTMP_FILENAME	"/var/adm/utmp" */
+#  define UTMP_FILENAME	"/var/run/utmp"
 # endif
 # ifndef TTYTAB_FILENAME
-/* #  define TTYTAB_FILENAME "/etc/ttys" */
+#  define TTYTAB_FILENAME "/etc/ttys"
 # endif
 #endif
 /*}}}*/