mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
Rename all bound types so that they start by Nc (and constants by NC), except Notcurses: - rename Cell to NcCell. - rename CELL_* constants to NCCELL_*. - rename Channel to NcChannel & Channels to NcChannels. - rename CHANNEL_* constants to NCCHANNEL_*. - rename Egc to NcChar & EgcBackstop to NcCharBackstop. - rename Palette to NcPalette & PaletteIndex to NcPaletteIndex. - rename IntResult to NcResult. - rename Color to NcColor. - rename Rgb to NcRgb. - rename AlphaBits to NcAlphaBits. - rename StyleMask to NcStyleMask. - rename LIBC_FILE to FILE_LIBC & NC_FILE to FILE_NC. Also: - new type NcTime for timespec. - rustfmt.