Brian Barto
eab9e52438
Small syntax change
...
modified: src/nms.h
2016-05-20 10:33:26 -04:00
Brian Barto
9ab70d1948
Small refactor of the forground color code
...
modified: README.md
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
2016-05-03 10:30:11 -04:00
Anthony Sterling
469a24b85d
Added the -f
flag to change the foreground color
...
The `-f` flag enabling the selection of the following colors:-
- white
- yellow
- black
- magenta
- blue
- green
- red
By default the foreground is blue, as per the current implementation.
2016-05-02 20:03:10 +01:00
Brian Barto
ed5e9f689f
Support for the '-a' command line option to auto-start the decryption effect
...
modified: README.md
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
2016-05-01 17:09:38 -04:00
Brian Barto
908c535277
Endlessly documenting...
...
modified: README.md
modified: src/nms.h
2016-04-25 17:40:09 -04:00
Brian Barto
05e9b68f0e
More documentation updates
...
modified: README.md
modified: src/nms.h
2016-04-25 17:18:43 -04:00
Brian Barto
53f3835195
Added option to show cursor during "type" and "jumble" loops.
...
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
2016-04-20 18:16:19 -04:00
Brian Barto
36cf124a0d
Changed nmsexec() to nms_exec()
...
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
modified: src/sneakers.c
2016-04-20 17:55:07 -04:00
Brian Barto
9f1ec97e3f
Added cursor position options
...
modified: src/nms.c
modified: src/nms.h
modified: src/sneakers.c
2016-04-20 17:51:36 -04:00
Brian Barto
227b5a7344
Changed my typedef name to proper camel case
...
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
modified: src/sneakers.c
2016-04-20 17:24:11 -04:00
Brian Barto
9959d6f98f
Changes nmsexec() to accept a structure containing it's multiple arguments. This made
...
more sense than passing a growing list of arguments.
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
modified: src/sneakers.c
2016-04-20 17:08:35 -04:00
Brian Barto
f91d5601c4
Added "returnOptions" parameter that limits which keys will continue execution
...
once the src text is revealed.
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
modified: src/sneakers.c
2016-04-20 14:52:37 -04:00
Brian Barto
dd50839dae
Returning the character that the user pressed after the reveal.
...
modified: src/nms.c
modified: src/nms.h
modified: src/sneakers.c
2016-04-20 12:23:37 -04:00
Brian Barto
103e164106
Decided I didn't need the nmsprintf() function. Instead teh main program should
...
build the character array however it pleases and pass it in to nmsexec().
modified: src/main.c
modified: src/nms.c
modified: src/nms.h
2016-04-18 18:39:56 -04:00
Brian Barto
6da3bbdce5
Restructured the application file a bit.
...
modified: Makefile
renamed: src/nms.c -> src/main.c
copied: src/nms.h -> src/nms.c
modified: src/nms.h
2016-04-18 12:00:57 -04:00
Brian Barto
3f0c272f44
nmsprintBuffer doesn't need to be a global.
...
modified: src/nms.h
2016-04-15 17:39:58 -04:00
Brian Barto
00dd424e9b
Making global vars static
...
modified: src/nms.h
2016-04-15 17:30:55 -04:00
Brian Barto
e2ab6966a7
Updated the handling of "overflow" data
...
modified: nms.h
2016-04-15 15:14:06 -04:00
Brian Barto
61f05b0307
Some needed commenting
...
modified: src/nms.h
2016-04-15 14:28:06 -04:00
Brian Barto
a82d55717a
Integrated ncurses color functions to replace my raw escape characters I used for color.
...
modified: src/nms.h
2016-04-14 16:25:16 -04:00
Brian Barto
46fc803fe7
Initial curses integration
...
modified: src/Makefile
modified: src/nms.h
2016-04-14 16:18:42 -04:00
Brian Barto
ece2551814
Couple OCD changes
...
modified: nms.h
2016-04-14 15:48:27 -04:00
Brian Barto
3f2b28a352
Placed all of the logic in to a header file so that it can be included
...
inside other applications.
modified: src/nms.c
copied: src/nms.c -> src/nms.h
2016-04-12 16:18:53 -04:00