summaryrefslogtreecommitdiff
path: root/app-text/hnb/files/hnb-1.9.18-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/hnb/files/hnb-1.9.18-fno-common.patch')
-rw-r--r--app-text/hnb/files/hnb-1.9.18-fno-common.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/hnb/files/hnb-1.9.18-fno-common.patch b/app-text/hnb/files/hnb-1.9.18-fno-common.patch
new file mode 100644
index 000000000000..89a4321c4144
--- /dev/null
+++ b/app-text/hnb/files/hnb-1.9.18-fno-common.patch
@@ -0,0 +1,27 @@
+--- a/src/ui.h
++++ b/src/ui.h
+@@ -38,6 +38,9 @@ extern int hnb_edit_posup;
+ extern int hnb_edit_posdown;
+
+ extern int ui_inited;
++extern int nodes_above;
++extern int active_line;
++extern int nodes_below;
+
+ void ui_getstr (char *prompt, char *datastorage);
+
+--- a/src/ui_draw.c
++++ b/src/ui_draw.c
+@@ -39,9 +39,9 @@
+
+ #define KEEPLINES 5
+
+-int nodes_above;
+-int active_line;
+-int nodes_below;
++extern int nodes_above;
++extern int active_line;
++extern int nodes_below;
+
+ static Node *up (Node *sel, Node *node)
+ {