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:
@ -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));
|
||||
|
Reference in New Issue
Block a user