D. Lawrence

Results 6 comments of D. Lawrence

@bczsalba I noticed that, in the `report_mouse` function, the `hover` event corresponds to control code `1003`. According to [the XTerm documentation](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Mouse-Tracking), this enables both hover and button press tracking, while...

Actually, looking at [context_managers.py:148](https://github.com/bczsalba/pytermgui/blob/ba75eeadbffba948ffb046a353e6be5d01a067c7/pytermgui/context_managers.py#L148), it seems like the actual problem is that it's referencing the `event` variable without being inside a `for` loop. `event` remains set to the last value...

@Eoey1 Hi there, be sure to clear your CMake cache (can be done by just deleting and recreating your build folder) before trying out this branch, so the old settings...

Yes, I'm on 10.14.5 with Xcode 10.2.1. Did you make sure to `git checkout ios` after cloning the repository? I'm confused as to how i386 could possibly be getting selected,...

I'm facing a similar issue when trying to use cargo-chef with [LibAFL](https://github.com/AFLplusplus/LibAFL). The `libafl` package has a dependency on `libafl_derive` which is in the same workspace, specified with a path...

I'd reckon that "pt" is much more intuitive to most people than "em" (besides web developers maybe). I think that by default, UI elements should be placed based on a...