Table of Contents

Interface IPromptController

Namespace
Shard.Logger
Assembly
Shard.Logger.dll

An interactive prompt that can hide/redraw its input line around other output. All members are invoked while Gate is held.

public interface IPromptController

Methods

EraseForOutput()

Erase the currently displayed prompt + input so other output can be written.

void EraseForOutput()

RestoreAfterOutput()

Redraw the prompt + current input after other output.

void RestoreAfterOutput()