openbsd-ports/graphics/libcaca/patches/patch-src_graphics_c
jolan 65ff187564 libcaca 0.9, color ascii art library
from/maintained by robert nagy, tweaks by me
2004-04-18 02:03:38 +00:00

13 lines
434 B
Plaintext

$OpenBSD: patch-src_graphics_c,v 1.1.1.1 2004/04/18 02:03:38 jolan Exp $
--- src/graphics.c.orig Sun Feb 1 05:26:48 2004
+++ src/graphics.c Sun Feb 1 05:26:54 2004
@@ -1305,7 +1305,7 @@
{
_caca_width = size.ws_col;
_caca_height = size.ws_row;
- resize_term(_caca_height, _caca_width);
+ resizeterm(_caca_height, _caca_width);
wrefresh(curscr);
}
}