protected void UpdateInputLine(string text) { display.ClearLine(1); display.WriteLine(text, 1, true); display.Show(); }