Skip to content

Commit

Permalink
update term.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 26, 2013
1 parent c582058 commit c4efee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/term.c
Expand Up @@ -53,6 +53,7 @@ term_size(int *w, int *h) {
if (ret < 0) return ret; if (ret < 0) return ret;
*w = ws.ws_col; *w = ws.ws_col;
*h = ws.ws_row; *h = ws.ws_row;
return 0;
} }


/* /*
Expand Down

0 comments on commit c4efee3

Please sign in to comment.