The NetBSD Project

CVS log for src/lib/libcurses/addbytes.c

[BACK] Up to [cvs.NetBSD.org] / src / lib / libcurses

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: wcurses


Revision 1.30.6.7 / (download) - annotate - [select for diffs], Sun Mar 18 10:04:59 2007 UTC (17 years, 1 month ago) by jdc
Branch: wcurses
Changes since 1.30.6.6: +11 -8 lines
Diff to previous 1.30.6.6 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)

Mark subsequent cells of multi-column characters with __WCWIDTH and
their attributes and only display them once.

Revision 1.30.6.6 / (download) - annotate - [select for diffs], Mon Feb 26 09:49:28 2007 UTC (17 years, 1 month ago) by blymn
Branch: wcurses
Changes since 1.30.6.5: +437 -114 lines
Diff to previous 1.30.6.5 (colored) to branchpoint 1.30 (colored)

* commonalise adding a wide character so it can be reused
* make __waddbytes add wide characters if libcurses is built in wide
  character mode.
* make waddch add wide characters if libcurses is built in wide character
  mode.

Revision 1.30.6.5 / (download) - annotate - [select for diffs], Mon Jan 22 11:14:05 2007 UTC (17 years, 3 months ago) by jdc
Branch: wcurses
Changes since 1.30.6.4: +2 -3 lines
Diff to previous 1.30.6.4 (colored) to branchpoint 1.30 (colored)

We only need to include <assert.h> when debugging.

Revision 1.30.6.4 / (download) - annotate - [select for diffs], Mon Jan 22 10:43:28 2007 UTC (17 years, 3 months ago) by blymn
Branch: wcurses
Changes since 1.30.6.3: +4 -2 lines
Diff to previous 1.30.6.3 (colored) to branchpoint 1.30 (colored)

* Make WCHAR libcurses the default build
* Sprinkle about some SET_WCOL() calls where they were missing

Revision 1.30.6.3 / (download) - annotate - [select for diffs], Mon Jan 22 07:42:17 2007 UTC (17 years, 3 months ago) by jdc
Branch: wcurses
Changes since 1.30.6.2: +5 -3 lines
Diff to previous 1.30.6.2 (colored) to branchpoint 1.30 (colored)

We only need to include <assert.h> when debugging.

Revision 1.30.6.2 / (download) - annotate - [select for diffs], Sun Jan 21 17:43:35 2007 UTC (17 years, 3 months ago) by jdc
Branch: wcurses
Changes since 1.30.6.1: +17 -9 lines
Diff to previous 1.30.6.1 (colored) to branchpoint 1.30 (colored)

Apply the changes that add debug "areas" on HEAD to the wcurses branch.
Add correspending changes to the debug code that is only present on the branch.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Sun Jan 21 11:38:59 2007 UTC (17 years, 3 months ago) by blymn
Branch: wcurses
Changes since 1.30: +15 -7 lines
Diff to previous 1.30 (colored)

Wide curses merge

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jan 15 11:43:54 2006 UTC (18 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, wcurses-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: wcurses
Changes since 1.29: +11 -6 lines
Diff to previous 1.29 (colored)

Background characters and attributes don't need to be kept per character
cell, as they are merged when characters are added.  Remove the per cell
storage and clarify the manual page.  Pointed out by ruibiao@.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>