[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: extended ascii



On Mon, 25 Dec 2000, [iso-8859-1] sindhoor pangal wrote:
> 
> > Hi
> > For drawing a box, you can use the function 
> > box(WINDOW *win, chtype verch, chtype horch);
> 
> yup! i know that stuff. infact border() ; gets
> morespecific. what i want in particular is those
> double lines. ACS_VLINE and ACS_HLINE only give single
> lines. i even looked at the curses header. but no
> double lines and thick lines. any help?
> 

cd <ncurses_source>/test
./ncurses

Select the option 'f' & see whether you get anything useful. This
directory contains many test programs & may be useful to you.

Sreeji