From b12d6b2ecee0be03122a4bdba8ebbc91112fae3f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 2 Jun 2022 12:12:47 +0200 Subject: dirc working --- client/ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/ui.h') diff --git a/client/ui.h b/client/ui.h index f749fa0..0d375de 100644 --- a/client/ui.h +++ b/client/ui.h @@ -8,7 +8,7 @@ extern WINDOW *g_w2_ui_win; extern unsigned int g_w2_ui_width; extern unsigned int g_w2_ui_height; -extern void (*g_w2_ui_current_tab)(); +extern void (*g_w2_ui_current_tab)(bool first); /** update terminal props */ void w2_ui_update(); @@ -24,4 +24,4 @@ void w2_ui_paint_statusbar(); /** draw tab bar */ void w2_ui_paint_tabbar(); -void w2_ui_dirc(); +void w2_ui_dirc(bool first); -- cgit v1.2.3