-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cmatrix.c #194
Open
bluemage
wants to merge
59
commits into
abishekvashok:stable
Choose a base branch
from
bluemage:stable
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update cmatrix.c #194
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Andrey Abramov <[email protected]>
…with cmake This commit provides a temporary fix for abishekvashok#83 that caused cmatrix to add a background color, instead of using the default terminal background. This issue is only present in cmake builds. CMakeLists.txt now checks to see if a `config.h` is present. If a `config.h` is not available, it will add the preprocessor definition EXCLUDE_CONFIG_H as it has prior. However, if a config.h is present, we will use that instead. This allows a user to run `autoreconf -i && ./configure` before running `cmake` and finally, `make`.
Temporary solution for abishekvashok#83 to allow for use of config.h with cmake
* Chrs changes with opt "-k". * Correct Usage message. * For a clean code...
Remove redundant assignment in `cmatrix.c`
For now, use configure if you want to compile with PDCurses.
Instad of /usr/lib/X11/fonts/misc, the fonts should be installed to /usr/share/fonts/misc. Just like the CMake-based build already does.
The previous M4 code would lead to fonts being disabled, irregardless if --without-fonts or --with-fonts was given.
Ensure that $(DESTDIR)/usr/share/consolefonts exists, as otherwise the following install commands would create a binary file $(DESTDIR)/usr/share/consolefonts with the content of matrix.psf.gz.
Add option to choose tty
Add basic support for Windows and PDCurses.
Autotools fixes
Updates issue templates to add more templates: bug report and feature request. Signed-off-by: Abishek V Ashok <[email protected]>
Typo on line 158 of cmatrix.c
Typo (scorlling -> scrolling)
Adds sponsorship information so that potential sponsors can support the development of Cmatrix Signed-off-by: Abishek V Ashok <[email protected]>
Added argument (-M) for custom messages
added ppc64le arch added in yaml file.
Update .travis.yml
There is a small typo in cmatrix.c. Should read `column` rather than `collumn`.
Corrects string comparison.
docs: fix simple typo, collumn -> column
Fixes abishekvashok#98: Don't try to print non-printable chars
File downloaded from: https://www.gnu.org/licenses/gpl-3.0.txt
No changes in functionality.
Reset TERM variable on Windows
Minor cleanup
Fix `‘TIOCSTI’ undeclared` error on MSYS2
This is the fonts directory used in Fedora and Red Hat Enterprise Linux and derivatives: https://src.fedoraproject.org/rpms/xorg-x11-fonts/blob/rawhide/f/xorg-x11-fonts.spec#_3 Signed-off-by: Michel Alexandre Salim <[email protected]>
…-fonts-dir Also allow for X11 fonts in /usr/share/X11/fonts/misc as well
Beautifies the readme with rich formatting elements
* Fix unicode character printing Fix several issues that prevented it from working * link to the wide-character version of ncurses * define NCURSES_WIDECHAR * use a function that can print wide characters * fix the character range. I don't know what the original was supposed to be, but half-width kana (which is what the movie reportedly used) was not at that range. * Fix half-width kana character range I'm not very familiar with katakana, but I think the extra characters I was using are punctuation or other marks. So let's remove them. Note that this is the same range space-pagan is using.
* Install man page * Use GNUInstallDirs for bin location
Add apostrophe to "won*'*t", add colon to introduction of list.
fixed broken orange diamond emoji because apparently having another ":" in the line breaks everything.
Allow -w words to be used in wordfall
next |
bluemage
force-pushed
the
stable
branch
2 times, most recently
from
October 8, 2024 23:22
f2e0246
to
5c082c6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow -w words to be used in wordfall