Overview
Comment: | Add the documentation about coordinate input binding into the bindings.doc file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ef46fdbc36ca8ee97e08a4a605208162 |
User & Date: | user on 2022-07-07 00:08:44 |
Other Links: | manifest | tags |
Context
2022-07-09
| ||
22:20 | Add a paragraph in PORTING file, about alternative implementations that do not use SQLite and X resource manager. check-in: 80ab5a543a user: user tags: trunk | |
2022-07-07
| ||
00:08 | Add the documentation about coordinate input binding into the bindings.doc file. check-in: ef46fdbc36 user: user tags: trunk | |
2022-07-06
| ||
19:36 | Implement coordinate input. check-in: 87a8bc6a74 user: user tags: trunk | |
Changes
Modified bindings.doc from [ba75b7ef57] to [c67b674108].
︙ | |||
125 126 127 128 129 130 131 132 133 134 135 136 137 138 | 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | + + + | Export a move list. The argument is a operating system command that will receive the move list (in the same format as above) on stdin. 'rs' <number> Adjust replay speed by the specified number (negative to make faster, or positive to make slower; zero leaves it unchanged). 'xy' <x> <y> Input a move using coordinate input. Coordinates are 1-based. === Editor commands === '^I' Level index editor. '^N' |
︙ |