Showns

Results 6 issues of Showns

Simply you can't use copy history Windows feature. If you press `[Windows]` + `[V]` in a native terminal will work, while Tabby shows `^V` instead.

T: Bug

**WHY THIS EXIST ON GITHUB?**

I was trying to compile `text-editor.v` but I got > builder error: 'tlhelp32.h' not found This is because https://github.com/civetweb/civetweb/issues/1158

Just adding `webui.js` which is necessary to ensure that test app is working fine.

```py webui.set_timeout(0) window = webui.Window() window.show(" Window 1 - You have 5 seconds to manually close me... ") sleep(5) window.close() # Tell WebUI `webui.wait()` to wait 3 seconds after close...

bug

We know that browsers kill the WebSocket connection if no activity after 2 minutes, so, WebUI get around that by sending a ping every 30 seconds. However, now, seems like...

bug