adamyg / grief

GRIEF - BRIEF clone
http://grief.sourceforge.net/
Other
33 stars 9 forks source link

Can't see certain messages #68

Closed blakemcbride closed 2 weeks ago

blakemcbride commented 3 weeks ago

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!

adamyg commented 3 weeks ago

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

blakemcbride commented 3 weeks ago

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

adamyg commented 3 weeks ago

gr --nocolor

blakemcbride commented 3 weeks ago

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!

blakemcbride commented 3 weeks ago

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

adamyg commented 2 weeks ago

export GRFLAGS=--nocolor

adamyg commented 2 weeks ago

73

blakemcbride commented 2 weeks ago

Perfect. Thanks!