summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-07 14:17:09 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-07 14:17:09 +0530
commit88ec5d51980533a4942cf18fb60f525924dfb2bd (patch)
treecdabbde1a40f6e310807b8d8a6aca782e868720f
parentf1cc234c3aa77f97e2b9281beed61ddb6b6e170b (diff)
Mention a limitation I chose to forego
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b01a53..ab68d80 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in
### Limitations
+* _easy fix_: file names in main window are not truncated if too large. They are cut off on the right.
* There are plenty of examples in `tests/fixtures` which don't render correctly in interactive mode.
This can be due to graphemes not interpreted correctly. With Chinese characters for instance,
column sizes are not correctly computed, leading to certain columns not being shown.