Module Name:    src
Committed By:   blymn
Date:           Wed Sep 19 11:51:56 UTC 2012

Modified Files:
        src/tests/lib/libcurses/director: testlang_parse.y

Log Message:
* Add scanw family function calls as input functions


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libcurses/director/testlang_parse.y

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/director/testlang_parse.y
diff -u src/tests/lib/libcurses/director/testlang_parse.y:1.12 src/tests/lib/libcurses/director/testlang_parse.y:1.13
--- src/tests/lib/libcurses/director/testlang_parse.y:1.12	Thu Sep 15 16:25:17 2011
+++ src/tests/lib/libcurses/director/testlang_parse.y	Wed Sep 19 11:51:56 2012
@@ -1,5 +1,5 @@
 %{
-/*	$NetBSD: testlang_parse.y,v 1.12 2011/09/15 16:25:17 christos Exp $	*/
+/*	$NetBSD: testlang_parse.y,v 1.13 2012/09/19 11:51:56 blymn Exp $	*/
 
 /*-
  * Copyright 2009 Brett Lymn <bl...@netbsd.org>
@@ -149,7 +149,8 @@ static void	perform_delay(struct timespe
 
 static const char *input_functions[] = {
 	"getch", "getnstr", "getstr", "mvgetnstr", "mvgetstr", "mvgetnstr",
-	"mvgetstr", "wgetch", "wgetnstr", "wgetstr"
+	"mvgetstr", "mvscanw", "mvwscanw", "scanw", "wgetch", "wgetnstr",
+	"wgetstr"
 };
 
 static const unsigned ninput_functions =

Reply via email to