Simple.Wpf.Terminal
Simple.Wpf.Terminal copied to clipboard
A simple console\terminal window for use in a WPF application
If command text is present after the prompt when items are added to the ItemsSource, the text is removed from after the prompt and placed in front of the item...
When I hit an enter key after typing a command the HandleEnterKey does not seem to capture the line. AggregateAfterPrompt() seems to always return an empty line. I've installed the...
System.ArgumentException: TextPointer is not in the TextTree associated with this object。 at System.Windows.Documents.ValidationHelper.VerifyPosition(ITextContainer container, ITextPointer position, String paramName) at System.Windows.Documents.TextPointer.CompareTo(TextPointer position) at Simple.Wpf.Terminal.Terminal.HandleBackspaceKey() at Simple.Wpf.Terminal.Terminal.OnPreviewKeyDown(KeyEventArgs args) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object...
hello Is there any plan to support Avalonia?