Skip to content

Commit

Permalink
Save text to make UI more obvious.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jan 18, 2023
1 parent 0f8ef0a commit 9a31419
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions view_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ static void render_subview_main(Canvas *const canvas, ProtoViewApp *app) {
canvas_draw_str(canvas, 0, y, app->msg_info->info2); y += lineheight;
canvas_draw_str(canvas, 0, y, app->msg_info->info3); y += lineheight;
canvas_draw_str(canvas, 0, y, app->msg_info->info4); y += lineheight;

y = 37;
lineheight = 7;
canvas_draw_str(canvas, 119, y, "s"); y += lineheight;
canvas_draw_str(canvas, 119, y, "a"); y += lineheight;
canvas_draw_str(canvas, 119, y, "v"); y += lineheight;
canvas_draw_str(canvas, 119, y, "e"); y += lineheight;
}

/* Render view with save option. */
Expand Down

0 comments on commit 9a31419

Please sign in to comment.