Tomasz Rewak

Results 15 comments of Tomasz Rewak

Thanks! After looking through the code and considering different scenarios, I think the most tricky part of this change will be to properly optimize the `filter_query` expressions - which is...

Hi, thanks. It's still an early version, so I'm open to suggestions. Right now I'm working on my engineering thesis, so I'm not planning on making any changes right now,...

Indeed, currently the library will clear the entire buffer and reshape it for its own use. A quick search suggests that it's possible to get the current state of the...

@jzabroski Good one. Actually `htop` was something that inspired to create this framework in the first place. Now I see that I wasn't the only one inspired by it :D...

Ahh, sorry, that was a long day :D I will definitely check it out.

Instead of updating the README I will leave this thread open so that there is an easily accessible place to find and discuss other alternatives to this project. Other being:...

I was thinking about it, but as of now it's uncertain if this will be implemented as a part of the core library.

The problematic part of drop down menus is that this framework doesn't support displaying content outside of a control rectangle. You cannot define a negative margin to display something outside...

Actually I'm pretty sure that in the case of this framework printing characters on the screen is more expensive then calculating their state. So I don't think double-buffering would help...

But it might also depend on the terminal. At least the PS is relatively slow when it comes to displaying characters. On Linux it might be a different story. But...