Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Jul 25, 2018
  3. Jul 24, 2018
  4. Jul 21, 2018
    • Thomas Buckley-Houston's avatar
      Fixes 'no-text' bug in HTTP server's raw text · a8cff1bf
      Thomas Buckley-Houston authored
      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
      a8cff1bf
    • Thomas Buckley-Houston's avatar
      First basic implementation of configurable keys · 7a76b3d9
      Thomas Buckley-Houston authored
      Only 'next-tab' is currently supported.
      
      You will need to run Browsh with `--debug` then press the key
      combination and watch the logs for something like;
      
      `TTY sending: /stdin,{"char":"\u001c","key":28,"mod":2}`
      
      That is the result of having `pressed CTRL+\`. Then add something
      like the following to your config file:
      ```toml
      [tty.keys]
      next-tab = ["\u001c", "28", "2"]
      ```
      
      touches #52
      7a76b3d9
    • Thomas Buckley-Houston's avatar
      Replace google.com with brow.sh as startup URL · 7c10bd23
      Thomas Buckley-Houston authored
      closes #132
      7c10bd23
    • Thomas Buckley-Houston's avatar
  5. Jul 19, 2018
  6. Jul 18, 2018
Loading