Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [wcurses] src/lib/libcurses



Module Name:    src
Committed By:   blymn
Date:           Mon Feb 26 09:49:29 UTC 2007

Modified Files:
        src/lib/libcurses [wcurses]: add_wch.c addbytes.c addch.c
            curses_private.h

Log Message:
* 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.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/lib/libcurses/add_wch.c
cvs rdiff -r1.30.6.5 -r1.30.6.6 src/lib/libcurses/addbytes.c
cvs rdiff -r1.13.18.1 -r1.13.18.2 src/lib/libcurses/addch.c
cvs rdiff -r1.38.6.3 -r1.38.6.4 src/lib/libcurses/curses_private.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index