the following patch adds Unicode Private Use Area
support to urxvt. this is needed for patched fonts
like the powerline/airline console fonts.
(if you are a vim user, check it out
https://github.com/bling/vim-airline
and some (patched) great console fonts in general:
https://github.com/Lokaltog/powerline-fonts )
this will make urxvt use more memory,
8 bytes per screen cell instead of 6,
but in the times of tmux, terminal emulator
scrollback buffers don't need to be big :)
perl support probably takes way more memory ;)
please test and commit.
-f
--
sylvester stallone answering machine: yo! you! message!
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile 21 May 2014 12:48:40 -0000 1.30
+++ Makefile 10 Jul 2014 11:05:16 -0000
@@ -28,6 +28,7 @@ LIB_DEPENDS = devel/startup-notification
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-256-color \
+ --enable-unicode3 \
--enable-perl \
--enable-pixbuf \
--enable-startup-notification \