mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
Fix building for 32-bit architectures
This commit is contained in:
parent
88f2b77dca
commit
c123a10739
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…
x
Reference in New Issue
Block a user