adamyg / grief

GRIEF - BRIEF clone

Home Page:http://grief.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't see certain messages

blakemcbride opened this issue · comments

build-27 fixed the problem I was having building on my Fedora Linux box. Thank you.

However, I noticed the following problem. If I do the following:

$ gr
abcde
alt-X

I get a blank message at the bottom of the screen. I assume it's asking me something has changed; do I really want to quit? But instead it just displays about 60 spaces. I presume it's a text color or font issue.

Thanks!

Terminal/font/color-depth setup? Attempt an alternative colorscheme, for example gr --colorscheme=zenburn
See macro/colors for other bundled schemes.

My preference is no colors at all anywhere. No language colorization, etc. How can I set that? Thanks!

gr --nocolor

Thanks. That fixed the blank message issue too.

I suppose I'll create a shell script to that when I run gr it always adds the --nocolor option.

Thanks!

Is there anyway of putting (effectively) --nocolor in a config file?

export GRFLAGS=--nocolor

Perfect. Thanks!