Closed regr4 closed 3 years ago
I'm pretty sure the problem is in renderer.go
at line 227: I don't know much about Go, but if I'm reading it correctly, if bullets
is set to false, it just doesn't render the line. I will try to figure out whether this is the case tomorrow.
I'm pretty sure the problem is in
renderer.go
at line 227
Yeah you are correct that is where the bug is coming from. Let me know if you are working on this, else I can submit a PR to fix this.
I have created a pull request that should fix this issue.
Ouch, sorry about this. You are correct. Will merge #235 ASAP.
Hi, whenever my
config.toml
containsbullets = false
, lists do not show up on screen, but when I havebullets = true
, then they do show up. I'm using the latest git commit (a4a56a6..) via Homebrew on MacOS with iTerm2. Myconfig.toml
is almost exactlydefault-config.toml
except for some color adjustments, and I've confirmed the problem using the default.To replicate:
bullets = false
in the configgemini://gemini.circumlunar.space/
I couldn't find another issue about this, my apologies if this is a duplicate.