mirror of
https://git.checksum.fail/alec/uriel.git
synced 2026-05-26 12:14:17 +00:00
Free HGBD on initial page load
This commit is contained in:
@@ -26,5 +26,6 @@ You can launch a Browser in the current Task with:
|
||||
|
||||
# Prerequisites
|
||||
|
||||
- Sup1Utils/FileBMP.HC.Z from Sup1 disc (for now)
|
||||
- [HGBD](https://github.com/tramplersheikhs/hgbd)
|
||||
- Beautiful Soup 4 (for DolDoc preprocessing)
|
||||
|
||||
@@ -255,6 +255,7 @@ U0 U_Browser(U8 *url)
|
||||
DocTop;
|
||||
if (URIEL_INSTANCE==FALSE) {
|
||||
StrCpy(Fs->task_title, HGBD_PARAM_BUF+128);
|
||||
FreeHGBD;
|
||||
URIEL_INSTANCE=TRUE;
|
||||
while (TRUE) {
|
||||
cmd = GetStr;
|
||||
@@ -264,9 +265,9 @@ U0 U_Browser(U8 *url)
|
||||
URIEL_INSTANCE=FALSE;
|
||||
} else {
|
||||
StrCpy(Fs->parent_task->task_title, HGBD_PARAM_BUF+128);
|
||||
FreeHGBD;
|
||||
};
|
||||
};
|
||||
FreeHGBD;
|
||||
}
|
||||
|
||||
U0 U_HistNav(I64 index)
|
||||
|
||||
Reference in New Issue
Block a user