fqless icon indicating copy to clipboard operation
fqless copied to clipboard

Work with screen-256color as $TERM in tmux

Open cyklee opened this issue 8 years ago • 1 comments

Hi Paul,

I love fqless! It actually encouraged me to peek into FASTQ files instead of treating them almost as binary blobs.

At the moment fqless requires TERM to be set to xterm-256color. In tmux, TERM should be set to screen-256color. While there are workarounds (e.g. setting $TERM to xterm-256color manually, not advised), it would be nice if fqless can support screen-256color as a valid for displaying colors as tmux is a very common tool in a server environment.

cyklee avatar May 03 '17 03:05 cyklee

Thank you, thats a good point. I will try to make this work. At the moment I am not sure if the used libraries support this. Hopefully this will be possible.

openpaul avatar May 05 '17 08:05 openpaul