Up to [cvs.NetBSD.org] / src / lib / libcurses
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: matt-premerge-20091211
Revision 1.43 / (download) - annotate - [select for diffs], Wed Jul 22 16:57:14 2009 UTC (3 years, 10 months ago) by roy
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Prepare curses for the possibility of changing from termcap to terminfo. term.h #defines lines, pad_char and no_color_video macros which conflict with existing curses code. We change lines to alines and nlines depending on use, pad_char to padchar and no_color_video becomes no_color_attributes but with a strong alias from no_color_video.