cursory

0.2.0 • Public • Published

cursory

Compute the relative cursor position from a stream that emits ansi events.

build status

status

Escape codes that set absolute coordinates are not yet supported.

methods

var cursory = require('cursory');

var pos = cursory(width)

Return a new writable stream pos from an optional window width.

pos has attributes that update and events that fire as the screen position state of the input stream changes.

attributes

pos.x

The current cursor position's relative x coordinate (column)

pos.y

The current cursor position's relative y coordinate (row)

events

'pos', x, y

Emitted when the cursor position updates.

install

npm install cursory

license

MIT

/cursory/

    Package Sidebar

    Install

    npm i cursory

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • nopersonsmodules