We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for this very nice piece of work!
When I create two Documents, e.g.,
const doc1 = term.createDocument( { palette: new termkit.Palette() }); table1 = new termkit.TextTable({ parent: doc1, cellContents: [ ET CETERA const doc2 = term.createDocument( { palette: new termkit.Palette() }); table2 = new termkit.TextTable({ parent: doc2 , cellContents: [ ET CETERA
The rendering of the second table "clears" that of the first. Each works fine by itself.
Is there a way for multiple Documents to co-exist in the same terminal screen?
Thanks very much.
-Paul
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for this very nice piece of work!
When I create two Documents, e.g.,
The rendering of the second table "clears" that of the first. Each works fine by itself.
Is there a way for multiple Documents to co-exist in the same terminal screen?
Thanks very much.
-Paul
The text was updated successfully, but these errors were encountered: