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
c77fb9818f
Add justfile
2023-07-23 11:01:31 -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
cb4873e2ab
Update ToC
...
modified: README.md
2023-02-17 12:18:55 -05:00
Brian Barto
9e23931041
Replace tips section with link to sonsors page.
...
modified: README.md
2023-02-17 11:37:40 -05:00
Brian Barto
8842fb7e04
Update funding file
...
modified: .github/FUNDING.yml
2022-06-30 13:06:40 -04:00
Brian Barto
8a326f8ef4
Update funding file
...
modified: .github/FUNDING.yml
2022-06-30 13:04:03 -04:00
Brian Barto
d124669e02
Testing the FUNDING file
...
new file: .github/FUNDING.yml
2022-06-30 13:00:46 -04:00
Brian Barto
db66a6a562
Update screenshot urls
...
modified: README.md
2022-06-14 14:13:46 -04:00
Brian Barto
e84e9afd65
Update version in readme file.
...
modified: README.md
2021-12-09 17:22:55 -05: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
Brian Barto
cce1af14d0
Merge pull request #81 from stephpavlou/patch-1
...
Fixed typo
2021-06-22 08:10:58 -04:00
Stephanos Pavlou
b87f5d2c1c
Fixed typo
...
Replaced 'if you install form a package manager' to 'if you install from a package manager' on line 43.
2021-06-21 22:47:24 -05:00
Brian Barto
39d2bb37f5
Merge pull request #79 from theDrake/patch-1
...
Add cyan to list of color options
2021-02-25 08:40:05 -05:00
David C. Drake
4612718c95
Add cyan to list of color options
2021-02-24 23:52:35 -07:00
Brian Barto
0d0b492de7
Merge pull request #78 from Humm42/master
...
use freopen(3) correctly
2021-01-29 19:07:51 -05: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
Brian Barto
1d01337b6a
Merge pull request #72 from rpdelaney/style
...
Fix spelling
2019-03-25 18:29:10 -04:00
Ryan Delaney
fd58a8c0d1
Fix spelling
2019-03-25 15:17:02 -07:00
Brian Barto
16fcd1e2ee
Merge pull request #69 from pnappa/master
...
Fixed bug where piping into sneakers caused memory corruption
2019-03-02 15:23:56 -05: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
61f1f6cfc4
Fix ncurses implementation
...
modified: Makefile
modified: NCURSES.md
2018-10-24 22:47:26 -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
Brian Barto
cd912b65a8
Merge pull request #65 from Thuffir/patch-1
...
Turn on binary optimizations.
2018-08-28 09:12:48 -04:00
Gergely Budai
ca408b79b8
Turn on binary optimizations.
2018-08-08 13:19:01 +02:00
Brian Barto
1c8f8808d9
Should be using strlen instead of sizeof.
...
modified: src/nmstermio.c
2018-08-05 20:05:19 -04:00
Brian Barto
56df5f3de5
Dynamically allocation memory for the display buffer based on column count.
...
modified: src/sneakers.c
2018-06-13 18:58:24 -04:00
Brian Barto
40f7d1a080
Support the esc key for aborting the sneakers menu.
...
modified: src/sneakers.c
2018-06-13 14:06:24 -04:00
Brian Barto
2e404dcb65
Ignore .vs dir
...
modified: .gitignore
2018-06-12 11:34:06 -04:00