From 934c9923198379ce6d0f634061d819717c5beb0a Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 10 Jun 2012 16:56:19 +0300 Subject: [PATCH] Remove brace hilite, text auto indent, etc. from virus --- TODO | 2 -- virus.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index d982d5b..7a1e36d 100644 --- a/TODO +++ b/TODO @@ -28,8 +28,6 @@ -cursor keys are not restored after watching a game of curses-nethack. --move the games[] array into shmem? - -$MTIME(filename) < Napkin> I'd suggest the default of DGL_MAILMSGLEN to be less diff --git a/virus.c b/virus.c index 2fbd5e4..f96c5d4 100644 --- a/virus.c +++ b/virus.c @@ -55,7 +55,7 @@ char *vi_Version = "0.0.6+dgamelaunch " PACKAGE_VERSION; // #define BB_FEATURE_VI_USE_SIGNALS // 1056 #define BB_FEATURE_VI_DOT_CMD // 576 #define BB_FEATURE_VI_READONLY // 128 -#define BB_FEATURE_VI_SETOPTS // 576 +//#define BB_FEATURE_VI_SETOPTS // 576 #define BB_FEATURE_VI_SET // 224 #define BB_FEATURE_VI_WIN_RESIZE // 256 WIN_RESIZE // To test editor using CRASHME: -- 2.47.3