| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ecf737f commit 7998473
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | bpython - A fancy curses interface to the Python interactive interpreter | |
| 2 | - ======= | ||
| 2 | + ======================================================================== | ||
| 3 | 3 | ||
| 4 | 4 | Dependencies | |
| 5 | 5 | ============ | |
@@ -108,9 +108,9 @@ Configuration | |||
| 108 | 108 | See the sample-config file for a list of available options. | |
| 109 | 109 | You should save your config file as ~/.config/bpython/config | |
| 110 | 110 | (i.e $XDG_CONFIG_HOME/bpython/config) or specify at the | |
| 111 | - command line: | ||
| 111 | + command line:: | ||
| 112 | 112 | ||
| 113 | - bpython --config /path/to/bpython/config | ||
| 113 | + bpython --config /path/to/bpython/config | ||
| 114 | 114 | ||
| 115 | 115 | Known Bugs | |
| 116 | 116 | ========== | |
@@ -139,14 +139,14 @@ It can be obtained from cygwin or GnuWin32 or msys | |||
| 139 | 139 | ||
| 140 | 140 | Current version is tested with | |
| 141 | 141 | ------------------------------ | |
| 142 | - Curses 2.2 | ||
| 143 | - pyreadline 1.7 | ||
| 142 | + * Curses 2.2 | ||
| 143 | + * pyreadline 1.7 | ||
| 144 | 144 | ||
| 145 | 145 | Curses Notes | |
| 146 | 146 | ------------ | |
| 147 | 147 | The 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 | ||
| 150 | 150 | ||
| 151 | 151 | To correct this I have provided my windows.theme file. | |
| 152 | 152 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments