Last active
February 20, 2023 13:40
-
-
Save nothub/91ff81bd945eb8f1e6af08492a13ff75 to your computer and use it in GitHub Desktop.
updated asciiquarium
This file contains hidden or 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
This project has moved to: https://github.com/nothub/asciiquarium |
Oh cool, thanks a lot @phanirithvij! I gonna add your patch to the application.
I have moved the file to its own git repo so contributions can be added in a cleaner way.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to make it so any keypress (other than r, p) will quit it?
Edit: Found a way. Added
elsif ($in ne '-1') {quit();}
, is that correct? Works for me.patch (also including a commandline option)