parsav  Diff

Differences From Artifact [1b75d5dd6d]:

To Artifact [fa178f73b5]:


     1      1   -- vim: ft=terra
     2      2   local pstr = lib.mem.ptr(int8)
     3      3   local pref = lib.mem.ref(int8)
     4      4   
     5      5   local mappings = {
     6      6   	{url = 'profile', title = 'account profile', render = 'profile'};
     7      7   	{url = 'avi', title = 'avatar', render = 'avatar'};
            8  +	{url = 'ui', title = 'user interface', render = 'ui'};
     8      9   	{url = 'sec', title = 'security', render = 'sec'};
     9     10   	{url = 'rel', title = 'relationships', render = 'rel'};
    10     11   	{url = 'qnt', title = 'quarantine', render = 'quarantine'};
    11     12   	{url = 'acl', title = 'access control shortcuts', render = 'acl'};
    12     13   	{url = 'rooms', title = 'chatrooms', render = 'rooms'};
    13     14   	{url = 'circles', title = 'circles', render = 'circles'};
    14     15