mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Fix typos
This commit is contained in:
@ -463,7 +463,7 @@ foreground: Color = .{ .r = 0xFF, .g = 0xFF, .b = 0xFF },
|
|||||||
/// Background image for the window.
|
/// Background image for the window.
|
||||||
@"background-image": SinglePath = .{},
|
@"background-image": SinglePath = .{},
|
||||||
|
|
||||||
/// Background image opactity
|
/// Background image opacity
|
||||||
@"background-image-opacity": f32 = 1.0,
|
@"background-image-opacity": f32 = 1.0,
|
||||||
|
|
||||||
/// Background image mode to use.
|
/// Background image mode to use.
|
||||||
|
@ -140,7 +140,7 @@ draw_mutex: DrawMutex = drawMutexZero,
|
|||||||
/// terminal is in reversed mode.
|
/// terminal is in reversed mode.
|
||||||
draw_background: terminal.color.RGB,
|
draw_background: terminal.color.RGB,
|
||||||
|
|
||||||
/// The background image(s) to draw. Currentlly, we always draw the last image.
|
/// The background image(s) to draw. Currently, we always draw the last image.
|
||||||
background_image: configpkg.SinglePath,
|
background_image: configpkg.SinglePath,
|
||||||
|
|
||||||
/// The opacity of the background image. Not to be confused with background-opacity
|
/// The opacity of the background image. Not to be confused with background-opacity
|
||||||
|
Reference in New Issue
Block a user