Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Ui.PtrMap

Description

This holds the view_id_to_ptr global variable. Only very low level modules should import this.

Synopsis

error

views

data CView Source #

Phantom type for block view ptrs.

lookup_id :: Ptr CView -> IO (Maybe.Maybe ViewId) Source #

Nothing indicates that the UI returned a view ptr I didn't know I had. It's rare, but it can happen if I close a window but a msg about it is still in the queue.

keycaps