comparison README @ 44:dfe6b835a745

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Oct 2008 01:31:53 +0200
parents cfbdd75946f4
children 8d9c065241b7
comparison
equal deleted inserted replaced
43:40ba8cdcf03a 44:dfe6b835a745
7 To Public License), see file COPYING for more information. 7 To Public License), see file COPYING for more information.
8 8
9 9
10 What is this? 10 What is this?
11 ------------- 11 -------------
12 A extremely simple telnet-style client compatible with NewbieNudes.com 12 A simple NCurses-based client compatible with NewbieNudes.com chatroom
13 chatroom protocol. There is practically no user interface, the lines 13 protocol. There is a simple line-editing interface with some bells and
14 you type will be sent to the chat when you press enter (empty lines 14 whistles, such as a input history.
15 won't be sent).
16
17 Lines prefixed with '@' will be sent "raw".
18 15
19 16
20 Usage 17 Usage
21 ----- 18 -----
22 See the help, 'nnchat --help' for options. By default it connects 19 See the help, 'nnchat --help' for options. By default it connects
28 25
29 Connect as guest to free for all main chat: 26 Connect as guest to free for all main chat:
30 > nnchat -v -p 8002 AnonymousAndy "" 27 > nnchat -v -p 8002 AnonymousAndy ""
31 28
32 29
30 Keys
31 ----
32 left/right - Move cursor in the current buffer.
33 up/down - Browse input history.
34 ctrl+left/right - Move cursor through words.
35
36 F1 - Toggle between insert and overwrite modes.
37 F2 - Clear current edit buffer.
38 F3 - Toggle funny morse code sending mode.
39
40 F9 - Quit.
41
42
33 Installation 43 Installation
34 ------------ 44 ------------
35 NNChat requires ncurses library. 45 NNChat requires ncurses library.
36 46
37 1) Edit Makefile (optional) 47 1) Edit Makefile (optional)