mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
Fix a typo in the docs for adjust-strikethrough-position
and adjust-overline-position
(#5543)
Presumably an error from copy-pasting documentation text.
This commit is contained in:
@ -317,14 +317,14 @@ pub const renamed = std.StaticStringMap([]const u8).initComptime(&.{
|
||||
/// See the notes about adjustments in `adjust-cell-width`.
|
||||
@"adjust-underline-thickness": ?MetricModifier = null,
|
||||
/// Distance in pixels or percentage adjustment from the top of the cell to the top of the strikethrough.
|
||||
/// Increase to move strikethrough DOWN, decrease to move underline UP.
|
||||
/// Increase to move strikethrough DOWN, decrease to move strikethrough UP.
|
||||
/// See the notes about adjustments in `adjust-cell-width`.
|
||||
@"adjust-strikethrough-position": ?MetricModifier = null,
|
||||
/// Thickness in pixels or percentage adjustment of the strikethrough.
|
||||
/// See the notes about adjustments in `adjust-cell-width`.
|
||||
@"adjust-strikethrough-thickness": ?MetricModifier = null,
|
||||
/// Distance in pixels or percentage adjustment from the top of the cell to the top of the overline.
|
||||
/// Increase to move overline DOWN, decrease to move underline UP.
|
||||
/// Increase to move overline DOWN, decrease to move overline UP.
|
||||
/// See the notes about adjustments in `adjust-cell-width`.
|
||||
@"adjust-overline-position": ?MetricModifier = null,
|
||||
/// Thickness in pixels or percentage adjustment of the overline.
|
||||
|
Reference in New Issue
Block a user