#![allow(bad_style)]//! ncurses-specific declarations.
usecrate::curses_common::chtype;pubconstKEY_B2:u32=350;pubconstKEY_END:u32=360;// Note(Lokathor): READ ONLY!
extern"C"{/// The Alternate Character Set mappings.
////// This isn't filled in until *after* curses has been initialized.
pubstaticmut acs_map:[chtype;0usize];}