Fix for GitLab issue #37: prompt incorrectly handled.
This commit is contained in:
parent
876fbb2f78
commit
a4c87aa0b3
4 changed files with 50 additions and 28 deletions
3
advent.h
3
advent.h
|
@ -107,6 +107,9 @@ enum phase_codes {
|
|||
GO_MOVE,
|
||||
GO_TOP,
|
||||
GO_CLEAROBJ,
|
||||
GO_CHECKHINT,
|
||||
GO_CHECKFOO,
|
||||
GO_LOOKUP,
|
||||
GO_WORD2,
|
||||
GO_UNKNOWN,
|
||||
GO_DWARFWAKE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue