We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dc92d commit 93bf0f0Copy full SHA for 93bf0f0
api/library/python/iterm2/iterm2/prompt.py
@@ -246,7 +246,7 @@ async def async_get(
246
return triple
247
return (triple[0], triple[1])
248
249
- async def _async_get(self) -> typing.Tuple['PromptMonitor.Mode', typing.Any]:
+ async def _async_get(self) -> typing.Tuple['PromptMonitor.Mode', typing.Any, typing.Optional[str]]:
250
message = await self.__queue.get()
251
if not iterm2.capabilities.supports_prompt_monitor_modes(
252
self.connection):
0 commit comments