Skip to content

Commit

Permalink
Merge pull request ipython#3789 from minrk/qt-raw-input
Browse files Browse the repository at this point in the history
fix raw_input in qtconsole
  • Loading branch information
Carreau committed Jul 26, 2013
2 parents be0370c + 411bc5f commit 53f697e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IPython/qt/console/console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,7 @@ def _show_prompt(self, prompt=None, html=False, newline=True):
self._prompt = prompt
self._prompt_html = None

self._flush_pending_stream()
self._prompt_pos = self._get_end_cursor().position()
self._prompt_started()

Expand Down

0 comments on commit 53f697e

Please sign in to comment.