You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With cuv lessopen, if I print('...'.encode('utf8') then less -R works properly (i.e. shows colours) but if I click.echo('...') then the colours don't work with less. Don't know why.
..and in Python3 the print() with encode prints out a binary repr of the string, basically.
The text was updated successfully, but these errors were encountered:
With
cuv lessopen
, if Iprint('...'.encode('utf8')
thenless -R
works properly (i.e. shows colours) but if Iclick.echo('...')
then the colours don't work with less. Don't know why...and in Python3 the print() with encode prints out a binary repr of the string, basically.
The text was updated successfully, but these errors were encountered: