Skip to content

Commit

Permalink
use TERM=pcansi instead of TERM=cygwin to eliminate artifacts when ru…
Browse files Browse the repository at this point in the history
…ning from a Windows command prompt
  • Loading branch information
HunterZ committed Feb 21, 2015
1 parent 776c1a9 commit cdfbd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cygwin/Makefile
Expand Up @@ -73,8 +73,8 @@ install:
# copy cygwin dependencies
cp /usr/bin/cygncursesw-10.dll $(DISTDIR)
cp /usr/bin/cygwin1.dll $(DISTDIR)
mkdir -p $(DISTDIR)/terminfo/63
cp /usr/share/terminfo/63/cygwin $(DISTDIR)/terminfo/63/
mkdir -p $(DISTDIR)/terminfo/70
cp /usr/share/terminfo/70/pcansi $(DISTDIR)/terminfo/70/

# If you are short on disk space, or aren't interested in debugging moria.
strip $(DISTDIR)/moria.exe $(DISTDIR)/*.dll
Expand Down
1 change: 1 addition & 0 deletions cygwin/moria.bat
@@ -1,5 +1,6 @@
@echo off
set HOME=%cd%
set TERM=pcansi
set TERMINFO=.\terminfo
set PROMPT=Enter 'moria' to play again, or 'exit' (or close the window) to quit^>
echo Starting Moria...
Expand Down

0 comments on commit cdfbd5d

Please sign in to comment.