aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/display.c b/display.c
index bdf39d4..267f601 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.6 2001/11/21 19:24:35 ukai Exp $ */
+/* $Id: display.c,v 1.7 2001/11/23 19:00:47 ukai Exp $ */
#include <signal.h>
#include "fm.h"
@@ -182,7 +182,7 @@ static int graph_mode = 0;
static Linecolor color_mode = 0;
#endif
-#ifdef BUFINFO
+#ifdef USE_BUFINFO
static Buffer *save_current_buf = NULL;
#endif
@@ -313,7 +313,7 @@ displayBuffer(Buffer * buf, int mode)
message(msg->ptr, buf->cursorX + buf->rootX, buf->cursorY);
standend();
refresh();
-#ifdef BUFINFO
+#ifdef USE_BUFINFO
if (Currentbuf != save_current_buf) {
saveBufferInfo();
save_current_buf = Currentbuf;