1 Oct 12:13
Re: Option request: turn off outer borders.
Konstantin Klyagin <k <at> thekonst.net>
2004-10-01 10:13:02 GMT
2004-10-01 10:13:02 GMT
On Wed, Sep 29, 2004 at 01:44:31PM -0700, Robin Lee Powell wrote:
> I'd really love to be able to turn off the outer line-drawn
> border, on all four sides.
> It makes cut-and-past hard, and it breaks when unicode is in use
> anyways.
That is VERY easy to do what you want..
--- icqface.cc.orig 2004-10-01 13:11:25.579697136 +0300
+++ icqface.cc 2004-10-01 13:12:17.779761520 +0300
@@ -169,7 +169,7 @@
input.setcolor(conf.getcolor(cp_status));
input.idle = &textinputidle;
- mainw = textwindow(0, 1, COLS-1, LINES-2, conf.getcolor(cp_main_frame));
+ mainw = textwindow(0, 1, COLS-1, LINES-2, conf.getcolor(cp_main_frame), TW_SPACEBORDER);
selector.setcolor(conf.getcolor(cp_dialog_menu),
conf.getcolor(cp_dialog_highlight),
> Will donate for feature, as usual.
Huh? :)
--
--
konst at http://thekonst.net/
_______________________________________________
Cicq mailing list
(Continue reading)
RSS Feed