Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Go to file
Kim Silkebækken 59a760c3c6 Join the fg/bg/attr methods of the renderers
This change joins the fg/bg/attr methods into a single hl method in the
renderers. This provides the same functionality, and it simplifies the
terminal rendering by being able to join all the attributes into one
escape sequence.

It's also a necessary change for the vim renderer, as this renderer
needs to log all the highlighting and create separate highlighting
classes for every single color and attribute combination. The only way
to do this is to have a single highlighting method.
2012-11-08 13:16:22 +01:00
lib Join the fg/bg/attr methods of the renderers 2012-11-08 13:16:22 +01:00
README.rst Add initial project files 2012-11-08 12:23:57 +01:00
powerline-terminal-example.py Join the fg/bg/attr methods of the renderers 2012-11-08 13:16:22 +01:00
powerline-vim-example.py Join the fg/bg/attr methods of the renderers 2012-11-08 13:16:22 +01:00

README.rst