Changes between Initial Version and Version 1 of Ticket #4356, comment 16


Ignore:
Timestamp:
03/30/22 05:54:45 (2 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4356, comment 16

    initial v1  
    1 Alright, thanks for the confirmation. The problem could be related to your custom prompt, or PRECMD hooks, or pretty much anything, really. Unfortunately, we can only guarantee that the subshell works with the pristine shell. 
     1> there is unfortunately no stable and reliable API that the shells provide to drive them as embedded subshells. 
    22 
    3 If you have your own very special customisations, then you have to make sure that they are compatible with our way of hooking into your shell, because there is unfortunately no stable and reliable API that the shells provide to drive them as embedded subshells. 
    4  
    5 You can check in mc source how we hook into different shells and make sure the prompt is synchronised with mc... 
     3I'd say that there is no any API at all. All good or bad working interactions with shells are hacks.