Christian Rocha
Christian Rocha
This is a small change to allow parsed `` elements to play in Chrome with the bundled `toVirtualDom` utility. Chrome needs to set the `muted` attribute on `` elements as...
Thank you for the fabulous library! It's very fun to use. I've noticed that text renders upside down and flipped. I checked against [fogleman/gg](https://github.com/fogleman/gg), which does not have the same...
This update adds a threshold which prevents progress meters from animating over very short distances. Because terminal cells are rather large units, it's often a better experience to have short...
It would be nice if the viewport provided some options to automatically wrap and truncate text to keep layouts from breaking, rather than leaving this as an exercise for the...
Currently, if you send more lines than the height of the window Bubble Tea rendering flips out. For cases like this we should _probably_ drop lines from the top and...
It would be nice for Bubble Tea to support the "CSI u" Encoding Specification as outlined in Paul Evans' seminal work ["Fix Keyboard Input on Terminals - Please"](http://www.leonerd.org.uk/hacks/fixterms/). References: *...
As noted in #273, `Program#Quit` does not allow for a final render, and it should.
When setting a username, pre-populate the input field in the "set username" section with the current username, if one is set.
Because the terminal doesn't support links to anchors within the page we should strip them. In other words, code like this: * [About](#about) Which, in HTML, would render to: About...
This appears to happen when the width is 120 columns or wider either set automatically based on the width of the terminal or when set with the `-w`/`--width` flag. I...