-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme incorrectly shows FSArray background colour rendered over full array #117
Comments
Code for copy and paste
|
Whoa that's a big change huh! We could track down the regression, I'd guess it's something to do with the way fsarrays store formatting? Maybe that's something we got rid of? Do you have a workaround that work for you now? |
I'll have a go at bisecting it.
Yes, I'm writing space characters where needed. |
This might have been by design, and it's just the readme we should change. Arrays by default being spaces or rendering as all spaces isn't desirable in some cases, e.g. when rendering exactly a terminal-sized rect printing these characters would force a lot more line wraps when resizing the terminal smaller that would otherwise be necessary (I bet this is why it was changed). |
FTR the change of behavior was introduced by 8cf4240 in Nov 2013 |
Thanks for finding this. I think we should call this works as intended and say the bug is with the docs. |
I'll submit a PR documenting it then |
I was recreating the screenshots in readme.md, but I found that the rendering didn't match the existing screenshots. The background color of the FSArray is not being rendered, only the background color of an text shows.
For comparison, here is what is currently shown in readme.md
The text was updated successfully, but these errors were encountered: