Check-in [83811512b2]

Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:work around a fossil markdown bug
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 83811512b2d7d39b57a6f703d2a4413f5de5a02eaa24ab0305706d0f542160ef
User & Date: dkf 2020-03-19 13:21:22.128
Context
2020-03-19
13:22
work around a fossil markdown bug check-in: d891b629d4 user: dkf tags: trunk
13:21
work around a fossil markdown bug check-in: 83811512b2 user: dkf tags: trunk
13:19
Editorial cleanup of 570 check-in: 6e28dd017c user: dkf tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tip/570.md.
69
70
71
72
73
74
75

76
77
78
79
80
81
82
      * `%X` and `%Y` are substituted with the root window coordinate of the
        center of the two fingers
      * `%x` with the distance between the two fingers
      * `%y` with the angle measured in 64 times degrees CCW starting at 3 o'clock.
      * `%s` is the finger state: `0` (zoom motion), `1` (zoom start, i.e. 2nd
        finger down event), `2` (zoom end by 1st finger up event), `3` (zoom
        end by 2nd finger up event)

   *   Scroll: `<<FingerDown>>`, `<<FingerUp>>`, `<<FingerMotion>>`

    Scrolling by two fingers may be implemented by observing those events. The
    following substitutions are supported for all these three finger-related
    events:

      * `%x` and `%y` are the finger position scaled to {0...9999} of the







>







69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
      * `%X` and `%Y` are substituted with the root window coordinate of the
        center of the two fingers
      * `%x` with the distance between the two fingers
      * `%y` with the angle measured in 64 times degrees CCW starting at 3 o'clock.
      * `%s` is the finger state: `0` (zoom motion), `1` (zoom start, i.e. 2nd
        finger down event), `2` (zoom end by 1st finger up event), `3` (zoom
        end by 2nd finger up event)

   *   Scroll: `<<FingerDown>>`, `<<FingerUp>>`, `<<FingerMotion>>`

    Scrolling by two fingers may be implemented by observing those events. The
    following substitutions are supported for all these three finger-related
    events:

      * `%x` and `%y` are the finger position scaled to {0...9999} of the