mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update bell docs
This commit is contained in:
@ -1729,18 +1729,19 @@ term: []const u8 = "xterm-ghostty",
|
|||||||
///
|
///
|
||||||
/// Available features:
|
/// Available features:
|
||||||
///
|
///
|
||||||
/// * `audio` - Play an audible sound. (Currently Linux-only if libcanberra
|
/// * `audio` - Play an audible sound. (GTK only).
|
||||||
/// support has been compiled in.)
|
|
||||||
///
|
///
|
||||||
/// * `visual` - Flashes a visual indication in the surface that triggered
|
/// * `visual` - Flashes a visual indication in the surface that triggered
|
||||||
/// the bell. (Currently not implemented.)
|
/// the bell. (Currently not implemented.)
|
||||||
///
|
///
|
||||||
/// * `notification` - Displays a desktop notification.
|
/// * `notification` - Displays a desktop notification. (Currently not
|
||||||
|
/// implemented.)
|
||||||
///
|
///
|
||||||
/// * `title` - Will add a visual indicator to the window/tab title.
|
/// * `title` - Will add a visual indicator to the window/tab title.
|
||||||
|
/// (Currently not implemented.)
|
||||||
///
|
///
|
||||||
/// * `command` - Will run a command (e.g. for haptic feedback or flashing a
|
/// * `command` - Will run a command (e.g. for haptic feedback or flashing a
|
||||||
/// physical light).
|
/// physical light). (Currently not implemented.)
|
||||||
///
|
///
|
||||||
/// Example: `audio`, `no-audio`, `visual`, `no-visual`, `notification`, `no-notification`
|
/// Example: `audio`, `no-audio`, `visual`, `no-visual`, `notification`, `no-notification`
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user