Christopher Jeffrey (JJ)

Results 98 comments of Christopher Jeffrey (JJ)

That last commit sort of perfects `grid` vs. `inline`.

This is definitely one of the directions I want to see blessed go. I have a few in mind actually, just off the top of my head: 1. Create a...

Of course, I wouldn't include this in core blessed. These are things that should be separate in my opinion.

@Yomguithereal, good job. I wasn't aware React was modularized in that way. That makes things a lot easier. That's one idea. I think it's worth pursuing. But the ultimate goal...

If you need anymore insight, I've spent a lot of time going crazy over all the different terminal mouse protocols: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#Mouse%20Tracking https://github.com/chjj/tty.js/blob/v0.2.6/static/term.js#L329 https://github.com/chjj/tty.js/blob/v0.2.6/static/term.js#L2939 @TooTallNate picked the right protocol: one that...

There's a typo in the complete.add function. Fixing it now. I'll open another pull request.

Border docking is now implemented in master and I'm currently working on selective border drawing (border.left = true; border.top = false; etc.).

Both border docking and selective borders have been implemented. Border docking/merging works automatically at all angles of every box as long as the borders are the same color. I somehow...

@yaronn, @piranna, it's been a while. What do you think? I think the `dockBorders` option is pretty nice in combination with something like `left: '50%-1'`. I think the need for...

I'm not completely familiar with how the grid layout works in blessed-contrib, but blessed now has the Table/ListTable and more importantly the grid Layout option. Both Table and the `grid`...