foldfelis / foldfelis/DisplayStructure.jl

Allow drawing boardless panel?

Open
#29 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
10
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Hello
Thanks for nice package.

I've noticed that you already support borderless `Rectangle` but those option is not accessble from `Panel`

I've made this commit to pass `kwargs` to the `Rectangle` from the `Panel`
https://github.com/YongHee-Kim/DisplayStructure.jl/commit/87a56dd00968486f0814121aec52da95323aa3c6

here is MWE
```julia
using DisplayStructure
DisplayStructure.Panel("TestPanel", [5,12],[1,1];background = '.', border = false) |> render
```

![image](https://user-images.githubusercontent.com/7087745/156346316-0637fc61-aee9-4898-8309-0937aa1d7dae.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.