We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500fc8a commit a981aabCopy full SHA for a981aab
1 file changed
ddoc2.js
@@ -690,17 +690,15 @@ if (!debugOnly) {
690
691
console.putmsg("\n" + dprompt);
692
uchoice = docIface.getChoice();
693
- //poor aliasing
694
- if (uchoice == ' ') {
695
- uchoice = 'n';
696
- }
697
698
switch (uchoice) {
699
//top menu
700
case '?':
701
docIface.doMainMenu();
702
break;
703
//message base entry commands
+ case ' ':
+ uchoice = 'n';
704
case 'b':
705
case 'e':
706
case 'E':
0 commit comments