aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorRudy Dellomas III <dther@dther.xyz>2024-04-20 03:17:14 +1000
committerRandy Palamar <randy@rnpnr.xyz>2024-04-29 08:36:44 -0600
commit62ccfe59ae63858dc5c21039e907a9277134d171 (patch)
treedd068f380b40f85174f1d2c71441a4070caf153c /ui.h
parent8be1f68ec8a8310109a9204ec9a8599614d8d623 (diff)
downloadvis-62ccfe59ae63858dc5c21039e907a9277134d171.tar.gz
vis-62ccfe59ae63858dc5c21039e907a9277134d171.tar.xz
Add Lua function to Win for directly editing cell styling by position
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 76bdcce..45b6065 100644
--- a/ui.h
+++ b/ui.h
@@ -97,6 +97,7 @@ struct Ui {
struct UiWin {
void (*style_set)(UiWin*, Cell*, enum UiStyle);
+ bool (*style_set_pos)(UiWin*, int x, int y, enum UiStyle);
void (*status)(UiWin*, const char *txt);
void (*options_set)(UiWin*, enum UiOption);
enum UiOption (*options_get)(UiWin*);