From b7f31f3af60fd37599b93ea32ac3cb95366d14c8 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 6 Dec 2015 11:49:22 -0500 Subject: Add documentation for paging --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index b4bf59c..bf0369b 100644 --- a/README +++ b/README @@ -3,7 +3,9 @@ cic - curses irc client cic is an extremly fast, small and simple irc client. It reads commands from input line and prints all server output to a single output window. It also multiplexes also all channel traffic into one output, so you don't have to -switch different channel buffers. That's actually a feature. +switch different channel buffers. That's actually a feature. The screen is +split into two windows: view and input. There is also a paging mode to view +output history. Installation -- cgit v1.2.3