feat: terminal frontend#1415
Conversation
- fixed fonts related issue - add image support - add ligature support - improve terminal stuffs
- show clear log in terminal without stdout,stderr prefix - start a new terminal sesion after installation completes with "exit 0"
- fixed different resize cases issue - implemented touch selection
lv_0_20250712043559.mp4Also, why the cursor handles shifts downwards when starting to drag them?: lv_0_20250712044647.mp4 |
That's exactly how it's supposed to work, And is Working in the Video. |
|
@bajrangCoder Kindly Update the Plugin Docs later, With those APIs. |
Thanks for pointing out this issue @peasneovoyager2banana2 ! |
Sure 👍 |
Terminal.persistence.mp4 |
|
I have fixed issues reported here by @peasneovoyager2banana2 and @RohitKushvaha01 |
lv_0_20250712191322.mp4lv_0_20250712192352.mp4 |
|
@bajrangCoder Check the Above Videos Guys. |
Already noted it. |
|
The server is supposed to be stopped when the user closes the terminal. In the first video, it does not |
On closing the tab , it terminates that pty process running for that session. So technically the process running in that pty should also be closed |
|
For the second time I re-created the test project and restarted the vite server and then I closed the terminal tab and the vite page no longer loads. I used *maybe in some rare cases; you can try to fix if it happens often or if someone else reports a similar issue |
I also can't reproduce this , maybe some vite related cache stuff or idk |
Stopping all child processes of a terminal is intended and expected behavior. I think what you're asking for is a way to make the terminal run in the background, for that, you need to wait some time. |
|
Sometimes when I start the terminal: lv_0_20250714103455.mp4This also does happen in AcodeX iirc |
It seems font is not loaded correctly. |




Todos