Date: Fri, 15 Sep 1995 20:12:10 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: paul@FreeBSD.org Cc: current@freefall.freebsd.org Subject: Re: libforms - thumbs up or down? Message-ID: <199509151812.UAA21610@uriah.heep.sax.de> In-Reply-To: <199509151307.OAA19270@server.netcraft.co.uk> from "Paul Richards" at Sep 15, 95 02:07:08 pm
next in thread | previous in thread | raw e-mail | index | archive | help
yes
As Paul Richards wrote:
>
> My libncurses has no draw_box at all. Curses has a box() function, as does
> ncurses.
Sorry, libdialog was it actually:
j@uriah 520% nm /usr/lib/libdialog.a | fgrep draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
U _draw_box
00000a00 T _draw_box
j@uriah 521% fgrep draw_box /usr/include/dialog.h
void draw_box(WINDOW *win, int y, int x, int height, int width,\
^^^^^^^^^^^^^^^^^^^^^^^^^^^...
chtype box, chtype border);
j@uriah 522% fgrep draw_box /tmp/libforms/*.[ch]
/tmp/libforms/forms.c: {"draw_box", &draw_box},
/tmp/libforms/forms.h:void draw_box(OBJECT *);
^^^^^^^^^^^^^^^^^^
/tmp/libforms/ncurses.c:ncurses_draw_box(OBJECT *object)
--
cheers, J"org
joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509151812.UAA21610>
