# HG changeset patch # User Matti Hamalainen # Date 1225063913 -7200 # Node ID dfe6b835a7455f800f143f0602488754126ccb64 # Parent 40ba8cdcf03a43f59b1deaeba7314ed853014a4f Update documentation. diff -r 40ba8cdcf03a -r dfe6b835a745 README --- 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.