mirror of
https://github.com/CrystalSplitter/ghcitui.git
synced 2024-11-22 06:32:37 +03:00
Format InterpWindowEvents.hs
This commit is contained in:
parent
b1c47f2e25
commit
d1c30f7037
@ -1,8 +1,10 @@
|
||||
{-# LANGUAGE BlockArguments #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE OverloadedRecordDot #-}
|
||||
|
||||
module Ghcitui.Brick.InterpWindowEvents where
|
||||
module Ghcitui.Brick.InterpWindowEvents
|
||||
( handleInterpreterEvent
|
||||
, handleInterpWindowPostCb
|
||||
) where
|
||||
|
||||
import qualified Brick.BChan as B
|
||||
import qualified Brick.Main as B
|
||||
|
Loading…
Reference in New Issue
Block a user