You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
|`[M]`| MeshView confirmed - packet seen on MeshView server |
106
+
107
+
The `[M]` indicator also appears in the Packets view when a MeshView URL is configured. This confirms the packet was received by the MeshView aggregation server, which is useful for verifying mesh propagation.
108
+
109
+
## Terminal Compatibility
110
+
111
+
For proper emoji and Unicode character display, ensure your terminal uses Unicode-compliant width calculations:
112
+
113
+
-**Ghostty** - Uses Unicode widths by default (`grapheme-width-method = unicode`)
114
+
-**Kitty** - Uses Unicode widths by default
115
+
-**iTerm2** - Enable in Preferences → Profiles → Text → "Unicode version 9+ widths"
116
+
-**Terminal.app** - May have issues with some emoji
117
+
118
+
There are still issues with some emoji and fixing them is a work in progress.
119
+
96
120
## Keybindings
97
121
98
122
### Global
@@ -204,28 +228,6 @@ Options:
204
228
| u | Toggle uplink |
205
229
| D | Toggle downlink |
206
230
207
-
## Message Status Indicators
208
-
209
-
In Chat and DM views, messages show delivery status:
|`[M]`| MeshView confirmed - packet seen on MeshView server |
217
-
218
-
The `[M]` indicator also appears in the Packets view when a MeshView URL is configured. This confirms the packet was received by the MeshView aggregation server, which is useful for verifying mesh propagation.
219
-
220
-
## Terminal Compatibility
221
-
222
-
For proper emoji and Unicode character display, ensure your terminal uses Unicode-compliant width calculations:
223
-
224
-
-**Ghostty** - Uses Unicode widths by default (`grapheme-width-method = unicode`)
225
-
-**Kitty** - Uses Unicode widths by default
226
-
-**iTerm2** - Enable in Preferences → Profiles → Text → "Unicode version 9+ widths"
227
-
-**Terminal.app** - May have issues with some emoji
0 commit comments