summaryrefslogtreecommitdiffstats
path: root/sail/Makefile
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-03-15 03:33:56 +0000
committerdholland <dholland@NetBSD.org>2009-03-15 03:33:56 +0000
commitdc08b05498e19f1e07a127935993a9ebecc7eb40 (patch)
tree7211e7d47c3911884e84082f12fa4c8eb4df45b6 /sail/Makefile
parent89a2669a8a8be664d488ac22db57f6c9f9f2b8ec (diff)
downloadbsdgames-darwin-dc08b05498e19f1e07a127935993a9ebecc7eb40.tar.gz
bsdgames-darwin-dc08b05498e19f1e07a127935993a9ebecc7eb40.tar.zst
bsdgames-darwin-dc08b05498e19f1e07a127935993a9ebecc7eb40.zip
Rework curses handling.
The most visible change is that the scrolling buffer of messages now actually scrolls and keeps history, and you type on the bottom line only. For now you can page through the history with ^P/^N; that's not ideal but one can't fix everything all at once. Use resizeable array code (roughly the same that I floated a while ago in connection with make) to hold the scroll.
Diffstat (limited to 'sail/Makefile')
-rw-r--r--sail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sail/Makefile b/sail/Makefile
index 6fac3b21..00426ca2 100644
--- a/sail/Makefile
+++ b/sail/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2008/01/28 07:03:59 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2009/03/15 03:33:56 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= sail
SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \
dr_main.c dr_1.c dr_2.c dr_3.c dr_4.c dr_5.c lo_main.c \
- assorted.c game.c globals.c misc.c parties.c sync.c version.c
+ assorted.c game.c globals.c misc.c parties.c sync.c array.c version.c
MAN= sail.6
DPADD= ${LIBCURSES}
LDADD= -lcurses