wakterm.gui module#

The wakterm.gui module exposes functions that operate on the gui layer.

The multiplexer may not be connected to a GUI, so attempting to resolve this module from the mux server will return nil.

You will typically use something like:

local wakterm = require 'wakterm'
local gui = wakterm.gui
if gui then
  -- do something that depends on the gui layer
end

Available functions, constants#

Pages