aboutsummaryrefslogtreecommitdiff
path: root/src/Chelleport.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chelleport.hs')
-rw-r--r--src/Chelleport.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Chelleport.hs b/src/Chelleport.hs
index 8bd938e..2bdc6c4 100644
--- a/src/Chelleport.hs
+++ b/src/Chelleport.hs
@@ -26,8 +26,8 @@ initialState _ctx = do
stateIsShiftPressed = False
}
where
- rows = 12
- columns = 12
+ rows = 9
+ columns = 16
hintKeys = ['A' .. 'Z'] \\ "Q"
directionalIncrement :: (CInt, CInt) -> Char -> (Int, Int)