Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From dd7750dd553e3bf455b43c9099363e35edc27a39 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Thu, 4 Mar 2021 01:20:14 +0000
>Subject: [PATCH] nn_term.h: make "prompt_line" again to an external variable

  nn_term.h: make "prompt_line" again to an external variable.

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 nn_term.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nn_term.h b/nn_term.h
index 92d7b3e..acfec32 100644
--- a/nn_term.h
+++ b/nn_term.h
@@ -48,7 +48,8 @@ extern int      STANDOUT;
  */
 
 
-/* extern int             prompt_line; */      /* prompt line */
+/* storage in "term.c", used in "nn.c" and other files */
+extern int             prompt_line;
 
 #define        P_MOVE          (char *)1
 #define P_REDRAW       (char *)5
-- 
2.30.1



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to