mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 17:23:09 +03:00
7c474c848e
Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242
17 lines
521 B
Plaintext
17 lines
521 B
Plaintext
|rafs_flush
|
|
|
|
If "<NetSurf$Dir>" = "" Then Obey <Obey$Dir>.!Boot
|
|
|
|
RMensure WindowManager 3.80 Error 0 NetSurf requires the Nested Window Manager.
|
|
RMEnsure UtilityModule 3.70 RMensure CallASWI 0.00 RMload <NetSurf$Dir>.CallASWI
|
|
RMEnsure SharedUnixLibrary 1.00 RMLoad System:Modules.SharedULib
|
|
|
|
|
|
| drag the 'next' slot in the task manager to something huge and ridiculous,
|
|
| and/or increase the number below
|
|
Wimpslot -min 2000k
|
|
|
|
Set NetSurf$running "yes"
|
|
<NetSurf$Dir>.!RunImage 2><NetSurf$Dir>.stderr
|
|
UnSet NetSurf$running
|