Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | merge with trunk |
---|---|
Timelines: | family | ancestors | descendants | both | wtf-8-experiment |
Files: | files | file ages | folders |
SHA1: |
d92ce5dae573c740fdddca8f8130873b |
User & Date: | chw 2020-05-23 09:17:27.333 |
Context
2020-05-23
| ||
11:08 | merge with trunk check-in: 0ec1a1a671 user: chw tags: wtf-8-experiment | |
09:17 | merge with trunk check-in: d92ce5dae5 user: chw tags: wtf-8-experiment | |
09:16 | more selected tk upstream changes check-in: 7fed2db68b user: chw tags: trunk | |
08:55 | merge with trunk check-in: 4dfcc43c2c user: chw tags: wtf-8-experiment | |
Changes
Changes to jni/sdl2tk/doc/text.n.
︙ | ︙ | |||
2021 2022 2023 2024 2025 2026 2027 | This command makes the first character on the line after the one given by \fInumber\fR visible at the top of the window. \fINumber\fR must be an integer. This command used to be used for scrolling, but now it is obsolete. .RE .SH BINDINGS .PP Tk automatically creates class bindings for texts that give them the following | | < < < | 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 | This command makes the first character on the line after the one given by \fInumber\fR visible at the top of the window. \fINumber\fR must be an integer. This command used to be used for scrolling, but now it is obsolete. .RE .SH BINDINGS .PP Tk automatically creates class bindings for texts that give them the following default behavior. .IP [1] Clicking mouse button 1 positions the insertion cursor just before the character underneath the mouse cursor, sets the input focus to this widget, and clears any selection in the widget. Dragging with mouse button 1 strokes out a selection between the insertion cursor and the character under the mouse. .IP [2] |
︙ | ︙ |