| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,13 +101,6 @@ def __init__(self, color_scheme, **options): | |||
| 101 | 101 | ||
| 102 | 102 | def format(self, tokensource, outfile): | |
| 103 | 103 | o = '' | |
| 104 | - | ||
| 105 | - try: | ||
| 106 | - curses.curs_set(1) | ||
| 107 | - except curses.error: | ||
| 108 | - # We are in a sucky terminal emulator that does not support it. | ||
| 109 | - pass | ||
| 110 | - | ||
| 111 | 104 | for token, text in tokensource: | |
| 112 | 105 | if text == '\n': | |
| 113 | 106 | continue | |
| Back | FazBrowse Home | New Git URL |
0 commit comments