mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
Fix flipped terminal height/width.
This commit is contained in:
parent
f77840c81b
commit
8c6a1ed651
@ -522,7 +522,7 @@ term (tsize, Client{..}) shutdownSTM king enqueueEv =
|
||||
where
|
||||
TSize.Window wi hi = tsize
|
||||
|
||||
initialEvents = [(initialBlew hi wi), initialHail]
|
||||
initialEvents = [(initialBlew wi hi), initialHail]
|
||||
|
||||
runTerm :: RAcquire e (EffCb e TermEf)
|
||||
runTerm = do
|
||||
|
Loading…
Reference in New Issue
Block a user