unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
extern void edit_icon_txt( WINDOW *win, Entry *entry);
extern void init_edit_mode( WINDOW *win, Entry *entry);
extern void exit_edit_mode( WINDOW *win, Entry *entry);
extern void cursor_position( WINDOW *win, int16 *x, int16 *y, int16 *w, int16 *h);