summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2023-02-09 19:40:23 +0000
committerGitHub <noreply@github.com>2023-02-09 19:40:23 +0000
commit5eb2d055ffa23f6775c12d7cc7e900e0d66a3def (patch)
treeeae174bae76d08c7f1a8cd79e598094bb95d0685 /zellij-utils
parent0255b56f241292cd905711396338614e68334482 (diff)
cleanups around "buffer full" error (#2136)
* server/os_i_o: Add fixme to IPC queue between server and client, explaining why the queue has its current length. * utils/ipc: Don't advertise terminal emulators and use a more generic phrasing instead. zellij as application isn't the place to recommend specific terminals to use it with. * style(comment): redraw-on-backpressure comment --------- Co-authored-by: Aram Drevekenin <aram@poor.dev>
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/src/ipc.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/zellij-utils/src/ipc.rs b/zellij-utils/src/ipc.rs
index 81d9e6c89..e76a21bd8 100644
--- a/zellij-utils/src/ipc.rs
+++ b/zellij-utils/src/ipc.rs
@@ -154,8 +154,7 @@ isn't performant enough.
There are a few things you can try now:
- Reattach to your previous session and see if it works out better this
time: {session_tip}
- - Try using a faster terminal. GPU-accelerated terminals such as Kitty
- or Alacritty are cross-platform and known to work well with zellij.
+ - Try using a faster (maybe GPU-accelerated) terminal emulator
"
)
},