Module Name: src
Committed By: rillig
Date: Sat Feb 13 22:19:47 UTC 2021
Modified Files:
src/tests/lib/libcurses/tests: addbytes
Log Message:
tests/libcurses: note that addbytes is not part of the API
https://mail-index.netbsd.org/source-changes-d/2021/02/13/msg013199.html
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcurses/tests/addbytes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libcurses/tests/addbytes
diff -u src/tests/lib/libcurses/tests/addbytes:1.1 src/tests/lib/libcurses/tests/addbytes:1.2
--- src/tests/lib/libcurses/tests/addbytes:1.1 Sat Feb 13 06:29:45 2021
+++ src/tests/lib/libcurses/tests/addbytes Sat Feb 13 22:19:47 2021
@@ -1,6 +1,9 @@
-# $NetBSD: addbytes,v 1.1 2021/02/13 06:29:45 rillig Exp $
+# $NetBSD: addbytes,v 1.2 2021/02/13 22:19:47 rillig Exp $
#
# Tests adding bytes to stdscr.
+#
+# Note that addbytes is not part of the official curses API, it is merely
+# an internal helper function.
include start