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 (2,478 forks)batch import
help wantedqualityterminal

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

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