TerminalOne
TerminalOne copied to clipboard
A cross-platform, smooth and elegant terminal emulator and multiplexer.
Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
When in tmux the block cursor starts to flicker a lot, but it does not appear in recordings though. It is comparable to z-fighting in video games.
Hey, firstly, congrats on this project! Just a quick thing I noticed: I can zoom out with ( CTRL - ) , but then can't zoom back in with (...
It seems that tabs can not be renamed, it just named by numbers
If you want I can make a figma concept. The design of this terminal feels very off place. Some of the changes would be having the tabs at the same...
I'm honestly really loving this terminal so far. It's shockingly good and fills the niche I happen to be part of: native Windows development while also having to cycle between...
``` [7760:0116/122818.642576:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY [7760:0116/122818.642619:ERROR:env.cc(257)] The platform failed to initialize. Exiting. fish: Job 1, './TerminalOne-1.3.1.AppImage' terminated by signal SIGSEGV (Address boundary error) ``` Ozone variables set in...
Add support for renaming tabs in the terminal application. * **State Management:** - Add a new state variable `tabTitles` in `packages/terminal/app/page.tsx` to store tab names. - Modify the `createTab` function...