summaryrefslogblamecommitdiff
path: root/misc/display/files/patch-ab
blob: 1227a1fab267400c844000b4749eafd216b4e515 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                
*** ../display.c	Fri Sep 11 21:17:39 1998
--- display.c	Thu Sep 10 20:51:23 1998
***************
*** 67,72 ****
--- 67,73 ----
  		addch(ch);
  	}
  	clrtoeol();
+ 	clrtobot();
  	refresh();
  	pclose(fp);
  }