##// END OF EJS Templates
add feedback that ctrl-d was pressed
Daniel Velkov -
Show More
@@ -3194,6 +3194,7 b' Defaulting color scheme to \'NoColor\'"""'
3194 else:
3194 else:
3195 yield l
3195 yield l
3196 except EOFError:
3196 except EOFError:
3197 print '<EOF>'
3197 return
3198 return
3198
3199
3199 def _strip_pasted_lines_for_code(self, raw_lines):
3200 def _strip_pasted_lines_for_code(self, raw_lines):
General Comments 0
You need to be logged in to leave comments. Login now