void show_editor() { parse_from_file(); editor_initialize(); flush_on_screen(); show_cursor(); }
void sh_edit(char* params){ terminalMode = EDITOR; editor_initialize(); editor_updateScreen(); }