¤ quitK

Types

quitK :: (K (Either String Bool) a -> K (Either String Bool) a) -> K b c

Description

quitK is a kernel that activates the "Delete Window" button provided by the window manager. The program is terminated when the button is pressed.

quitK works only in shell windows.

Example

 shellF [] Nothing quitK fudget

See Also

shellF wmDeleteWindowK

Bugs

You should be able to combine quitK with other kernels.