File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,12 @@ The module :mod:`curses` defines the following functions:
73
73
Allow use of default values for colors on terminals supporting this feature.
74
74
Use this to support transparency in your application.
75
75
76
- Assign terminal default foreground/background colors to color number ``-1 ``.
77
- So ``init_pair(x, COLOR_RED, -1) `` will initialize pair *x * as red
78
- on default background and ``init_pair(x, -1, COLOR_BLUE) `` will
79
- initialize pair *x * as default foreground on blue.
80
- Change the definition of the color-pair ``0 `` to ``(fg, bg) ``.
76
+ * Assign terminal default foreground/background colors to color number ``-1 ``.
77
+ So ``init_pair(x, COLOR_RED, -1) `` will initialize pair *x * as red
78
+ on default background and ``init_pair(x, -1, COLOR_BLUE) `` will
79
+ initialize pair *x * as default foreground on blue.
80
+
81
+ * Change the definition of the color-pair ``0 `` to ``(fg, bg) ``.
81
82
82
83
.. versionadded :: next
83
84
You can’t perform that action at this time.
0 commit comments