javaterminal / TerminalFX

Java FX Terminal Emulator
MIT License
274 stars 51 forks source link

Use RichTextFX instead of WebView #58

Closed PavelTurk closed 3 months ago

PavelTurk commented 3 months ago

I've never used TerminalFX - I am just gathering information. Why is WebView used for terminal view, but not RichTextFX? Maybe it is better to use RichTextFX as it is no so heavy and can do everything for rendering styled code?