summaryrefslogtreecommitdiff
path: root/tkread
diff options
context:
space:
mode:
Diffstat (limited to 'tkread')
-rwxr-xr-xtkread4
1 files changed, 3 insertions, 1 deletions
diff --git a/tkread b/tkread
index e607bf8..38d1252 100755
--- a/tkread
+++ b/tkread
@@ -11,9 +11,11 @@
# - add function to type 30g to scroll 30% through an article
# - if window width is small, reduce padx space
# - make scrolling using mouse work even when text area isn't hovered over (also note this sort of scrolling doesn't update the title); integrate the MouseWheel event with scroll. this *should* also fix the issue of dragging and then leaving the window, as the strange scrolling is likely caused by related default behaviour
+# - add more markdown processing and control it using a flag
+# - use font create / configure to name a font to simplify changing its size
set fontsize 20
-set colour #333333
+set colour #554422
set inverted 0
set drag 0
set tagnum 0