Terminal Options #278
Unanswered
bombardier200
asked this question in
Q&A
Replies: 2 comments 2 replies
|
I have not added an API to update this value dynamically. I am not sure if it is better to have a single API to update everything at once, or instead add individual APIs for every property you might want to change dynamically. I think the latter is better. |
0 replies
|
Yeah I might take a look at this as for CodeEdit we want to be able to change things like scrollBack. I noticed that you implement calls for things like the name and for cursor style to update them, so, maybe just adding functions for the other features in TerminalOptions would suffice? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I have a swift application that uses SwiftTerm and specifically LocalProcessTerminalView, how can I edit TerminalOptions?
All reactions