From dea80d78f9b1779fd29ba07e86b47643b27ff437 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 16 Apr 2021 10:29:11 -0400 Subject: 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. --- docs/api.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/api.md') 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. + +#### `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. + #### `ui.find.find_entry_text` (string) -- cgit v1.2.3