From 04017c25bb719c31bb18d43b4bcb96c4736f8d91 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 25 Jan 2025 11:22:32 +0900 Subject: Add 'bell' action to ring the terminal bell --- src/tui/tui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tui/tui.go') diff --git a/src/tui/tui.go b/src/tui/tui.go index 32aefc79..eab5ad7e 100644 --- a/src/tui/tui.go +++ b/src/tui/tui.go @@ -580,6 +580,7 @@ type Renderer interface { PassThrough(string) NeedScrollbarRedraw() bool ShouldEmitResizeEvent() bool + Bell() GetChar() Event -- cgit v1.2.3