Skip to content

Commit

Permalink
Swtich to ascii theme for powerline with tmux
Browse files Browse the repository at this point in the history
So I'm getting this weird issue where the powerline status line repeats
itself infinitely up the terminal.
This appears to be the result of either tmux or my terminal emulator
incorrectly guessing the width of the characters in question.

After much googlin' the best description of the problem I've found is a
bug report on powerline:
powerline/powerline#1652

Unfortunately the powerline author, rightly or wrongly, has said it's
nothing to do with powerline.

I've yet to find a bug in gnome-terminal or tmux that covers the same
issue.

Switching to the ascii based theme for tmux should work for now
  • Loading branch information
cscutcher committed Oct 13, 2016
1 parent 925eda6 commit 6f25df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/.config/powerline/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"tmux": {
"colorscheme": "default",
"theme": "default",
"top_theme": "ascii"
},
"vim": {
"colorscheme": "default",
Expand Down

0 comments on commit 6f25df2

Please sign in to comment.