We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9475fd commit 6833fceCopy full SHA for 6833fce
attr.go
@@ -16,7 +16,7 @@ package tcell
16
17
// AttrMask represents a mask of text attributes, apart from color.
18
// Note that support for attributes may vary widely across terminals.
19
-type AttrMask int
+type AttrMask uint
20
21
// Attributes are not colors, but affect the display of text. They can
22
// be combined, in some cases, but not others. (E.g. you can have Dim Italic,
0 commit comments