packages feed

chiasma-0.10.0.0: lib/Chiasma/Data/Event.hs

module Chiasma.Data.Event where

import Chiasma.Data.TmuxId (WindowId)

data Event =
  WindowClosed WindowId
  deriving stock (Eq, Show)