Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libcurses/tests tests/libcurses: note that addbyte...
details: https://anonhg.NetBSD.org/src/rev/c9b3d42fb9d6
branches: trunk
changeset: 952663:c9b3d42fb9d6
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Feb 13 22:19:47 2021 +0000
description:
tests/libcurses: note that addbytes is not part of the API
https://mail-index.netbsd.org/source-changes-d/2021/02/13/msg013199.html
diffstat:
tests/lib/libcurses/tests/addbytes | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 36fbbd77a94d -r c9b3d42fb9d6 tests/lib/libcurses/tests/addbytes
--- a/tests/lib/libcurses/tests/addbytes Sat Feb 13 19:23:11 2021 +0000
+++ b/tests/lib/libcurses/tests/addbytes Sat Feb 13 22:19:47 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index