Tweak cursor storage on sss

This commit is contained in:
2023-02-19 09:53:09 +00:00
parent 41851ba24d
commit 8ec1dc0830
10 changed files with 163 additions and 151 deletions
+3 -3
View File
@@ -32,12 +32,12 @@ data SelectionList a = SelectionList
data SelectionSections a = SelectionSections
{ _sssSections :: IntMap (SelectionSection a)
, _sssSelPos :: Maybe Int
, _sssSelPos :: Maybe (Int,Int)
}
data SectionCursor = SectionCursor
{ _scurSel :: Int
, _scurPos :: Int
--{ _scurSel :: Int
{ _scurPos :: Int
, _scurSize :: Int
, _scurColor :: Color
}