Vadzim Miliantsei

Results 10 issues of Vadzim Miliantsei

**Describe the bug** A clear and concise description of what the bug is. When navigating from "/some/page?from=1" to "/some/page" the history state is replaced instead of being pushed. **To Reproduce**...

bug

Inspired by https://github.com/garglk/garglk/blob/bde657b41e67f56e9f2bf58f48eef56ac002030f/garglk/wintext.cpp#L1094.

Fixes https://github.com/erkyrath/glkote/issues/53. Inspired by https://github.com/garglk/garglk/blob/bde657b41e67f56e9f2bf58f48eef56ac002030f/garglk/wintext.cpp#L1102.

Stops mobile virtual keyboard from flickering on each command.

Currently timer events might interfere with the user input events. With this fix user events are not lost.

Needed for https://github.com/erkyrath/remote-if-demo/pull/6.

Adds mouse events support.