diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2025-11-10 23:51:36 -0800 |
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2025-11-10 23:51:36 -0800 |
| commit | 04c62d3a534a36271cd3e4339b1ddd37e6ea72ff (patch) | |
| tree | 68bcd0b73acead0c7779575563d9e6d5fe8e205f /src/vcr.h | |
| parent | d852e4ff2b16aae4b900074c1117789e350a512e (diff) | |
vcr: method for marking global boundary at phase
This draws a vertical dashed line at the current phase across the
entire height into the specified layer
Diffstat (limited to 'src/vcr.h')
| -rw-r--r-- | src/vcr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ int vcr_resize_visible(vcr_t *vcr, int width, int height); void vcr_draw_text(vcr_t *vcr, vcr_layer_t layer, vcr_text_flags_t flags, int x, int row, const vcr_str_t *strs, int n_strs, int *res_width); void vcr_draw_ortho_line(vcr_t *vcr, vcr_layer_t layer, int x1, int y1, int x2, int y2); void vcr_mark_finish_line(vcr_t *vcr, vcr_layer_t layer, int row); +void vcr_mark_boundary(vcr_t *vcr, vcr_layer_t layer); void vcr_draw_bar(vcr_t *vcr, vcr_layer_t layer, vcr_bar_base_t base, int row, int height); void vcr_clear_row(vcr_t *vcr, vcr_layer_t layer, int row, int x, int width); void vcr_shift_below_row_up_one(vcr_t *vcr, int row); |
