Raxol.Terminal.Buffer.TextFormatting (Raxol v0.5.0)

View Source

Manages terminal text formatting operations.

Summary

Functions

Applies blink formatting to a cell.

Applies bold formatting to a cell.

Applies invisible formatting to a cell.

Applies italic formatting to a cell.

Applies reverse video formatting to a cell.

Applies underline formatting to a cell.

Checks if a cell has blink formatting.

Checks if a cell has bold formatting.

Checks if a cell has invisible formatting.

Checks if a cell has italic formatting.

Removes blink formatting from a cell.

Removes bold formatting from a cell.

Removes invisible formatting from a cell.

Removes italic formatting from a cell.

Removes reverse video formatting from a cell.

Removes underline formatting from a cell.

Resets all formatting attributes on a cell.

Checks if a cell has reverse video formatting.

Checks if a cell has underline formatting.

Functions

apply_blink(cell)

Applies blink formatting to a cell.

apply_bold(cell)

Applies bold formatting to a cell.

apply_invisible(cell)

Applies invisible formatting to a cell.

apply_italic(cell)

Applies italic formatting to a cell.

apply_reverse(cell)

Applies reverse video formatting to a cell.

apply_underline(cell)

Applies underline formatting to a cell.

blink?(cell)

Checks if a cell has blink formatting.

bold?(cell)

Checks if a cell has bold formatting.

invisible?(cell)

Checks if a cell has invisible formatting.

italic?(cell)

Checks if a cell has italic formatting.

new()

remove_blink(cell)

Removes blink formatting from a cell.

remove_bold(cell)

Removes bold formatting from a cell.

remove_invisible(cell)

Removes invisible formatting from a cell.

remove_italic(cell)

Removes italic formatting from a cell.

remove_reverse(cell)

Removes reverse video formatting from a cell.

remove_underline(cell)

Removes underline formatting from a cell.

reset_formatting(cell)

Resets all formatting attributes on a cell.

reverse?(cell)

Checks if a cell has reverse video formatting.

underline?(cell)

Checks if a cell has underline formatting.