summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2015-12-06 11:49:22 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2015-12-06 11:49:22 -0500
commitb7f31f3af60fd37599b93ea32ac3cb95366d14c8 (patch)
tree0bb54c09c221a155faef22afff1d7bb1838f73c9
parent171720bd86ef5f5f5cfff5a839df0f5a24f82460 (diff)
downloadcic-b7f31f3af60fd37599b93ea32ac3cb95366d14c8.tar.gz
Add documentation for paging
-rw-r--r--README4
-rw-r--r--cic.119
2 files changed, 22 insertions, 1 deletions
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
diff --git a/cic.1 b/cic.1
index 34f7b11..e2af31a 100644
--- a/cic.1
+++ b/cic.1
@@ -52,3 +52,22 @@ Set default channel or user
Any line beginning with
.B :
is sent as a command
+.TP
+.BI ^P
+Enter page mode.
+.SH Page mode key bindings
+.TP
+.BI f
+Scroll forward one page
+.TP
+.BI b
+Scroll backward one page
+.TP
+.BI j
+Scroll forward one line
+.TP
+.BI j
+Scroll backward one line
+.TP
+.BI q
+Quit scroll mode