octogit
octogit copied to clipboard
Bad visualization with "issues" in Ubuntu
I'm trying this software on Ubuntu 12.04 but this is how issues are shown in standard terminal. I think that is a character encoding problem but I don't know how to fix it.
#1 Add "Next Turn" button [31m[39m
[31m[[39m
[31m3[39m
[31m1
[31mm[39m
(
T
H
e
K
[31m3[39m
n
g
e
r
)
[31m[39m
[31m[[39m
[31m3[39m
9[39m
m
what repository did this happen on?
I've only this repository with issues: https://github.com/THeK3nger/Wings-of-War
I can confirm this issue, on my two comps running ubuntu 12.04. I can't pin point when it happens, but right now it is happening https://github.com/amejias101/idea-gen and https://github.com/amejias101/alexismejias2. Altough it has been happening on and off
#12 make menu animation smoother [31m[39m
[31m[[39m
[31m3[39m
[31m1
[31mm[39m
(
a
[31mm[39m
e
j
i
a
s
[31m1
0
[31m1
)
[31m[39m
[31m[[39m
[31m3[39m
9[39m
m
#10 truely responsive images [31m[39m [31m[[39m [31m3[39m [31m1 [31mm[39m ( a [31mm[39m e j i a s [31m1 0 [31m1 ) [31m[39m [31m[[39m [31m3[39m 9[39m m
You're using gnome-terminal
? The stray characters look like misintepreted ASNI escape sequences (for colouring)
Do you get the same mess just running "octogit"?
Also, if you run octogit issues | cat
- does it look right? (that disables the colouring)
If gnome-terminal is the default, then yes i;m using gnome-terminal. octogit works fine. when running octogit issues | cat
the output is
#10 truely responsive images (
a
m
e
j
i
a
s
1
0
1
)
What's the value of $TERM
and are your dotfiles public? Do you override $TERM
anywhere?
echo $TERM - > xterm.
dont know what you mean by public and by overriding them
I had this issue also few weeks ago. But somehow it worked again after some days.