unfocus from statusbar, clear prompt state, wait for notify call
(self)
| 125 | self.cursor_offset_in_line += 1 |
| 126 | |
| 127 | def escape(self): |
| 128 | """unfocus from statusbar, clear prompt state, wait for notify call""" |
| 129 | self.in_prompt = False |
| 130 | self.in_confirm = False |
| 131 | self.prompt = "" |
| 132 | self._current_line = "" |
| 133 | |
| 134 | @property |
| 135 | def current_line(self): |
no outgoing calls
no test coverage detected