Replies: 6 comments 33 replies
-
Yess that's a really good idea ❤ But I'm worried that the current terminal isn't that optimized and is a really poor solution. When I profiled Biscuit, the most critical area was the terminal manager xd. Two threads are spawned per each terminal instance to read from stdout and stderr, so it's really a heavy component. The current terminal manager looks like this.
I will look forward into optimizing the terminal solution and then if its a fairly good one, publish it as a standalone embeddable widget! |
Beta Was this translation helpful? Give feedback.
-
Does the terminal support visual apps like nano and vim? |
Beta Was this translation helpful? Give feedback.
-
Terminal buffering is complicated
…On Tue, Jul 25, 2023, 20:43 Moosems ***@***.***> wrote:
Interesting. Something to look into for sure.
—
Reply to this email directly, view it on GitHub
<#85 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3Q7UIZEXYG5SVIPY7VRFLXSAHVRANCNFSM6AAAAAA2TJROQM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
@billyeatcookies take a look at this: https://wiki.tcl-lang.org/page/terminal+emulator The Expect extension looks pretty promising. What if you made a wrapper around it? |
Beta Was this translation helpful? Give feedback.
-
Anything on the separate package idea? |
Beta Was this translation helpful? Give feedback.
-
@Moosems lets continue with this topic at https://github.com/billyeatcookies/mono |
Beta Was this translation helpful? Give feedback.
-
Could you make a package similar to cupcake for the terminal that uses a TTK theme (you can choose the styling options ;) )? Also, I haven't been near my computer to test Biscuit but can you change the directory in the terminal?
Beta Was this translation helpful? Give feedback.
All reactions