Remove brace hilite, text auto indent, etc. from virus
This commit is contained in:
parent
2407611518
commit
934c992319
2
TODO
2
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
|
||||
|
|
2
virus.c
2
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:
|
||||
|
|
Loading…
Reference in New Issue