File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
- This is pyrepl 0.8.3, a readline-a-like in Python.
2
-
3
- http://pyrepl.codespeak.net/
1
+ This is pyrepl 0.8.4, a readline-a-like in Python.
4
2
5
3
It requires python 2.7 (or newer) and features:
6
4
@@ -36,13 +34,6 @@ $ python setup.py install
36
34
37
35
which will also install the above "pythoni" script.
38
36
39
- Please direct comments to
[email protected] .
40
-
41
- (If you've released open source software you'll know how frustrating
42
- it is to see a couple of hundred downloads and only get a handful of
43
- emails, so don't think I'll be irritated by the banality of your
44
- comments!)
45
-
46
37
47
38
Summary of 0.8.4:
48
39
Original file line number Diff line number Diff line change @@ -358,6 +358,7 @@ def prepare(self):
358
358
# per-readline preparations:
359
359
self .__svtermstate = tcgetattr (self .input_fd )
360
360
raw = self .__svtermstate .copy ()
361
+ raw .iflag |= termios .ICRNL
361
362
raw .iflag &= ~ (termios .BRKINT | termios .INPCK |
362
363
termios .ISTRIP | termios .IXON )
363
364
raw .oflag &= ~ (termios .OPOST )
You can’t perform that action at this time.
0 commit comments