diff options
Diffstat (limited to 'src/fruits')
| -rw-r--r-- | src/fruits/cmsrv/ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fruits/cmsrv/ui.c b/src/fruits/cmsrv/ui.c index 1dd5fa2..e8fbc41 100644 --- a/src/fruits/cmsrv/ui.c +++ b/src/fruits/cmsrv/ui.c @@ -118,6 +118,7 @@ static void erase_lists(struct cmsrv_ui *ui) if (n) ncplane_erase(n); } +#ifdef CAMU_HAVE_PORTAL static void putnwstr_maxwidth_yx(struct ncplane *n, u32 y, u32 x, u32 maxwidth, wstr *w) { ncplane_cursor_move_yx(n, y, x); @@ -126,6 +127,7 @@ static void putnwstr_maxwidth_yx(struct ncplane *n, u32 y, u32 x, u32 maxwidth, ncplane_putwc(n, al_wstr_at(w, i)); } } +#endif static void render_lists(struct cmsrv_ui *ui) { |