Skip to content

Commit 8669a3e

Browse files
getting ready for alpha release
1 parent c7406ef commit 8669a3e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# potato-illustrator-vty
1+
# tinytools-vty
22

3-
`potato-illustrator` is a mono-space text flow-chart editor written in Haskell. It is currently a WIP and expect to have an ALPHA release by EOY.
3+
`tinytools-vty` is a mono-space text diagram editor written in Haskell. It is currently a WIP and expect to have an beta release SOON.
44

5-
This repository contains the vty based view implementation built on top of the [potato-illustrator](https://github.com/pdlla/potato-illustrator) model.
5+
This repository contains the vty based view implementation built on top of the [tiny-tools](https://github.com/pdlla/potato-illustrator) model.
66

77
# runninng
88

potato_flow

src/Potato/Flow/Vty/Params.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,11 @@ makeLineStyleTextEntry lsc mlsDyn = do
332332
Just ls0 -> updateFromLineStyle lsc ls0
333333
return . current $ ti
334334

335+
336+
presetLineStyles :: [(Text, Text, Text, Text)]
337+
presetLineStyles = [("<",">","v","^"), ("","","","")]
338+
339+
335340
-- | ignore _lineStyle_autoStyle part of LineStyle output
336341
holdLineStyleWidget :: forall t m. (MonadLayoutWidget t m, HasPotato t m) => ParamsWidgetFn t m LineStyle (Either ControllersWithId SetPotatoDefaultParameters)
337342
holdLineStyleWidget pdpDyn inputDyn = constDyn $ do

0 commit comments

Comments
 (0)