After Zoom hook

Use this hook to react on the chosen entry in the zoom session.

Example:

function extern void tirou102.cdf_aitm.after.zoom()
{
        if isspace(tirou102.cdf_aitm(1;9)) then
                tirou102.cdf_aitm = tirou102.cdf_aitm(10)
        endif
}