Jesús Leganés-Combarro

Results 812 comments of Jesús Leganés-Combarro

Pull-request are welcome :-) El 15/2/2016 1:52, "Idan Kamara" [email protected] escribió: > Throwing another comment here to say I'd like to see this implemented, for > a tool I'm working...

Thank you :-) Problem with that is that maybe we should add some placeholders so `multi-progress` can be able to manage them... Maybe could be done if being given a...

Seems a bit hackyist, but since `ProgressBar` objects provides direct access to the format string, we could [mimic it](https://github.com/visionmedia/node-progress/blob/d47913502ba5b551fcaad9e94fe7b2f5876a7939/lib/node-progress.js#L131-L137), and use a custom `:name` field (for example, we can use...

This could be similar to the separator lines between widgets like the panels in Eclipse or Atom, that also allow to use the mouse to resize them.

What would be better, a separator as a new widget of only one column/row, or add the option to the windows to only show a line between them?

> or add the option to the windows to only show a line between them Sorry, I wanted to say the grid :-P

I suspected something like this...

You are right a Separator widget is no longer necessary, only for the use case of click on them and move to resize the grid cells, but maybe now it...

Yeah, I know blessed-contrib Grid can work automatically with dockBorders option :-) What I'm asking for instead is about allow to click on the separator row/column between two cells (their...

Could be the dockBorders functionality abstracted, so the Grid manage directly the mouse events on the cells borders/separators and the cells being border-less windows instead of being the Grid a...