Khosrow Afroozeh

Results 8 issues of Khosrow Afroozeh

Since menu is not implemented, how would you prefer to implement it? Should it be implemented from the scratch, or can it be implemented via the primitives that already exist...

If the column title includes `\n`, that column title weill break into two lines. If two adjacent titles on any row in the title are the same, those lines will...

While `TableView`s are implemented as standard, there are a few improvements that could improve their foot print on the screen: 1. An option to allow to omit the scrollbars, and...

Hi Vladimir, thanks for this library! It really has the TVision vibe. I'm trying it to see if it will work for one of my projects, so I'll be filing...

When choosing `Window.SetBorder(BorderNone)` and `Window.SetTitleButtons(ButtonDefault)`, while the border will not be drawn, there is still an empty border which wastes the screen space. Is there a way to avoid that?

Is there an example available to show how to implement an iterator for a Rust object that would work in the PHP side using `foreach`? Just naively implementing the [Iterator](https://www.php.net/manual/en/class.iterator.php)...

It seems that the result of `get_char` does not agree with `NCurses::print` if they are multi-byte unicode codepoints in `NCurses::Key`. Key probably needs specific `to_char` and `to_s` implementations. You can...