DebugRefreshMsg tells the TUI to re-read the debug ring and redraw the panel. Sent from debug.SetSink whenever a new event is recorded.
| 61 | // DebugRefreshMsg tells the TUI to re-read the debug ring and redraw the |
| 62 | // panel. Sent from debug.SetSink whenever a new event is recorded. |
| 63 | type DebugRefreshMsg struct{} |
| 64 | |
| 65 | // DebugToggleMsg tells the TUI that debug.Enabled() may have changed, so it |
| 66 | // should recompute viewport heights. Sent by the /debug slash command. |
nothing calls this directly
no outgoing calls
no test coverage detected