| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b484236 commit d69d127
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1616,7 +1616,7 @@ def bs(s): | |||
| 1616 | 1616 | curses.flushinp() | |
| 1617 | 1617 | raise ValueError | |
| 1618 | 1618 | # literal | |
| 1619 | - elif 0 <= c < 127: | ||
| 1619 | + elif 0 < c < 127: | ||
| 1620 | 1620 | c = chr(c) | |
| 1621 | 1621 | self.win.addstr(c, get_colpair(self.config, 'prompt')) | |
| 1622 | 1622 | o += c | |
| Back | FazBrowse Home | New Git URL |
0 commit comments