summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-18 03:48:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-29 00:54:02 +0100
commitd25e103a2294733caf94451724d5b3d06e9182e8 (patch)
tree3cdf66df3aed53bb25762f8b90c0b2bbfd7be8ac /crawl-ref/source/libunix.cc
parent20e051e6ac12e5ed12b5522e4bc02561adbdf4cf (diff)
downloadcrawl-ref-d25e103a2294733caf94451724d5b3d06e9182e8.tar.gz
crawl-ref-d25e103a2294733caf94451724d5b3d06e9182e8.zip
Correct a comment.
Diffstat (limited to 'crawl-ref/source/libunix.cc')
-rw-r--r--crawl-ref/source/libunix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index 8f6c8dd91a..d022d707e4 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -3,7 +3,7 @@
* @brief Functions for unix and curses support
**/
-/* Some replacement routines missing in gcc
+/* Emulation of ancient Borland conio.
Some of these are inspired by/stolen from the Linux-conio package
by Mental EXPlotion. Hope you guys don't mind.
The colour exchange system is perhaps a little overkill, but I wanted