Restore Host Prompt Info (#15387)

This commit is contained in:
InsanityAutomation
2019-09-27 18:06:26 -04:00
committed by Scott Lahteine
parent 02bbc51195
commit 5221e2d991
6 changed files with 25 additions and 3 deletions

View File

@@ -51,7 +51,8 @@ void host_action(const char * const pstr, const bool eol=true);
PROMPT_FILAMENT_RUNOUT,
PROMPT_USER_CONTINUE,
PROMPT_FILAMENT_RUNOUT_REHEAT,
PROMPT_PAUSE_RESUME
PROMPT_PAUSE_RESUME,
PROMPT_INFO
};
extern PromptReason host_prompt_reason;