Ari E

Results 2 issues of Ari E

The code ```C++ #include #include "BearLibTerminal.h" int main() { terminal_open(); terminal_print(1, 1, "Hello, world!"); terminal_refresh(); while (terminal_read() != TK_CLOSE); terminal_close(); } ``` As taken from [here](http://foo.wyrd.name/en:bearlibterminal) will compile and run...

Hey! I'm using material-ui, and the traffic lights are very weirdly positioned, basically being in the top left of the window. Is there any way to override this? Thanks! On...