javaterminal / TerminalFX

Java FX Terminal Emulator
MIT License
277 stars 52 forks source link

Terminal & TerminalView #14

Closed sirolf2009 closed 6 years ago

sirolf2009 commented 6 years ago

Splits TerminalTab into 3 files, to separate logic. The new classes are as following: TerminalView - Does nothing but displaying text "console-like". Use it for e.g. displaying logs. Terminal - Extension of TerminalView and handles a process. Use it for interaction with the user. TerminalTab - The original class. Contains a Terminal and adds functionality for opening new TerminalTabs.

rahmanusta commented 6 years ago

Thanks for the contribution.