Project

General

Profile

Feature #2937

Updated by Victor Julien almost 5 years ago

The switch to sticky buffer make interesting to access the buffer from lua in a simple syntax. The idea is to allow the lua script to claim the current sticky buffer via something like: 

 <pre><code class="perl"> 
 function @function init (args) 
     local needs = {} 
     needs["buffer"] = tostring(true) 
     return needs 
 end end@ 
 </code></pre> 

Back