Method: CDK::MATRIX#focusCurrent

Defined in:
lib/cdk/matrix.rb

#focusCurrentObject



1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/cdk/matrix.rb', line 1132

def focusCurrent
  Draw.attrbox(self.CurMatrixCell, Ncurses::ACS_ULCORNER,
      Ncurses::ACS_URCORNER, Ncurses::ACS_LLCORNER,
      Ncurses::ACS_LRCORNER, Ncurses::ACS_HLINE,
      Ncurses::ACS_VLINE, Ncurses::A_BOLD)
  self.CurMatrixCell.wrefresh
  self.highlightCell
end