summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-03 01:43:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-03 01:43:25 +0000
commitcca6195c042a64fed711dba3ea0d94bc78b410df (patch)
treebab4ebf846696618ac15accb449fddd6fbe63238 /crawl-ref/source/libunix.cc
parent18237732905aecff4279a4ad070f41a22db1e9cf (diff)
downloadcrawl-ref-cca6195c042a64fed711dba3ea0d94bc78b410df.tar.gz
crawl-ref-cca6195c042a64fed711dba3ea0d94bc78b410df.zip
Add minor whitespace and comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2986 c06c8d41-db1a-0410-9941-cceddc491573
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 ea2d535469..0792189fd0 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -206,7 +206,7 @@ static void termio_init()
def_term.c_cc[VINTR] = (char) 3; // ctrl-C
game_term.c_cc[VINTR] = (char) 3; // ctrl-C
- // Lets recover some control sequences
+ // Let's recover some control sequences
game_term.c_cc[VSTART] = (char) -1; // ctrl-Q
game_term.c_cc[VSTOP] = (char) -1; // ctrl-S
game_term.c_cc[VSUSP] = (char) -1; // ctrl-Y