Fix building for 32-bit architectures

This commit is contained in:
kivattt 2024-07-24 23:55:47 +02:00 committed by Garrett D'Amore
parent b83527a307
commit 2eb23ea847
1 changed files with 1 additions and 1 deletions

View File

@ -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,