Module scnvim.postwin

Post window.

The interpreter's post window.

Actions

on_open Action for when the post window opens.

Functions

open () Open the post window.
is_open () Test if the window is open.
close () Close the post window.
destroy () Destroy the post window.
toggle () Toggle the post window.
clear () Clear the post window buffer.
focus () Open the post window and move to it.
post (line) Print a line to the post window.


Actions

on_open
Action for when the post window opens. The default is to apply the post window settings.

Functions

open ()
Open the post window.

Returns:

    A window handle.
is_open ()
Test if the window is open.

Returns:

    True if open otherwise false.
close ()
Close the post window.
destroy ()
Destroy the post window. Calling this function closes the post window and deletes the buffer.
toggle ()
Toggle the post window.
clear ()
Clear the post window buffer.
focus ()
Open the post window and move to it.
post (line)
Print a line to the post window.

Parameters:

  • line The line to print.
generated by LDoc 1.5.0 Last updated 2024-04-19 09:15:52