Explorar o código

fix \b and clean \t.

Aurélien Aptel %!s(int64=14) %!d(string=hai) anos
pai
achega
b09401b96b
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      st.c

+ 0 - 5
st.c

@@ -443,11 +443,6 @@ tmovecursor(int dir) {
 		break;
 	case CURSOR_LEFT:
 		xf--;
-		if(term.mode & MODE_WRAP && xf < 0) {
-			xf = term.col-1, yf--;
-			if(yf < term.top)
-				yf = term.top, xf = 0;
-		}
 		break;
 	case CURSOR_RIGHT:
 		xf++;