Greg Shuflin
193817fda6
Remove autoDecrypt as global
2023-07-25 23:17:17 -07:00
Greg Shuflin
b02247fbe6
Autodecrypt in rust
2023-07-23 20:18:44 -07:00
Greg Shuflin
1e87c76689
Handle maskblank in rust
2023-07-23 20:13:44 -07:00
Greg Shuflin
a1e8fb7aec
Remove C code for foreground color
2023-07-23 20:00:52 -07:00
Brian Barto
1440337579
Move STDIN association to termio module
...
modified: Makefile
modified: src/nmseffect.c
modified: src/nmstermio.c
modified: src/nmstermio_ncurses.c
2018-10-24 22:20:33 -04:00
Brian Barto
a771cf32c1
Rip out whats left of input position. Not using it.
...
modified: src/nmseffect.c
2018-10-24 22:05:40 -04:00
Brian Barto
65901d9875
Rip out returnopts functionality. Not using it.
...
modified: src/nmseffect.c
2018-10-24 22:02:35 -04:00
Brian Barto
d921892576
Add input and error modules for getting input and reporting errors
...
modified: Makefile
new file: src/error.c
new file: src/error.h
new file: src/input.c
new file: src/input.h
modified: src/nms.c
modified: src/nmseffect.c
modified: src/nmseffect.h
2018-10-24 21:44:48 -04:00
Brian Barto
733503ce3a
Fix some indetation issues and add brackets.
...
modified: src/nmseffect.c
2017-04-22 14:46:12 -04:00
liv
b70e70e3dd
Add option to mask single blank spaces
2017-04-11 10:51:56 +01:00
Brian Barto
ff5fbbd7c7
Clear output from nmstermio_get_cursor_row()
...
modified: src/nmseffect.c
2017-03-08 16:19:47 -05:00
Brian Barto
8dfd02cd1c
Change license header to GPL
...
modified: src/nms.c
modified: src/nmscharset.c
modified: src/nmscharset.h
modified: src/nmseffect.c
modified: src/nmseffect.h
modified: src/nmstermio.c
modified: src/nmstermio.h
modified: src/nmstermio_ncurses.c
modified: src/sneakers.c
2017-02-17 13:24:11 -05:00
Brian Barto
db39bde01d
Another typo fix
...
modified: src/nmseffect.c
2017-01-27 10:32:53 -05:00
Brian Barto
10e2046092
Typo fix
...
modified: src/nmseffect.c
2017-01-27 10:30:58 -05:00
Brian Barto
a0d80ddb19
Update documentation for nmseffect module
...
modified: src/nmseffect.c
2017-01-20 10:46:33 -05:00
Brian Barto
0b44f64468
Update documentation for nmseffect library
...
modified: src/nmseffect.c
2017-01-19 15:15:24 -05:00
Brian Barto
272e780adf
Make module for character set to allow easy substitution with different set.
...
modified: Makefile
new file: src/nmscharset.c
new file: src/nmscharset.h
modified: src/nmseffect.c
2017-01-19 12:08:20 -05:00
Brian Barto
8a09f36cee
Rename nmsterm modules to nmstermio, and update function names to align with new module name
...
modified: Makefile
modified: src/nmseffect.c
deleted: src/nmsterm.h
renamed: src/nmsterm.c -> src/nmstermio.c
new file: src/nmstermio.h
renamed: src/nmsterm_ncurses.c -> src/nmstermio_ncurses.c
modified: src/sneakers.c
2017-01-19 11:42:29 -05:00
Brian Barto
bd5614363f
Change function name to nmseffect_set_returnopts()
...
modified: src/nmseffect.c
modified: src/nmseffect.h
modified: src/sneakers.c
2017-01-19 11:25:24 -05:00
Brian Barto
4edd0d51da
Change function name to nmseffect_set_autodecrypt()
...
modified: src/nms.c
modified: src/nmseffect.c
modified: src/nmseffect.h
2017-01-19 11:20:53 -05:00
Brian Barto
5fd104afee
Change file names and update function names (to align with file name changes)
...
modified: Makefile
renamed: src/main.c -> src/nms.c
deleted: src/nms.h
renamed: src/nms.c -> src/nmseffect.c
new file: src/nmseffect.h
modified: src/sneakers.c
2017-01-19 11:17:40 -05:00