hatarist / clickhouse-cli

A third-party client for the Clickhouse DBMS server.
Other
252 stars 43 forks source link

Broken colors in urxvt #20

Closed ei-grad closed 6 years ago

ei-grad commented 6 years ago

2018-05-29-171636_764x547_scrot

In gnome-terminal looks fine.

hatarist commented 6 years ago

Thanks for the report!

It seems that urxvt has some internal escape sequences it uses to control the background/foreground colors. I couldn't find any better solution than to just disable the output highlighting feature for the $TERMs starting with rxvt.

Pushed the 0.2.4.4.

ei-grad commented 6 years ago

Looks good! Thanks :).