diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-01 11:16:38 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-01 11:16:38 -0300 |
commit | 39f53d2775f38514a537f03c7b72281ec31a3c0e (patch) | |
tree | 42fd07aa22b7ac986b36298b78fe1c9e85ede115 /State.hs | |
parent | 58836f3c2020c634a2a508846140d163572fd5c0 (diff) |
Further improving on body scrolling
Diffstat (limited to 'State.hs')
-rw-r--r-- | State.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ data ComposeState = ComposeState { data EmailState = EmailState { scrollRowEm :: Int + , bodyStartRow :: Int , emailLines :: [String] , currentEmail :: Message } @@ -100,6 +101,7 @@ initialIndexState = IndexState { initialEmailState = EmailState { scrollRowEm = 0 + , bodyStartRow = 0 , emailLines = [] , currentEmail = Message [] "Dummy email" } |