@@ -18,6 +18,7 @@ echo "Create config files ..."
|
|||||||
mkdir -pv ~/.beluga/
|
mkdir -pv ~/.beluga/
|
||||||
cp -rv ./assets/ ~/.beluga/
|
cp -rv ./assets/ ~/.beluga/
|
||||||
mkdir -pv ~/.beluga/packages/
|
mkdir -pv ~/.beluga/packages/
|
||||||
|
mkdir -pv ~/.beluga/config/
|
||||||
|
|
||||||
read -p "Do you want to replace your config file or keep it (init.lisp.bak) / (init.lisp.new) ? (Y/n)" confirm
|
read -p "Do you want to replace your config file or keep it (init.lisp.bak) / (init.lisp.new) ? (Y/n)" confirm
|
||||||
if [[ "$confirm" =~ ^[Yy]$ ]]; then
|
if [[ "$confirm" =~ ^[Yy]$ ]]; then
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ void editorCloseFile(void) {
|
|||||||
free(E.row[i].render);
|
free(E.row[i].render);
|
||||||
}
|
}
|
||||||
E.numrows = 0;
|
E.numrows = 0;
|
||||||
|
free(E.row);
|
||||||
E.row = NULL;
|
E.row = NULL;
|
||||||
E.dirty = 0;
|
E.dirty = 0;
|
||||||
free(E.filename);
|
free(E.filename);
|
||||||
|
|||||||
Reference in New Issue
Block a user