X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fteditor%2FWord.java;h=483f9c3d86c46a1dfbf225876eb7b42c219ba0c1;hb=c4cefaa04ec122fc02efb6542451a31fdf722c32;hp=9a25d8183535f5864a7c81a7aa56a70e51c218ab;hpb=101bc589ae14b3258a0a09514e68a59bec2c3daa;p=nikiroo-utils.git diff --git a/src/jexer/teditor/Word.java b/src/jexer/teditor/Word.java index 9a25d81..483f9c3 100644 --- a/src/jexer/teditor/Word.java +++ b/src/jexer/teditor/Word.java @@ -135,8 +135,6 @@ public class Word { * @return the number of cells needed to display this word */ public int getDisplayLength() { - // 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()); }