browsh/interfacer
Thomas Buckley-Houston a8cff1bf1d Fixes 'no-text' bug in HTTP server's raw text
Such a big commit to provide a fix which really only involves a few
lines in the graphics builder. It would seem that the very first time
the BlockCharMono font is rendered it needs a little delay. So there's a
refactor here to use a callback when requesting a screenshot with text.

All the other code in this commit is just the scaffolding to try to fix
this issue. It's all good stuff in itself. Basically stricter code
triggers for the different stages of page load: tab load, DOM ready,
page ready. I actually wonder if the TTY page loads feel snappier now?

closes #46
2018-07-21 23:04:09 +08:00
..
contrib Provide Browsh version with git in Dockerfile 2018-07-19 15:26:45 +08:00
src Fixes 'no-text' bug in HTTP server's raw text 2018-07-21 23:04:09 +08:00
test First basic implementation of configurable keys 2018-07-21 17:05:02 +08:00
Gopkg.lock First implementation of config file 2018-07-17 18:43:52 +08:00
Gopkg.toml Added gzip compression to HTTP server 2018-06-26 13:57:52 +08:00