Marvin Wendt

Results 86 comments of Marvin Wendt

Hi @xbipin, could you please post an example code snippet, of what you're trying to do?

Hi @xbipin, the `AreaPrinter` doesn't work with user input, that's right. PTerm was meant for plain output, without support for user interactions, but we are currently thinking of ways, how...

Huh, that's weird. I cannot reproduce it. ![image](https://user-images.githubusercontent.com/31022056/132647958-5701b191-0662-4a28-87b6-b1ba6710e8ce.png) 1. Did you resize the terminal afterwards? 2. What terminal are you using? (iTerm, VSC inbuilt, etc.) 3. What version of PTerm...

Hmm, I am still not able to reproduce this. I tried it on several machines (macOS and Windows 10) and several terminals (iTerm, Windows Terminal, PowerShell, CMD, IntelliJ inbuilt terminal,...

Hi @tw1nk, thanks for the suggestion! I didn't knew about figlet font files, but it would totally make sense to implement them. Currently, you can change the "Font" of the...

Sounds good, could you make a mockup or PoC? I can't really imagine the layout you're looking for. :)

How about this for the vertical barchart, if the terminal has space left to the right. ![image](https://user-images.githubusercontent.com/31022056/126877459-06050249-6e1c-4a81-b302-fb49e81af865.png) Or append it to the left side of barchart. This would reduce the...

Hi @loutrerusse, thanks for the report! I am currently on vacation, I will look into it ASAP!

We should most likely make a breaking change to make `pterm.Bold("asd")` possible. We could rename the current `pterm.Bold` to something like `pterm.OpBold`.