Skip to content

Commit

Permalink
Add CHANGELOG entry for defaultMain and fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Oct 24, 2023
1 parent 7a8eabf commit a852192
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
`Termonad.Preferences`.
[#238](https://github.com/cdepillabout/termonad/pull/238)

* Move the `defaultMain` function from `Termonad.App` to `Termonad.Startup`.
(It is also exported from the top-level `Termonad` module, so most users
will likely want to get it from there.)
[#239](https://github.com/cdepillabout/termonad/pull/239)


## 4.5.0.0

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,11 @@ module.

module Main where

import Termonad.App (defaultMain)
import Termonad.Config
import Termonad
( FontConfig, FontSize(FontSizePoints), Option(Set)
, ShowScrollbar(ShowScrollbarAlways), defaultConfigOptions, defaultFontConfig
, defaultTMConfig, fontConfig, fontFamily, fontSize, options, showScrollbar
, defaultMain, defaultTMConfig, fontConfig, fontFamily, fontSize, options
, showScrollbar
)
import Termonad.Config.Colour
( AlphaColour, ColourConfig, addColourExtension, createColour
Expand Down

0 comments on commit a852192

Please sign in to comment.