eclipse-theia/theia

Get rid of TerminalWidgetImpl

Open

#5,660 opened on Jul 8, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
help wantedqualityterminal

Description

It should be just TerminalWidget. If we want to abstract over different terminals, we should introduce Terminal interfaces and hide xterm behind it for TerminalWidget. We don't need another implementation of TerminalWidget itself.

Contributor guide