$OpenBSD: patch-src_nyancat_c,v 1.2 2013/10/19 16:37:25 jung Exp $
--- src/nyancat.c.orig	Sat Oct 19 15:25:00 2013
+++ src/nyancat.c	Sat Oct 19 15:26:25 2013
@@ -550,6 +550,8 @@ int main(int argc, char ** argv) {
 		ttype = 6; /* No color support */
 	} else if (strstr(term, "fallback")) {
 		ttype = 4; /* Unicode fallback */
+	} else if (strstr(term, "rxvt-256color")) {
+		ttype = 1; /* xterm-256color compatible */
 	} else if (strstr(term, "rxvt")) {
 		ttype = 3; /* Accepts LINUX mode */
 	} else if (strstr(term, "vt100") && terminal_width == 40) {
