From 60cf751fa922bbbf86212d98c1bc7f0cf8d3bc0a Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:48:38 -0400 Subject: [PATCH] docs --- docs/content/troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/troubleshooting.md b/docs/content/troubleshooting.md index 192baed2..ad36e01d 100644 --- a/docs/content/troubleshooting.md +++ b/docs/content/troubleshooting.md @@ -35,7 +35,9 @@ Some possible solutions include: - Configuring your terminal emulator to use specific fonts for the `U+2800` to `U+28FF` range. - For example for kitty, do `symbol_map U+2800-U+28FF Symbola`. -See [this issue](https://github.com/cjbassi/gotop/issues/18) for more possible fixes. +See [this issue](https://github.com/cjbassi/gotop/issues/18) for more possible fixes, or the +[ratatui](https://ratatui.rs/faq/#some-characters-appear-to-be-missing--look-weird) FAQ (ratatui is the underlying +library that bottom uses to draw things). If you're still having issues, feel free to open a [discussion](https://github.com/ClementTsang/bottom/discussions/new/) question about it.