improved the interactive input handling if isocline is available
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-27 19:17:07 +09:00
parent a60bcfef80
commit 431840f77b
16 changed files with 311 additions and 68 deletions

View File

@ -370,7 +370,7 @@ void hcl_fini (hcl_t* hcl)
if (hcl->vmprim.dl_cleanup) hcl->vmprim.dl_cleanup (hcl);
}
void hcl_reset (hcl_t* hcl)
void hcl_resetcode (hcl_t* hcl)
{
hcl_oop_t v;
hcl_oow_t i;