13 lines
387 B
Text
13 lines
387 B
Text
|
Index: src/occtl/occtl.c
|
||
|
--- src/occtl/occtl.c.orig
|
||
|
+++ src/occtl/occtl.c
|
||
|
@@ -264,7 +264,7 @@ static int handle_help_cmd(CONN_TYPE * conn, const cha
|
||
|
static int handle_reset_cmd(CONN_TYPE * conn, const char *arg, cmd_params_st *params)
|
||
|
{
|
||
|
rl_reset_terminal(NULL);
|
||
|
-#ifdef HAVE_ORIG_READLINE
|
||
|
+#if defined(HAVE_ORIG_READLINE) && !defined(__OpenBSD__)
|
||
|
rl_reset_screen_size();
|
||
|
#endif
|
||
|
|