2020-10-24 02:25:44 +03:00
|
|
|
:: herm: stand-in for term.c with http interface
|
|
|
|
::
|
|
|
|
/+ default-agent, dbug, verb
|
|
|
|
=, able:jael
|
|
|
|
|%
|
|
|
|
+$ state-0 [%0 ~]
|
|
|
|
--
|
|
|
|
::
|
|
|
|
=| state-0
|
|
|
|
=* state -
|
|
|
|
%+ verb |
|
|
|
|
%- agent:dbug
|
|
|
|
^- agent:gall
|
|
|
|
|_ =bowl:gall
|
|
|
|
+* this .
|
|
|
|
def ~(. (default-agent this %|) bowl)
|
|
|
|
::
|
|
|
|
++ on-init
|
|
|
|
^- (quip card:agent:gall _this)
|
|
|
|
:_ this
|
|
|
|
[%pass /herm/1 %arvo %d %view [//term/1]~]~
|
|
|
|
::
|
|
|
|
++ on-save !>([%0 ~])
|
|
|
|
++ on-load
|
|
|
|
|= old=vase
|
|
|
|
^- (quip card:agent:gall _this)
|
|
|
|
[~ this(state [%0 ~])]
|
|
|
|
::
|
|
|
|
++ on-watch
|
|
|
|
|= =path
|
|
|
|
^- (quip card:agent:gall _this)
|
|
|
|
?. ?=([%herm ~] path) !!
|
2020-11-05 22:13:36 +03:00
|
|
|
:_ this
|
|
|
|
:: scry prompt and cursor position out of dill for initial response
|
|
|
|
::
|
|
|
|
=/ base=^path
|
|
|
|
/dx/(scot %p our.bowl)//(scot %da now.bowl)/sessions
|
|
|
|
:~ [%give %fact ~ %blit !>(.^(blit:dill (weld base //line)))]
|
|
|
|
[%give %fact ~ %blit !>(`blit:dill`hop+.^(@ud (weld base //cursor)))]
|
|
|
|
==
|
2020-10-24 02:25:44 +03:00
|
|
|
::
|
|
|
|
++ on-arvo
|
|
|
|
|= [=wire =sign-arvo]
|
|
|
|
^- (quip card:agent:gall _this)
|
|
|
|
?. =(/herm/1 wire) !!
|
|
|
|
?. ?=([%d %blit *] sign-arvo)
|
|
|
|
~| [%unexpected-sign [- +<]:sign-arvo]
|
|
|
|
!!
|
|
|
|
:: ~& [dap.bowl %blit (turn p.sign-arvo head)]
|
|
|
|
:_ this
|
|
|
|
%+ turn p.sign-arvo
|
|
|
|
|= =blit:dill
|
|
|
|
[%give %fact [/herm]~ %blit !>(blit)]
|
|
|
|
::
|
|
|
|
++ on-poke
|
|
|
|
|= [=mark =vase]
|
|
|
|
^- (quip card:agent:gall _this)
|
|
|
|
?. ?=(%belt mark)
|
|
|
|
~| [%unexpected-mark mark]
|
|
|
|
!!
|
|
|
|
:_ this
|
|
|
|
[%pass /herm/1 %arvo %d %belt !<(belt:dill vase)]~
|
|
|
|
::
|
|
|
|
++ on-leave on-leave:def
|
|
|
|
++ on-peek on-peek:def
|
|
|
|
++ on-agent on-agent:def
|
|
|
|
++ on-fail on-fail:def
|
|
|
|
--
|