Skip to content

Commit

Permalink
note to self
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Nov 23, 2019
1 parent c336c1a commit 1100609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ int abort_ltz(int res) {
})

char cmdbuf[100];
// valid terminfo commands are available at `man 5 terminfo`
// http:https://man7.org/linux/man-pages/man5/terminfo.5.html
void termput(char *cmd) { putp(tgetstr(cmd, (char **)&cmdbuf)); }

void read_show_output(FILE *s, size_t *shown, size_t *total) {
Expand Down

0 comments on commit 1100609

Please sign in to comment.