--- mrxvt-0.5.4.ebuild 2011-08-20 12:38:57.326424632 +0200 +++ mrxvt-0.5.4-r1.ebuild 2011-08-17 20:31:16.426424463 +0200 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 ~mips ppc x86" LINGUAS_IUSE="linguas_el linguas_ja linguas_ko linguas_th linguas_zh_CN linguas_zh_TW" -IUSE="debug png jpeg session truetype menubar utempter xpm ${LINGUAS_IUSE}" +IUSE="debug png jpeg session truetype menubar utempter xpm squared_tabs ${LINGUAS_IUSE}" RDEPEND="png? ( media-libs/libpng ) utempter? ( sys-libs/libutempter ) @@ -61,6 +61,9 @@ if use linguas_zh_TW ; then myconf="${myconf} --enable-big5 --with-encoding=big5" fi + if use squared_tabs ; then + myconf="${myconf} --with-tab-radius=0" + fi # 2006-03-13 gi1242: mrxvt works best with TERM=rxvt AND correctly set # termcap / terminfo entries. If the rxvt termcap / terminfo entries are