Example #1
0
 /**
  * Returns the line and column of the current caret position.
  *
  * @return line/column
  */
 public final int[] pos() {
   return rend.pos();
 }