diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-03 18:14:36 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-04 11:43:18 +0100 |
commit | 0d0ac40f967c3ae2c2f05c3837c3b8512366ffa6 (patch) | |
tree | 03ea166d47c5fdd75d902a46d4b842ff0fd99dae /README.adoc | |
parent | 181df7fbaeaa3ae070c724436c5a5f62fbcb9a32 (diff) | |
download | tdv-0d0ac40f967c3ae2c2f05c3837c3b8512366ffa6.tar.gz tdv-0d0ac40f967c3ae2c2f05c3837c3b8512366ffa6.tar.xz tdv-0d0ac40f967c3ae2c2f05c3837c3b8512366ffa6.zip |
sdtui: handle input field overflows reasonably
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 543e179..494b27a 100644 --- a/README.adoc +++ b/README.adoc @@ -87,11 +87,12 @@ https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg[CZ <-- Further Development ------------------- -While I've been successfully using 'sdtui' for many years now, some work has to -be done yet before the software can be considered fit for inclusion in regular -Linux and/or BSD distributions: +While I've been successfully using 'sdtui' for many years now, some issues +should be addressed before including the software in regular Linux and/or +BSD distributions: - - The tab bar and the text input field don't handle overflows well in the TUI. + - The tab bar doesn't handle overflows well in the TUI. + - The GUI doesn't support text selection, and is awkward to configure. - Lacking configuration, standard StarDict locations should be scanned. Given all issues with the file format, it might be better to start anew. |