mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-15 16:05:38 +02:00
overline: new decoration
Similar to the ‘underline’ decoration
This commit is contained in:
parent
6ac046dec3
commit
605490c872
5 changed files with 111 additions and 1 deletions
2
plugin.c
2
plugin.c
|
@ -63,6 +63,7 @@ EXTERN_DECORATION(background);
|
|||
EXTERN_DECORATION(border);
|
||||
EXTERN_DECORATION(stack);
|
||||
EXTERN_DECORATION(underline);
|
||||
EXTERN_DECORATION(overline);
|
||||
|
||||
#undef EXTERN_DECORATION
|
||||
#undef EXTERN_PARTICLE
|
||||
|
@ -152,6 +153,7 @@ init(void)
|
|||
REGISTER_CORE_DECORATION(border, border);
|
||||
REGISTER_CORE_DECORATION(stack, stack);
|
||||
REGISTER_CORE_DECORATION(underline, underline);
|
||||
REGISTER_CORE_DECORATION(overline, overline);
|
||||
|
||||
#undef REGISTER_CORE_DECORATION
|
||||
#undef REGISTER_CORE_PARTICLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue