mirror of https://github.com/gdamore/tcell.git
Fix building for 32-bit architectures
This commit is contained in:
parent
b83527a307
commit
2eb23ea847
2
attr.go
2
attr.go
|
@ -16,7 +16,7 @@ package tcell
|
|||
|
||||
// AttrMask represents a mask of text attributes, apart from color.
|
||||
// Note that support for attributes may vary widely across terminals.
|
||||
type AttrMask int
|
||||
type AttrMask int64
|
||||
|
||||
// Attributes are not colors, but affect the display of text. They can
|
||||
// be combined, in some cases, but not others. (E.g. you can have Dim Italic,
|
||||
|
|
Loading…
Reference in New Issue