@@ -661,6 +661,10 @@ EX void handleKeyQuit(int sym, int uni) {
scores::load();
}
#endif
#if CAP_TOUR
elseif(tour::on&&tour::handleKeyTour(sym,uni));
#endif
elseif(doexiton(sym,uni)&&!didsomething){
popScreen();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.