diff options
-rwxr-xr-x | viewhtml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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} |