瀏覽代碼

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)