Commit Graph

310 Commits

Author SHA1 Message Date
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
Brian Barto 65ded7d75b Replace inSize with 'i' and use a standard for loop to handle incrementing.
modified:   src/nms.c
2017-09-20 09:15:04 -04:00
Brian Barto 40da2058b4 Check the return value of realloc() for error
modified:   src/nms.c
2017-09-20 09:03:45 -04:00
Brian Barto 30bd00f949 Set initial capacity to 50 chars.
modified:   src/nms.c
2017-09-20 09:00:38 -04:00
Brian Barto 39c02de520 getchar() must be assigned to an int to handle EOF properly.
modified:   src/nmstermio.c
2017-09-20 08:35:08 -04:00
Brian Barto d8a8449aba Update README
modified:   README.md
2017-08-30 09:25:57 -04:00
Brian Barto f834f758a4 Add ethereum address
modified:   README.md
2017-06-23 09:38:02 -04:00
Brian Barto 2a13255ab8 modified: README.md 2017-06-02 11:22:18 -04:00
Brian Barto fc37647a3f Fix grammar error in README
modified:   README.md
2017-05-30 11:13:52 -04:00
Brian Barto b173dc9a6e Update README doc
modified:   README.md
2017-05-30 10:52:16 -04:00
Brian Barto ea635ad960 Added temrinal prompt to commands in README
modified:   README.md
2017-04-22 14:58:32 -04:00
Brian Barto 211d3aee8e Update README to inclue info about the -s switch
modified:   README.md
2017-04-22 14:51:33 -04:00
Brian Barto 733503ce3a Fix some indetation issues and add brackets.
modified:   src/nmseffect.c
2017-04-22 14:46:12 -04:00
Brian Barto d87094bde1 Merge pull request #52 from livz/master
Add option to mask blank spaces
2017-04-22 14:38:31 -04:00
livz f8348b8567 Update README.md 2017-04-11 11:10:51 +01:00
liv 33fa5bd557 Add mask blanks to man page 2017-04-11 11:08:33 +01:00
liv b70e70e3dd Add option to mask single blank spaces 2017-04-11 10:51:56 +01:00
Brian Barto 93d1933f28 Fix license info
modified:   README.md
2017-04-01 12:23:12 -04:00
Brian Barto 1c38138978 Modify badge
modified:   README.md
2017-03-30 09:16:07 -04:00
Brian Barto ceb9d69334 Add tips badge
modified:   README.md
2017-03-29 15:03:09 -04:00
Brian Barto e1fccfce94 Add comment for MinGW support code
modified:   src/nmstermio.c
2017-03-21 09:40:15 -04:00
Brian Barto db35451d57 Merge pull request #51 from trha/master
Add support for MinGW on Windows
2017-03-21 09:38:02 -04:00
Trinh Hoang Anh 9ebc9a7d76 Add support for MinGW on Windows 2017-03-19 16:21:27 +08:00
Brian Barto 9cd1d1e8d3 Increment version number for bug fix.
modified:   README.md
	modified:   src/nms.c
2017-03-08 17:25:08 -05:00
Brian Barto ff5fbbd7c7 Clear output from nmstermio_get_cursor_row()
modified:   src/nmseffect.c
2017-03-08 16:19:47 -05:00