summaryrefslogtreecommitdiff
path: root/src/exec
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-04-07 01:01:30 +0200
committerLaurenz <laurmaedje@gmail.com>2021-04-07 01:08:07 +0200
commit3d2ee54848db80a8ede7e00fd5a53bc059138122 (patch)
tree2bdc3a7ad1704ccee7c14972df1fa3cb9c77097a /src/exec
parent076e767b0ed8829d2c2ad0038b650c4809203d7a (diff)
Refactor and comment ♻
Diffstat (limited to 'src/exec')
-rw-r--r--src/exec/state.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exec/state.rs b/src/exec/state.rs
index c579bc4e..82f653e9 100644
--- a/src/exec/state.rs
+++ b/src/exec/state.rs
@@ -97,6 +97,7 @@ pub struct ParState {
/// The spacing between lines (dependent on scaled font size).
pub leading: Linear,
/// The spacing between words (dependent on scaled font size).
+ // TODO: Don't ignore this.
pub word_spacing: Linear,
}