Henry Han

Results 29 comments of Henry Han

I found the issue. mdn currently doesn't process blockquote ```. I'll try to address the issue in the new few patchs.

> It would be working in almost all linux terminal emulators. > > You can test it support with: > > ```shell > > echo -e "\e[9mtest\e[0m" > > ```...

I just found out that Ncurses 6.2 now supports `tput`. I might tweak around and see if ANSI strikethrough could be implemented.

Interesting, would you mind sharing your Ncurses version? I read somewhere that Homebrew has a new version of Ncursesw that links to the older Ncurses. I’ll do some search as...

> > Interesting, would you mind sharing your Ncurses version? > > Was 6.1, upgraded with Homebrew to 6.2 (via downloading [this file](https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz)), same error :)

> > Interesting, would you mind sharing your Ncurses version? > > Was 6.1, upgraded with Homebrew to 6.2 (via downloading [this file](https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz)), same error :) That is strange... I...

I’ll see what can be done. The Makefile is under makeover. I didn’t expect the sudden increase in community and system at the beginning.

@097115 I uploaded a new Makefile and view.h to fix the compile issue and A_ITALIC issue. It just hit my mind that the terminal emulator might be the reason ITALIC...

> No :). I've tried iTerm and Alacritty, they both support italics. > > (On this nw Makefile: it compiles now but italics indeed aren't rendered.) Alright, I'll test it...

I’m planning on adding -o flag for simply format the buffer and output it to file if anyone wants to use other pager or no pager at all. Honestly, the...