Closed vitaly-zdanevich closed 7 months ago
This is the intended default behavior. When you use shell or a Python REPL, there is no extra separator between the output and the next input prompt. Neither should trans
have that.
With that being said, you can easily configure the prompt to include a separator and a newline to achieve this:
{
:fmt-prompt "=================\n> "
}
Thanks, I tried your config, but still no separator in -I
mode :(
My full config:
{
:show-original false
:show-translation-phonetics false
:theme "happiness.trans"
:no-warn true
:fmt-prompt "=================\n> "
}
I think when you have set a theme, it will always override the :fmt-prompt
setting. So the only working way is to directly change the definition :fmt-prompt
in the theme file happiness.trans
. Let me know if it works.
I tried in theme file - still no separation on -I
:(
This is good - we have
======
separator here:This is what this issue about - no separator when
-I
is used: