walles/moar

latest moar breaks in iterm2

Closed this issue · 4 comments

I updated to the latest rev and moar completely borked the terminal. After running ./moar MOUSE.md I get:

image

and I get an execute: prompt that doesn't let me do anything.

I then walked thru the various commits. The last working commit for me is: 711960c.

commit 0ddefbd fails with:

image

I'm using iTerm2 Build 3.5.0beta18.

I'm getting the first, but not the second error on respective commits on foot terminal.

When given one filename, moar panics as on the first screenshot. When given multiple filenames, it prints a normal error. When given either one or multiple filenames and piped into another program as described in f4af673 it works without errors.

The latest update fixes moar from crashing, but it has lost colorization of the same file.

This is from my older version (v1.22.3-3-g305d247):

image

And this from the current version (v1.23.0-3-g35b0ffc):
image

both are generated from the shell, only switching between moar and ./moar
Has something else changed that requires and update of settings?

Thanks for all your work.!

version v1.23.2 seems to fix my issues.

version v1.23.2 seems to fix my issues.

Thanks for confirming @rwmitchell!