X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fteditor%2FWord.java;h=9a25d8183535f5864a7c81a7aa56a70e51c218ab;hb=101bc589ae14b3258a0a09514e68a59bec2c3daa;hp=eada29cff83ed8b1c61c59d1741b5646d1f645b8;hpb=84164e2ca9b05b264e29312909f9ed70ab8d98a7;p=fanfix.git diff --git a/src/jexer/teditor/Word.java b/src/jexer/teditor/Word.java index eada29c..9a25d81 100644 --- a/src/jexer/teditor/Word.java +++ b/src/jexer/teditor/Word.java @@ -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());