diff --git a/inc/sites.inc b/inc/sites.inc index e7c2b462..e48d4495 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -579,10 +579,10 @@ SITEINFO(){ echo -e "${idsCL[Cyan]}7) Proxy Server: ${idsST[Bold]}${server}${idsST[Reset]}" echo -e "${idsCL[Cyan]}8) Proxy Port: ${idsST[Bold]}${port}${idsST[Reset]}" fi - echo -e "\n${idsCL[LightCyan]}Enter the line number to edit, or (s) to save:${idsCL[Default]}" + echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}" read edit - echo -e "\033[12A\033[K" + echo -e "\033[12A" done echo