Project

General

Profile

Actions

Feature #2937

closed
EL EL

sticky buffer access from lua script

Feature #2937: sticky buffer access from lua script

Added by Eric Leblond almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

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:

function init (args)
    local needs = {}
    needs["buffer"] = tostring(true)
    return needs
end

EL Updated by Eric Leblond almost 7 years ago Actions #1

  • Difficulty changed from medium to high

VJ Updated by Victor Julien almost 7 years ago Actions #2

  • Description updated (diff)
  • Status changed from New to Closed
  • Effort deleted (low)
  • Difficulty deleted (high)
Actions

Also available in: PDF Atom