Results 5 comments of Joseph Choe

If some of the colors still don't look right on the solarized dark theme, but the `syntax--ruby` classes are being populated on the hierarchy, does that mean this issue needs...

I think it's supposed to be like this? Though I might be remembering wrong.

That might result in performance problems for large sequences. I've just gotten around it by piping a message with the preamble into `less`, though that doesn't allow me to page...

Hrm, I'm assuming that this would have different keybindings than `lesskey(1)`? I looked at the source for `less(1)` on OpenBSD, and exit codes seem to be here: https://github.com/openbsd/src/blob/master/usr.bin/less/less.h#L157-L159 So, 0...

Is something like this what you had in mind? ```patch diff --git a/mless b/mless index ddead98..51bd361 100755 --- a/mless +++ b/mless @@ -85,10 +85,26 @@ elif [ -f "$HOME/.mblaze/mless" ];...