MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / ShowMessage

Method ShowMessage

internal/ui/components/app.go:597–599  ·  view source on GitHub ↗

ShowMessage displays a modal message, preserving focus when dismissed. This now uses a safe implementation that avoids QueueUpdateDraw deadlocks.

(message string)

Source from the content-addressed store, hash-verified

595// ShowMessage displays a modal message, preserving focus when dismissed.
596// This now uses a safe implementation that avoids QueueUpdateDraw deadlocks.
597func (a *App) ShowMessage(message string) {
598 a.showMessage(message)
599}
600
601// ShowMessageSafe is now an alias to ShowMessage for backwards compatibility.
602// Both use the same safe implementation that avoids QueueUpdateDraw deadlocks.

Callers

nothing calls this directly

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected