Skip to content

Commit

Permalink
Merge pull request #128 from hartwork/fix-clock-display
Browse files Browse the repository at this point in the history
Fix clock display (regression from conflict resolution for #106)
  • Loading branch information
hartwork authored Nov 28, 2023
2 parents 4ce426f + 17f9e8c commit 9870d5b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 0 deletions.
Binary file modified recordings/expected-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recordings/expected-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recordings/expected-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recordings/expected-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recordings/expected-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recordings/expected-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ttyplot.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ int main(int argc, char *argv[]) {
td=derivative(&values1[n], two ? &values2[n] : NULL, &now);

redraw_and_continue:
gettimeofday(&now, NULL);
redraw_screen(errstr);
}

Expand Down

0 comments on commit 9870d5b

Please sign in to comment.