(Mostly) under the hoood improvements #3

Merged
sashakoshka merged 10 commits from fix-x-concurrency into main 2022-11-17 11:33:36 -07:00
Showing only changes of commit d6280a0d28 - Show all commits

View File

@ -24,6 +24,8 @@ const (
StyleNormal Style = iota
StyleBold Style = iota >> 1
StyleItalic
StyleUnderline
StyleHighlight
StyleBoldItalic Style = StyleBold | StyleItalic
)