powerline/docs/source/configuration/segments
ZyX 4e6b0a7ec8 Remove Control-P plugin support
If somebody needs to readd it he should make better code, specifically:

- Functions and variables necessary for supporting Control-P need to be defined 
  in a separate initialiazation function that is only called if Control-P was 
  found.
- Segments that show different information must be defined as separate segments 
  that may be put into configuration file.
- Segment functions must not know side they are on.
- Segment functions must not emit `priority`, it must go to configuration file.
- Segment functions must have proper documentation.
- Segment functions must not emit `width` and `align` keys.
- String `Loading...` or the equivalent must be overridable from configuration, 
  same for other interface strings (e.g. what is shown  when `regex` is true).
- Segment functions must have names that make it clear what they emit.

Closes #1244
2015-01-06 03:57:38 +03:00
..
common.rst Split powerline.segments.common into a number of modules 2014-09-21 02:00:37 +04:00
shell.rst Copy documentation from old variant 2014-08-03 02:43:35 +04:00
tmux.rst Show Count of Attached Tmux Sessions 2014-08-24 20:56:59 +04:00
vim.rst Remove Control-P plugin support 2015-01-06 03:57:38 +03:00