Node:async-text-aux-changed, Previous:async-new-motd, Up:Asynchronous Messages



async-text-aux-changed (11) Recommended


        async-text-aux-changed [22] (( text-no : Text-No;
                                       deleted : ARRAY Aux-Item;
                                       added   : ARRAY Aux-Item ));

This message indicates that the aux-items of text text-no have been changed. (This message is not sent when the text is created or deleted.) deleted is a list of the deleted items, and added is a list of the added items. At least one of the arrays will be non-empty.

Please note that all items in deleted will have the deleted bit of the flags field set.