Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apparebit committed Nov 13, 2024
1 parent abbe186 commit 6676190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ primary modules and their main types are:
[`Style`](https://apparebit.github.io/prettypretty/prettypretty/style/struct.Style.html)
and terminals' substantially different color representations with
[`Colorant`](https://apparebit.github.io/prettypretty/prettypretty/style/enum.Colorant.html).
- `prettypretty::cmd` is a small library of further
[`Command`](https://apparebit.github.io/prettypretty/prettypretty/cmd/trait.Command.html)s
that let you control aspects other than style, including window title,
terminal screen, and cursor position.
- `prettypretty::trans` defines
[`Translator`](https://apparebit.github.io/prettypretty/prettypretty/trans/struct.Translator.html)
née `Sampler` for translating between the color representations.
Expand Down
2 changes: 1 addition & 1 deletion src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! The core library includes the following commands:
//!
//! * For terminal management, [`RequestTerminalId`].
//! * For window management, [`SaveWindowTitleOnStack`],
//! * For window title management, [`SaveWindowTitleOnStack`],
//! [`LoadWindowTitleFromStack`], and [`SetWindowTitle`].
//! * For screen management, [`EnterAlternateScreen`] and
//! [`ExitAlternateScreen`], also [`EraseScreen`] and [`EraseLine`].
Expand Down

0 comments on commit 6676190

Please sign in to comment.