felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.15k stars 442 forks source link

Issues found online #735

Open hanskokx opened 4 years ago

hanskokx commented 4 years ago

We need to be better! Here's a list of issues found online.

Link • Doesn’t support splitting Windows • Mouse events don’t get passed through to tmux • Runs as a native Windows app, so elevating to admin isn’t easily possible • Subtle UI bugs with the prompt flickering • Has a very high amount of type delay

This one definitely looked the coolest, but looks alone isn’t enough.

felixse commented 4 years ago

Interesting find. The cons are pretty much the same for all xterm.js based terminal, so there is not much we can do there. But split pane support sounds like a good candidate for one of the next versions. I also have an idea for elevated tabs that I want to give a try soon

michahell commented 2 years ago

Anything we can do to help with getting split panes in? This would be a massive productivity booster.

hanskokx commented 2 years ago

Anything we can do to help with getting split panes in? This would be a massive productivity booster.

I'd go check on the xterm.js GitHub to see where they're at with that bug.

felixse commented 2 years ago

Anything we can do to help with getting split panes in? This would be a massive productivity booster.

I'm afraid not, it's just a lack of time right now.

I'd go check on the xterm.js GitHub to see where they're at with that bug.

There is nothing in xterm.js that is blocking split panes.

I'm still planning to implement this. But my current priority is to switch to the new Chromium based WebView to improve performance (webgl renderer) and maybe solve some rendering bugs.