Terminal Options #278
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. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
If I have a swift application that uses SwiftTerm and specifically LocalProcessTerminalView, how can I edit TerminalOptions?
Beta Was this translation helpful? Give feedback.
All reactions