Source-Changes archive

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

CVS commit: [netbsd-6] src/lib



Module Name:    src
Committed By:   jdc
Date:           Thu Aug  9 06:46:37 UTC 2012

Modified Files:
        src/lib/libcurses [netbsd-6]: get_wch.c
        src/lib/libmenu [netbsd-6]: internals.c

Log Message:
Pull up revisions:
  src/lib/libcurses/get_wch.c revision 1.10
  src/lib/libmenu/internals.c revisions 1.14,1.15
(requested by blymn in ticket #459).

* Size argument for memset when clearing cbuf was wrong, cbuf is an array
  of char not int so memset was stomping memory past the end of the array.
  Use sizeof properly to correctly determine the amount of memory to clear.

Extraneous whitespace removal.

* Corrected menu drawing when O_ROWMAJOR is not set
* Corrected menu item neighbour calculation so it works when O_ROWMAJOR
  is set and unset.  This corrects item navigation which was previously
  broken when O_ROWMAJOR was not set.

This resolves lib/46620.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/lib/libcurses/get_wch.c
cvs rdiff -u -r1.13 -r1.13.42.1 src/lib/libmenu/internals.c

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