Andrew Clarke

Results 9 comments of Andrew Clarke

The WP binary will *partially* run under WSL1 using qemu-i386. WP gets as far as the main document screen but the program exits a second later. This was with QEMU...

You can enable Markdown syntax for any file ending in *.txt by adding this to ~/.config/micro/settings.json: ```json "*.txt": { "filetype": "markdown" }, ``` But I don't know how to do...

Ctrl-M and Enter both use the same ASCII code: 13. I suspect Micro has Enter internally-wired to perform a carriage return in the editor. Probably the only way around this...

You didn't mention which OS you're using but in Linux/BSD/MacOS it might not be possible for Micro to differentiate between Ctrl+[ and Escape since both map to ASCII 0x1b.

Mac_OS_X_Server_10.4.7_universal.dmg can be found at https://archive.org/details/MacOSXServer10.4.7Universal Attach the .dmg to the virtual optical drive of the guest and reboot the VM. The install disc can be used on non-Apple hardware...

You can create your own custom syntax highlighting files for Micro. Here's a rough attempt I wrote for .conf files. It's based on the syntax highlighting for Apache config files...

> I think this is intentional, it is a fatal error not a normal exit. The current behaviour is not documented anywhere and violates POLA.