From b9eb466d129227afaa3db7f89232bf911d024728 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 5 Aug 2020 23:38:53 +0200 Subject: Added even more TODO comments --- viewhtml | 3 +++ 1 file changed, 3 insertions(+) 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} -- cgit v1.1