haskell / win32

Haskell support for the Win32 API
http://hackage.haskell.org/package/Win32
Other
98 stars 62 forks source link

Add setWindowPos and getConsoleWindow #219

Open ndmitchell opened 1 year ago

ndmitchell commented 1 year ago

These are the two functions required for ghcid, both of which are manually written out in https://github.com/ndmitchell/ghcid/blob/0d0a6aff30124bdb701191efd5170d3fadcb5cbe/src/Language/Haskell/Ghcid/Terminal.hs#L33-L39 and could be replaced with Win32 ideally.

ndmitchell commented 1 year ago

Also wM_GETICON.