mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
config: update some docs
This commit is contained in:
@ -135,6 +135,12 @@ const c = @cImport({
|
|||||||
/// There is little to no validation on these values so the wrong values
|
/// There is little to no validation on these values so the wrong values
|
||||||
/// (i.e. "-100%") can cause the terminal to be unusable. Use with caution
|
/// (i.e. "-100%") can cause the terminal to be unusable. Use with caution
|
||||||
/// and reason.
|
/// and reason.
|
||||||
|
///
|
||||||
|
/// Some values are clamped to minimum or maximum values. This can make it
|
||||||
|
/// appear that certain values are ignored. For example, the underline
|
||||||
|
/// position is clamped to the height of a cell. If you set the underline
|
||||||
|
/// position so high that it extends beyond the bottom of the cell size,
|
||||||
|
/// it will be clamped to the bottom of the cell.
|
||||||
@"adjust-cell-width": ?MetricModifier = null,
|
@"adjust-cell-width": ?MetricModifier = null,
|
||||||
@"adjust-cell-height": ?MetricModifier = null,
|
@"adjust-cell-height": ?MetricModifier = null,
|
||||||
@"adjust-font-baseline": ?MetricModifier = null,
|
@"adjust-font-baseline": ?MetricModifier = null,
|
||||||
|
Reference in New Issue
Block a user