From 47b8fb8c56a0246d29c454d9c41e3bd3a500945a Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Sun, 18 Sep 2016 13:45:45 -0400 Subject: [PATCH] README update modified: README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56c4eee..f48ec68 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ typedef struct { Assign values to the structure members as needed. +| --- | --- | | char *src | Pointer to the string of characters on which to perform the effect. | | char *foreground_color | Pointer to a string containing the desired foreground color: white, yellow, black, magenta, blue, green, red. | | char *return_opts | String pointer containing only the character options that the user must choose from once the `src` characters are revealed. For example, if you are showing a menu with six options, this string might be "123456". The user will have to choose one of these characters before execution is handed back to the calling function. Note that the character selected is returned by `nms_exec()`. |