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