1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-03 19:32:11 +00:00

more cleanup with uniformizing the keys for 'back' and 'help'

This commit is contained in:
Zeno Rogue
2018-06-13 00:00:01 +02:00
parent 44affc3e9d
commit 3881a7dd97
18 changed files with 69 additions and 58 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ namespace ss {
}
dialog::addBreak(50);
if(size(slideshows) > 1) dialog::addItem(XLAT("change slideshow"), '1');
dialog::addItem(XLAT("go back"), ' ');
dialog::addBack();
dialog::display();
keyhandler = [] (int sym, int uni) {
if(uni >= 'a' && uni < 'a' + sssize) {