1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-21 09:57:57 +00:00

Assertion stuff...

This commit is contained in:
xolatile
2023-08-25 13:44:07 -04:00
parent 1ed8286ab5
commit 074694d5fb
6 changed files with 47 additions and 48 deletions

View File

@ -44,7 +44,7 @@ int terminal_hl_init(void){
keyword_hl->attributes = (void*)terminal_keyword_hl;
//
terminal_hl_t * terminal_preprocessor_hl = (terminal_hl_t *)malloc(sizeof(terminal_hl_t));
terminal_preprocessor_hl->attribute = TERMINAL_STYLE_BOLD,
terminal_preprocessor_hl->attribute = TERMINAL_STYLE_BOLD;
terminal_preprocessor_hl->foreground_color = TERMINAL_COLOR_FG_BLUE;
terminal_preprocessor_hl->background_color = NULL;
preprocessor_hl = (hl_group_t *)malloc(sizeof(hl_group_t));