summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-05 23:38:53 +0200
committerAki <please@ignore.pl>2020-08-05 23:38:53 +0200
commitb9eb466d129227afaa3db7f89232bf911d024728 (patch)
treed45ce5f4ea5daba9f74481a42eccf9fecafe2ecd
parente91cb57ea2fce14873223f9b9b4495dc9d5e09f2 (diff)
downloadbrowse-b9eb466d129227afaa3db7f89232bf911d024728.zip
browse-b9eb466d129227afaa3db7f89232bf911d024728.tar.gz
browse-b9eb466d129227afaa3db7f89232bf911d024728.tar.bz2
Added even more TODO comments
-rwxr-xr-xviewhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/viewhtml b/viewhtml
index f7eedaa..8297020 100755
--- a/viewhtml
+++ b/viewhtml
@@ -3,6 +3,9 @@ package require tclgumbo
package require Tk
# TODO: General notes enclose the script into functions, this is ugly right now.
+# TODO: Scripts now expects all secondary files to be already present. It should request them from protocol daemon
+# instead.
+# TODO: Actually, both browse and this script are now unaware of each other. This should be priority for now.
text .t -yscrollcommand {.s set} -relief flat -font {Times 12} -wrap word -border 4
scrollbar .s -command {.t yview}