NAME
Neovim::Ext::Window - Neovim Window class
VERSION
version 0.06
SYNOPSIS
use Neovim::Ext;
METHODS
buffer( )
Get the buffer currently displayed by the window
tabpage( )
Get the tabpage that contains the window.
row( )
Get the 0-indexed on-screen window row position in display cells.
col( )
Get the 0-indexed on-screen window column position in display cells.
cursor( [$row, $col] )
Get or set the row and column of the cursor.
height( [$height] )
Get or set the window height (in rows).
width( [$width] )
Get or set the window width (in columns).
number( )
Get the window number.
valid( )
Check if the window still exists.