diff --git a/README.md b/README.md index ded2526..929cd24 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,7 @@ Windows * Tell me your feature requests, bug reports, etc. * Tell me the games you want to be added (but in the same genre, I can't port Angry Birds to curses! :) * Make a package for your distro (or put it on repos if the package is not there) -* Getting it to Redhat and OpenBSD repos would be nice. * Tell distro developers to consider adding these as default games, nbsdgames packs a lot of fun games in a few hundreds of kilobytes. - +* Compile these with ASAN, play and find C-ish bugs. Also thanks to all the people who helped in the previous versions, all what I requested was done! I didn't expect such an amount of assistance on this project :heart: diff --git a/darrt.c b/darrt.c index c2ec894..4603b68 100644 --- a/darrt.c +++ b/darrt.c @@ -395,9 +395,12 @@ int main(int argc,char** argv){ } } if(input=='Q'){ - strcpy(msg,"Ctrl-C to quit."); + strcpy(msg,"ESC or Ctrl-C to quit."); msg_show=50; } + if(input==27){ + break; + } if(input!=ERR){ usleep(100000); flushinp();