update bell docs

This commit is contained in:
Jeffrey C. Ollie
2024-09-17 21:28:10 -05:00
parent 6a94864603
commit 152bca3313

View File

@ -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`
/// ///