From 94cb60a6bde75a385c6ad9afbae2c8e738fdc0a0 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 25 Dec 2009 21:55:36 +0100 Subject: moved pydoc pages to doc/pydoc --- doc/ranger.gui.color.html | 52 ----------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 doc/ranger.gui.color.html (limited to 'doc/ranger.gui.color.html') diff --git a/doc/ranger.gui.color.html b/doc/ranger.gui.color.html deleted file mode 100644 index a1e48be3..00000000 --- a/doc/ranger.gui.color.html +++ /dev/null @@ -1,52 +0,0 @@ - -Python: module ranger.gui.color - - - - - -
 
- 
ranger.gui.color
index
/home/hut/work/ranger/ranger/gui/color.py
-

Contains abbreviations to curses' color/attribute constants.

-

- - - - - -
 
-Modules
       
curses
-

- - - - - -
 
-Functions
       
get_color(fg, bg)
Returns the color pair for the given fg/bg combination.
-

- - - - - -
 
-Data
       COLOR_PAIRS = {10: 0}
-black = 0
-blue = 4
-bold = 2097152
-cyan = 6
-default = -1
-default_colors = (-1, -1, 0)
-green = 2
-invisible = 8388608
-magenta = 5
-normal = 0
-red = 1
-reverse = 262144
-underline = 131072
-white = 7
-yellow = 3
- \ No newline at end of file -- cgit 1.4.1-2-gfad0 '#n30'>30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94