Sebastián Gurin

Results 92 comments of Sebastián Gurin

Unicode seems to be working fine, https://cancerberosgx.github.io/demos/accursed/browser/emoji-search-nodeps.html tested on linux and mac: (that wants to be a unicode character explorer application...) - in the CLI runs much better (https://github.com/cancerberoSgx/accursed/blob/master/apps/emojis-search/README.md) Chinese...

perhaps related to https://github.com/chjj/blessed/issues/225

Did you checked the example https://github.com/chjj/blessed/blob/master/test/widget-image.js I never done it but I think you need to have accessible vendor/tng.js and widget-png.js like in https://github.com/chjj/blessed/search?q=png&unscoped_q=png Good look, could you please share...

Interesting! also wandering which would be the best approach. Instantiate only one or all? destroy the screen? and recreate it each time? I would like to know more about this,...

I did something similar hide/show for an utility to maximize/restore a box - also needed to restore positions since I often work with layouts https://github.com/cancerberoSgx/accursed/blob/master/src/blessed/maximize.ts and this other feature https://github.com/cancerberoSgx/accursed/blob/master/src/blessed/visibleOnAncestorFocus.tsx

I would have two boxes, on at the top (big one, height: 90%) and a small one at the bottom of 3 rows height, both 100% width. Push all the...

I'm working on documenting blessed API. This is for example what I have so far for Program : https://cancerberosgx.github.io/demos/accursed/api/blessed/classes/_blessed_d_.blessedprogram.html That's generated from blessed TypeScript declaration file https://github.com/cancerberoSgx/accursed/blob/master/src/declarations/blessed.d.ts

I'm working on blessed documentation, modifying blessed TypeScript declaration files (https://github.com/cancerberoSgx/accursed/blob/master/src/declarations/blessed.d.ts) . This is a sample HTML output (https://cancerberosgx.github.io/demos/accursed/api/blessed/modules/_blessed_d_.html) WIP - but wonder what anybody thinks about it. Thanks

Just JSX no react, one file implementation with types and supporting, FunctionElement, ClassElement, function attributes and things like {arr.map(a=>} or {condition &&

tried using something like 'ansi-escape-sequences' ? - just concat along the setContent() string .. some terminals don't