X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fteditor%2FWord.java;h=9a25d8183535f5864a7c81a7aa56a70e51c218ab;hb=3405b554b5a0567b3c22f146fc1ce226e3fa48d2;hp=eada29cff83ed8b1c61c59d1741b5646d1f645b8;hpb=2d3f60d832e59424fa5159b1a2d68e7a8eccae33;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());