Searched refs:bold (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/components/console/linenoise/ |
D | linenoise.h | 54 typedef char*(linenoiseHintsCallback)(const char *, int *color, int *bold);
|
D | linenoise.c | 428 int color = -1, bold = 0; in refreshShowHints() local 429 char *hint = hintsCallback(l->buf,&color,&bold); in refreshShowHints() 434 if (bold == 1 && color == -1) color = 37; in refreshShowHints() 435 if (color != -1 || bold != 0) in refreshShowHints() 436 snprintf(seq,64,"\033[%d;%d;49m",bold,color); in refreshShowHints() 439 if (color != -1 || bold != 0) in refreshShowHints()
|
/hal_espressif-2.7.6/components/console/ |
D | commands.c | 163 const char *esp_console_get_hint(const char *buf, int *color, int *bold) in esp_console_get_hint() argument 171 *bold = s_config.hint_bold; in esp_console_get_hint()
|
D | esp_console.h | 259 const char *esp_console_get_hint(const char *buf, int *color, int *bold);
|
/hal_espressif-2.7.6/docs/en/security/ |
D | flash-encryption.rst | 46 …eader rows does not wrap, it is necessary to make 0 header rows and apply bold typeface to the fir…
|