Skip to content
Permalink
Browse files

xterm: enable double buffer option

  • Loading branch information
cjones051073 committed Apr 2, 2019
1 parent 3a20499 commit f23d0689b8c2279add2dda01faebe4cbacf2322a
Showing with 2 additions and 1 deletion.
  1. +2 −1 x11/xterm/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0

name xterm
version 344
revision 0
revision 1
categories x11
license X11
platforms darwin
@@ -44,6 +44,7 @@ patch.pre_args -p1
configure.args --mandir=${prefix}/share/man --enable-luit \
--enable-logging --enable-wide-chars \
--enable-256-color --enable-load-vt-fonts \
--enable-double-buffer \
--x-include=${prefix}/include --x-lib=${prefix}/lib \
--with-app-defaults=${prefix}/share/X11/app-defaults

2 comments on commit f23d068

@kencu

This comment has been minimized.

Copy link
Contributor

@kencu kencu replied Apr 2, 2019

Yep, that looks to have fixed it. nice find!

@cjones051073

This comment has been minimized.

Copy link
Contributor Author

@cjones051073 cjones051073 replied Apr 2, 2019

thanks for the confirmation !

Please sign in to comment.
You can’t perform that action at this time.