changeset 44:dfe6b835a745

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Oct 2008 01:31:53 +0200
parents 40ba8cdcf03a
children ceec75116aa7
files README
diffstat 1 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Oct 27 01:00:49 2008 +0200
+++ b/README	Mon Oct 27 01:31:53 2008 +0200
@@ -9,12 +9,9 @@
 
 What is this?
 -------------
-A extremely simple telnet-style client compatible with NewbieNudes.com 
-chatroom protocol. There is practically no user interface, the lines
-you type will be sent to the chat when you press enter (empty lines
-won't be sent).
-
-Lines prefixed with '@' will be sent "raw".
+A simple NCurses-based client compatible with NewbieNudes.com chatroom
+protocol. There is a simple line-editing interface with some bells and
+whistles, such as a input history.
 
 
 Usage
@@ -30,6 +27,19 @@
 > nnchat -v -p 8002 AnonymousAndy ""
 
 
+Keys
+----
+left/right        - Move cursor in the current buffer.
+up/down           - Browse input history.
+ctrl+left/right   - Move cursor through words.
+
+F1                - Toggle between insert and overwrite modes.
+F2                - Clear current edit buffer.
+F3                - Toggle funny morse code sending mode.
+
+F9                - Quit.
+
+
 Installation
 ------------
 NNChat requires ncurses library.