diff options
Diffstat (limited to 'State.hs')
-rw-r--r-- | State.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ initialColorStyle = ColorStyle { , selectionColorID = defaultColorID , statusBarColorID = defaultColorID , headerColorID = defaultColorID + , newEmailColorID = defaultColorID } scrColsAsInteger st = toInteger $ screenColumns st |