tview icon indicating copy to clipboard operation
tview copied to clipboard

Add Application.RingBell

Open tslocum opened this issue 5 years ago • 2 comments

This rings the terminal bell on Unix and Windows (tested version: 10.0.18362.535).

tslocum avatar Jan 17 '20 02:01 tslocum

Does this really need a lock? We're not accessing any local variables.

If this can conflict with any other output to the terminal, it should rather be queued with QueueUpdate(). I'm not familiar enough with the bell character. Can it interrupt any other character sequences if output at the wrong time?

rivo avatar Feb 19 '20 20:02 rivo

Thanks. I also don't know the possible extent of corruption. I've updated this to use QueueUpdate instead.

tslocum avatar Feb 21 '20 00:02 tslocum