File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11bpython - A fancy curses interface to the Python interactive interpreter
2- =======
2+ ========================================================================
33
44Dependencies
55============
@@ -108,9 +108,9 @@ Configuration
108108See the sample-config file for a list of available options.
109109You should save your config file as ~/.config/bpython/config
110110(i.e $XDG_CONFIG_HOME/bpython/config) or specify at the
111- command line:
111+ command line::
112112
113- bpython --config /path/to/bpython/config
113+ bpython --config /path/to/bpython/config
114114
115115Known Bugs
116116==========
@@ -139,14 +139,14 @@ It can be obtained from cygwin or GnuWin32 or msys
139139
140140Current version is tested with
141141------------------------------
142- Curses 2.2
143- pyreadline 1.7
142+ * Curses 2.2
143+ * pyreadline 1.7
144144
145145Curses Notes
146146------------
147147The curses used has a bug where the colours are displayed incorrectly:
148- red is swapped with blue
149- cyan is swapped with yellow
148+ * red is swapped with blue
149+ * cyan is swapped with yellow
150150
151151To correct this I have provided my windows.theme file.
152152
You can’t perform that action at this time.
0 commit comments