stubs for editor copy/paste
[fanfix.git] / src / jexer / teditor / Word.java
index eada29cff83ed8b1c61c59d1741b5646d1f645b8..9a25d8183535f5864a7c81a7aa56a70e51c218ab 100644 (file)
@@ -135,9 +135,6 @@ public class Word {
      * @return the number of cells needed to display this word
      */
     public int getDisplayLength() {
-        // For now, just use the text length.  In the future, this will be a
-        // grapheme count.
-
         // TODO: figure out how to handle the tab character.  Do we have a
         // global tab stops list and current word position?
         return StringUtils.width(text.toString());