aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/api.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-16 10:29:11 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-16 10:29:11 -0400
commitdea80d78f9b1779fd29ba07e86b47643b27ff437 (patch)
tree34e31018d6d1d9e4315c352eb63635c339409a94 /docs/api.md
parentfaf8a95eea2a27ea1f776c9e61882bc27af9c735 (diff)
Added ability to specify find & replace pane entry font via `ui.find.entry_font`.
Also use type checks when setting find & replace text and labels.
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index 251b037a..61d61dbe 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -8390,6 +8390,12 @@ Emitted when a text search wraps (passes through the beginning of the buffer), e
Whether or not the Find & Replace pane is active.
+<a id="ui.find.entry_font"></a>
+#### `ui.find.entry_font` (string, Write-only)
+
+The font to use in the "Find" and "Replace" entries in "name size" format.
+ The default value is system-dependent.
+
<a id="ui.find.find_entry_text"></a>
#### `ui.find.find_entry_text` (string)