mirror of
https://github.com/urbit/shrub.git
synced 2024-12-03 05:43:18 +03:00
Agent now uses terms instead of knots for settings.
This commit is contained in:
parent
4860d51405
commit
4022ecd70e
@ -52,7 +52,7 @@
|
|||||||
latest/@ud ::< latest shown msg num
|
latest/@ud ::< latest shown msg num
|
||||||
say/sole-share ::< console state
|
say/sole-share ::< console state
|
||||||
active/(set circle) ::< active targets
|
active/(set circle) ::< active targets
|
||||||
settings/(set knot) ::TODO term ::< frontend settings
|
settings/(set term) ::< frontend settings
|
||||||
== ::
|
== ::
|
||||||
++ move (pair bone card) ::< all actions
|
++ move (pair bone card) ::< all actions
|
||||||
++ lime ::> diff fruit
|
++ lime ::> diff fruit
|
||||||
@ -93,8 +93,8 @@
|
|||||||
{$bind p/char q/(unit where)} ::< bind glyph
|
{$bind p/char q/(unit where)} ::< bind glyph
|
||||||
{$unbind p/char q/(unit where)} ::< unbind glyph
|
{$unbind p/char q/(unit where)} ::< unbind glyph
|
||||||
{$nick p/(unit ship) q/(unit cord)} ::< un/set/show nick
|
{$nick p/(unit ship) q/(unit cord)} ::< un/set/show nick
|
||||||
{$set p/knot} ::< enable setting
|
{$set p/term} ::< enable setting
|
||||||
{$unset p/knot} ::< disable setting
|
{$unset p/term} ::< disable setting
|
||||||
:: miscellaneous ::
|
:: miscellaneous ::
|
||||||
{$help $~} ::< print usage info
|
{$help $~} ::< print usage info
|
||||||
== ::
|
== ::
|
||||||
@ -1169,12 +1169,12 @@
|
|||||||
++ wo-set ::< %set
|
++ wo-set ::< %set
|
||||||
::> enables ui setting flag.
|
::> enables ui setting flag.
|
||||||
::
|
::
|
||||||
|= seg/knot
|
|= seg/term
|
||||||
^+ ..sh-work
|
^+ ..sh-work
|
||||||
?~ seg
|
?~ seg
|
||||||
%+ sh-fact %mor
|
%+ sh-fact %mor
|
||||||
%+ turn (~(tap in settings.she))
|
%+ turn (~(tap in settings.she))
|
||||||
|= s/knot
|
|= s/term
|
||||||
[%txt (trip s)]
|
[%txt (trip s)]
|
||||||
%= ..sh-work
|
%= ..sh-work
|
||||||
settings.she (~(put in settings.she) seg)
|
settings.she (~(put in settings.she) seg)
|
||||||
@ -1183,7 +1183,7 @@
|
|||||||
++ unset ::< %unset
|
++ unset ::< %unset
|
||||||
::> disables ui setting flag.
|
::> disables ui setting flag.
|
||||||
::
|
::
|
||||||
|= neg/knot
|
|= neg/term
|
||||||
^+ ..sh-work
|
^+ ..sh-work
|
||||||
%= ..sh-work
|
%= ..sh-work
|
||||||
settings.she (~(del in settings.she) neg)
|
settings.she (~(del in settings.she) neg)
|
||||||
@ -1804,7 +1804,7 @@
|
|||||||
::> bou: complete aroma.
|
::> bou: complete aroma.
|
||||||
::> sep: message contents.
|
::> sep: message contents.
|
||||||
::
|
::
|
||||||
sef/(set knot)
|
sef/(set term)
|
||||||
who/ship
|
who/ship
|
||||||
sen/serial
|
sen/serial
|
||||||
aud/audience
|
aud/audience
|
||||||
|
Loading…
Reference in New Issue
Block a user