Alexander Polakov

Results 41 comments of Alexander Polakov

Try this branch: https://github.com/polachok/echinus/tree/tint2

Works for me with tint2 0.11 @ archlinux. Can you confirm it still doesn't work for you with master?

You can try to use a rule: Echinus_rule0: ._ NULL 0 0 or something.

It _is_ implemented, see draw.c:309. But you're right, title = -1 or something should probably be implemented. Feel free to send patches :)

Try this diff https://gist.github.com/2794155

I don't use flash. Can you provide some info about the flash window? xwininfo & xprop output could be useful.

We have to make sure all struct definitions are compatible with this version before bumping. I think `bindgen` would be the best way forward.

Currently the menu item sends ParallelCommand::Quit, I guess we could change it to SerialCommand::Keyboard(something)? But I don't like that it wouldn't work by default then.

Added basic CI in https://github.com/polachok/helix-gpui/pull/13, but still need packaging and releases