diff options
| -rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -673,7 +673,8 @@ y2row(int y) { | |||
| 673 | return LIMIT(y, 0, term.row-1); | 673 | return LIMIT(y, 0, term.row-1); |
| 674 | } | 674 | } |
| 675 | 675 | ||
| 676 | int tlinelen(int y) { | 676 | int |
| 677 | tlinelen(int y) { | ||
| 677 | int i = term.col; | 678 | int i = term.col; |
| 678 | 679 | ||
| 679 | if(term.line[y][i - 1].mode & ATTR_WRAP) | 680 | if(term.line[y][i - 1].mode & ATTR_WRAP) |
