0ab50f8563
Fixes, among others, |perl-script issues with suspending and SIGWINCH problems. Bump PKGREVISION.
13 lines
510 B
Text
13 lines
510 B
Text
$NetBSD: patch-af,v 1.1 2009/10/22 22:01:26 wiz Exp $
|
|
|
|
--- include/tin.h.orig 2009-02-10 18:10:02.000000000 +0100
|
|
+++ include/tin.h
|
|
@@ -98,7 +98,7 @@
|
|
#include <signal.h>
|
|
|
|
enum context { cMain, cArt, cConfig, cFilter, cGroup, cHelp, cInfopager, cPage, cSelect, cThread };
|
|
-enum icontext { cNone, cGetline, cPromptSLK };
|
|
+enum icontext { cNone, cGetline, cPromptCONT, cPromptSLK, cPromptYN };
|
|
enum resizer { cNo, cYes, cRedraw };
|
|
enum rc_state { RC_IGNORE, RC_CHECK, RC_UPGRADE, RC_DOWNGRADE, RC_ERROR };
|
|
|