Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ A little diagram because [uniline](https://github.com/tbanel/uniline) is fun:
│ │ │ │ │ │
│ ▽ │ ▽ resume │ ▽
╭─────╮ ╭─────╮ ╭┴──┴─────┴───┴────╮ ╭─┴─────────┴─╮ ╭────╮
│start├──▷┤setup├──────▷┤speed-type session├───▷┤complete/menu├────▷┤quit│
╰─────╯ ╰─┬───╯ ╰─┬───────────────╯ │╰───┬──┬───┬─╯ ╰────╯
△ │ save │
│ ▽
│ ╭─┴──────────────┴─╮ ├─────────────
│ │add words on error│ │toggle preview│
│ ╰────────────────── ╰──────────────╯
│start├──▷┤setup├──────▷┤speed-type session├───▷┤complete menu├────▷┤quit│
╰─────╯ ╰─┬───╯ ╰─┬───────────────╯ │╰───┬──┬──────┤ ╰────╯
△ │ save │ ▽toggle
│ ▽ add │ │
│ ╭─┴──────────┴─╮ ├──────
│ │words on error│ │ │preview│
│ ╰──────────────╯ │ ╰───────╯
│ │
│ ╭────────────────────╮ │
│ ╭─────play-action────╮ │
╰──────────┤replay/next/continue├─-◁────╯
╰────────────────────╯
```
Expand Down Expand Up @@ -236,8 +236,8 @@ To color the characters a overlay is used:
- error

### Undo
There is the possibility to undo but it currently doesn't work very
well... :(
Undo already modifies the text-properties. We therefore only need to
sync the overlay with whaterever just has been changed by undo.
### Pause
An idle-timer (`speed-type--idle-pause-timer`) is used in case the
user leaves his speed-type session untouched for a configured delay
Expand Down Expand Up @@ -273,7 +273,7 @@ stats-file (when customized).

At this point, the `speed-type-buffer` becomes read-only and only the
menu-control keys remain active. The user has the choice to either
quit trigger an action which creates a new speed-type session.
quit or trigger an action.

### Replay / Continue / Next

Expand Down
Loading
Loading