From 7d54dc4b520c2193a2f9517df469a0df4257e4e5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 29 Jan 2022 03:01:08 -0500 Subject: tk: Add border with focus indication to text More visible (and consistent with the rest of the UI changes) than just the cursor. --- (limited to 'src/tk.h') diff --git a/src/tk.h b/src/tk.h index e99d23f..b7b001c 100644 --- a/src/tk.h +++ b/src/tk.h @@ -73,7 +73,7 @@ mftk_radio_new(int butn_width, int butn_padding, int butn_border, struct mftk_widget * mftk_text_new(const char *allowed_chars, int len, const char *val, - TTF_Font *font, int editable, + TTF_Font *font, int border, int editable, int (*action)(void *, const char *), int (*submit)(void *), void *user_data); -- cgit v0.9.1