Skip to content

Conversation

@frankier
Copy link

@frankier frankier commented Sep 9, 2025

By default, OhMyREPL will insert markers for the prompt start, input start and output start. Many terminals can use these markers to allow you to quickly navigate between prompts in the scrollback buffer. This feature can be turned on/off using enable_semantic_prompt(::Bool). OhMyREPL adds the markers to all REPL modes it knows about when it is loaded, and again refreshes this after a short wait. If you add more REPL modes in the middle of your session, you can call enable_semantic_prompt(true) to add the markers to these modes too.

@frankier frankier marked this pull request as draft September 9, 2025 11:04
By default, OhMyREPL will insert markers for the prompt start, input start and output start.
Many terminals can use these markers to allow you to quickly navigate between prompts in the scrollback buffer.
This feature can be turned on/off using `enable_semantic_prompt(::Bool)`.
OhMyREPL adds the markers to all REPL modes it knows about when it is loaded, and again refreshes this after a short wait.
If you add more REPL modes in the middle of your session, you can call `enable_semantic_prompt(true)` to add the markers to these modes too.
@frankier frankier force-pushed the terminal-integration branch from e452601 to 1c05922 Compare September 9, 2025 15:12
@frankier frankier marked this pull request as ready for review September 9, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant