kdheepak / Crossterm.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossterm.jl

Dev Build Status

Crossterm is a Julia library that provides rich functionality to control and manipulate terminal interfaces using the excellent crossterm-rs crate. This includes operations like cursor movement, color and style management, and much more.

Features

  • Cursor movement (up, down, left, right, etc.)
  • Color manipulation (foreground, background)
  • Style manipulation (bold, underline, etc.)
  • Terminal manipulation (clearing, resizing, etc.)
  • Scroll operations
  • Screen buffering

About

License:MIT License


Languages

Language:Julia 100.0%