• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Révision4defd1b6cda7ee864ce4449b56e6a5f32dd6cc3d (tree)
l'heure2009-03-23 14:53:30
Auteuriks <iks@0568...>
Commiteriks

Message de Log

get_com関数で入力をトリガとするマクロを解釈しないようにした。

Change Summary

Modification

--- a/src/util.c
+++ b/src/util.c
@@ -3626,7 +3626,7 @@ bool get_com(cptr prompt, char *command, bool z_escape)
36263626 prt(prompt, 0, 0);
36273627
36283628 /* Get a key */
3629- *command = inkey();
3629+ *command = inkey_special(FALSE);
36303630
36313631 /* Clear the prompt */
36323632 prt("", 0, 0);