turn on PASTE64 to handle large cut-n-paste buffers like the old xterm did.

This commit is contained in:
christos 2009-01-18 14:44:55 +00:00
parent d4647b05dd
commit 39c9db5df2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
# $NetBSD: Makefile,v 1.3 2009/01/18 14:44:55 christos Exp $
.include <bsd.own.mk>
@ -12,7 +12,7 @@ SRCS= button.c charproc.c charsets.c cursor.c data.c doublechr.c \
CPPFLAGS+= -I${X11SRCDIR.${PROG}} \
-I${DESTDIR}${X11INCDIR}/freetype2 \
-DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS \
-DXRENDERFONT -DXFREE86_FT2 \
-DXRENDERFONT -DXFREE86_FT2 -DOPT_PASTE64 \
-DPROJECTROOT=${X11ROOTDIR}
CPPFLAGS.main.c=-DUTMP -DUSE_TTY_GROUP ${X11FLAGS.VERSION}