zellij-org/zellij

Bug: opening a new tab is a little slow

Open

#176 opened on Feb 10, 2021

View on GitHub
 (13 comments) (2 reactions) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
help wanted

Description

When we open a tab, zellij waits until a new pty starts and only then opens the tab. This feels slow to the user. It can be cool to first render an empty tab and "connect" it to a pty when it finishes opening. That should be a more pleasant user experience.

Contributor guide