From 97a1745a288a5e2616404a1d028bb377b5301335 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 5 Sep 2003 11:15:54 +0000 Subject: [PATCH] Documented the -fast option. --- README | 7 +++++++ tetrinet.c | 1 + 2 files changed, 8 insertions(+) diff --git a/README b/README index aa5fdcf..709ee40 100644 --- a/README +++ b/README @@ -74,6 +74,13 @@ You can also give Tetrinet any of the following options: -fancy Use "fancy" TTY graphics. (Note that this will slow down redraws somewhat.) + -fast Use the "tetrifast" mode to connect to the server. + This mode eliminates the delay before a new cube + appears, thus speeding the game up noticeably. This + mode is incompatible with the classic mode and the + server has to support it. If in doubt, ask the other + players. + -log Log network traffic to the given file. All lines start with an absolute time (seconds) in brackets. Lines sent from the client to the server are prefixed diff --git a/tetrinet.c b/tetrinet.c index 0108ad5..ad87796 100644 --- a/tetrinet.c +++ b/tetrinet.c @@ -531,6 +531,7 @@ void help() "\n" "Options (see README for details):\n" " -fancy Use \"fancy\" TTY graphics.\n" +" -fast Connect to the server in the tetrifast mode.\n" " -log Log network traffic to the given file.\n" " -noslide Do not allow pieces to \"slide\" after being dropped\n" " with the spacebar.\n" -- 2.11.4.GIT