소스 검색

Place tlinelen type on separate line.

noname@inventati.org 10 년 전
부모
커밋
6ee56d6590
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      st.c

+ 2 - 1
st.c

@@ -673,7 +673,8 @@ y2row(int y) {
 	return LIMIT(y, 0, term.row-1);
 }
 
-int tlinelen(int y) {
+int
+tlinelen(int y) {
 	int i = term.col;
 
 	if(term.line[y][i - 1].mode & ATTR_WRAP)