We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005faaf commit bbef4fcCopy full SHA for bbef4fc
source/sys/inv.md
@@ -9,6 +9,10 @@ The system inventory, containing a plethora of useful presets.
9
- [`size`](#size)
10
11
12
+### `blank`
13
+A single whitespace character, useful as a placeholder for fields that do not accept empty strings.
14
+
15
16
### `size`
17
18
```coffee
@@ -19,4 +23,4 @@ class 'size' {
19
23
20
24
| variable | type | description |
21
25
| :------- | :--- | :---------- |
22
-| `max` | | Maximize the window to fill all available space onscreen. |
26
+| `max` | `slot` | Maximize the window to fill all available space onscreen. |
0 commit comments