feat: position hardware cursor
- add cursor marker extraction for rendered lines - move the terminal cursor after full and differential renders - update input to use the real cursor instead of a block glyph
This commit is contained in:
@@ -42,8 +42,7 @@ page.Add(new Box(eventsText, textMeasurer) { Title = "事件" });
|
||||
|
||||
runtime.Add(page);
|
||||
runtime.SetFocus(input);
|
||||
|
||||
terminalOutput.HideCursor();
|
||||
terminalOutput.ShowCursor();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user