rat-cursor 1.2.0

ratatui trait to communicate the cursor position across widgets
Documentation
# 1.2.0


* add impl_screen_cursor! for quick impl

# 1.1.1


* moved all rat-crates to one repo

# 1.1.0


* feature: add screen_cursor() which acts on an array to evaluate the screencursor.

# 1.0.0


stabilization

# 0.25.1


* docs

# 0.25.0


Sync version for beta.

# 0.1.0


Copy the design from rat-text as this is not the only place
where this concept is needed. A separate tiny crate avoids
criss-cross dependencies on crates otherwise not needed.