IGambleNull

Results 5 comments of IGambleNull

I know it is not a new version but you can here download the old ghidra version: https://ghidra-sre.org/releaseNotes_9.2.3.html

Not showing up on Samsung Galaxy A5 2017 (SM-A520F) running LineageOS 17.1 build 24 december 2020

Now it should be as you want it to be c:

No problem, I know the struggle. Here is the example ```python #!/bin/python import pytermgui as gui with gui.WindowManager() as manager: manager.layout.add_slot("body") manager.add( gui.Window( gui.Container("Test Container", gui.InputField("Waku waku", multiline=True), overflow=gui.Overflow.SCROLL) )...