Changed variable
This commit is contained in:
parent
1180eff72c
commit
08f4cd753f
@ -2824,7 +2824,7 @@ int Ext_Edit()
|
|||||||
fprintf(fd,"BBSFSEDKEYS='%d'\n",exitinfo.FSemacs);
|
fprintf(fd,"BBSFSEDKEYS='%d'\n",exitinfo.FSemacs);
|
||||||
fprintf(fd,"LINES='%d'\n",rows);
|
fprintf(fd,"LINES='%d'\n",rows);
|
||||||
fprintf(fd,"COLUMNS='80'\n");
|
fprintf(fd,"COLUMNS='80'\n");
|
||||||
fprintf(fd,"UTF-8='%s'\n",utf8?"Yes":"No");
|
fprintf(fd,"UTF8='%s'\n",utf8?"Yes":"No");
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user