Class: FFI::NCurses::Darwin::PDat

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffi-ncurses/darwin.rb

Overview

class CCharT < FFI::Struct

  layout \
  :attr, NCURSES_ATTR_T,
  :chars, [WCHAR_T, CCHARW_MAX]
end