Commit Graph

168 Commits

Author SHA1 Message Date
Greg Shuflin 6f1e1fb3cf sneakers: clear screen 2023-11-16 21:13:15 -08:00
Greg Shuflin 733693258c Perform in rust 2023-11-15 19:53:30 -08:00
Greg Shuflin 66429e6714 print all strings 2023-11-15 18:34:17 -08:00
Greg Shuflin 8e8f16646b secrets strings:wq 2023-11-15 02:13:17 -08:00
Greg Shuflin 7f77dddda9 stub rust sneakers effect 2023-11-12 13:37:11 -08:00
Greg Shuflin 52c7d86022 Correct mask blank value 2023-11-12 11:55:56 -08:00
Greg Shuflin 19d84a7c9a Slighly-broken? sneakers.c 2023-11-12 11:43:23 -08:00
Greg Shuflin 297c1aedb9 Messing with clear screen 2023-11-12 11:20:13 -08:00
Greg Shuflin ea5efdcf69 Remove input C code 2023-08-12 02:35:26 -07:00
Greg Shuflin ed640548a6 Slight refactor 2023-08-12 02:33:52 -07:00
Greg Shuflin 7ee23cd20d mask blank as arg 2023-07-25 23:46:31 -07:00
Greg Shuflin fa3bbfff58 Sleep in rust 2023-07-25 23:40:30 -07:00
Greg Shuflin 4fc23d0a76 Remove color-setting code
It's never used
2023-07-25 23:26:44 -07:00
Greg Shuflin e2d0ce2e59 Make ncurses version work 2023-07-25 23:22:00 -07:00
Greg Shuflin 193817fda6 Remove autoDecrypt as global 2023-07-25 23:17:17 -07:00
Greg Shuflin da8bc84c36 Remove boilierplate from deleted code 2023-07-25 23:07:52 -07:00
Greg Shuflin d036f6574b Delete old C source file 2023-07-25 23:03:47 -07:00
Greg Shuflin 6bc7d0b94e make charset characters be C null-terminated strings 2023-07-25 23:03:13 -07:00
Greg Shuflin fcf2df1c51 Move chartable to rust
Currently broken
2023-07-25 16:18:30 -07:00
Greg Shuflin 1232487f58 char table in rust 2023-07-25 01:44:10 -07:00
Greg Shuflin 1d4d5f0520 Handle reading input in Rust 2023-07-24 01:13:02 -07:00
Greg Shuflin 4b3bf5dc4b Simplify C 2023-07-23 22:21:13 -07:00
Greg Shuflin d1b289ff8e Remove unused code 2023-07-23 21:01:43 -07:00
Greg Shuflin 9feeb6782b Remove C args 2023-07-23 20:59:42 -07:00
Greg Shuflin b02247fbe6 Autodecrypt in rust 2023-07-23 20:18:44 -07:00
Greg Shuflin 30b77617e2 Doc comment 2023-07-23 20:16:58 -07:00
Greg Shuflin 1e87c76689 Handle maskblank in rust 2023-07-23 20:13:44 -07:00
Greg Shuflin 2841625b15 handle invalid argument 2023-07-23 20:05:26 -07:00
Greg Shuflin 4f74c2f8cd Cargo fmt 2023-07-23 20:01:02 -07:00
Greg Shuflin a1e8fb7aec Remove C code for foreground color 2023-07-23 20:00:52 -07:00
Greg Shuflin b6acbc2484 Handle color fully in rust 2023-07-23 19:56:31 -07:00
Greg Shuflin c5bdc65923 Start doing color handling in rust 2023-07-23 19:35:15 -07:00
Greg Shuflin c334492ea9 More args in rust 2023-07-23 03:19:40 -07:00
Greg Shuflin 78fb4ecbfc cargo fmt 2023-07-23 03:14:49 -07:00
Greg Shuflin c280dbe716 Call a method from rust 2023-07-23 03:14:38 -07:00
Greg Shuflin d7b402c764 Arg parsing in rust 2023-07-23 03:04:59 -07:00
Greg Shuflin ec74203e70 Start porting to rust 2023-07-23 03:03:23 -07:00
Brian Barto 60ffa52f50 Update version to 1.0.1
modified:   src/nms.c
2021-09-24 15:02:46 -04:00
Brian Barto 2b5e31a3dc Update the version to 1.0.0
modified:   src/nms.c
2021-09-24 15:00:45 -04:00
Brian Barto 3237ac188b Reverting commit 1e80be48 because it is causing compile warnings.
modified:   src/nmstermio.c
2021-09-24 14:42:54 -04:00
Humm 1e80be4840 use freopen(3) correctly 2021-01-29 10:55:42 +01:00
Brian Barto efe6d37f68 Fix indentation
modified:   src/nms.c
2020-06-20 18:41:48 -04:00
Patrick Nappa 90b7d0410b fixed bug where piping into sneakers caused crash, and added missing free 2019-02-13 11:06:42 +11:00
Brian Barto 50dc9cc055 Use the new arguments for nmseffect_exec and remove the input functions
modified:   src/sneakers.c
2018-10-26 16:48:54 -04: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 1cd3657415 Use error_log for logging/printing errors
modified:   src/nms.c
2018-10-24 21:50:42 -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 86181d9b52 Getting the return value of write() for now. Will do something with it in a future commit.
modified:   src/nmstermio.c
2018-10-24 20:41:23 -04:00