olivine
olivine copied to clipboard
example won't die
The only way I found to stop the triangle example was kill -9. Neither clicking the X on the window nor Ctrl-C nor normal kill would work.
Ah, yes the current code only exits with esc: https://github.com/Octachron/olivine/blob/master/examples/triangle.ml#L75 that should be fixed indeed.