diff mcabber/doc/help/en/hlp_buffer.txt @ 904:9d11c1b1af7a

English help files Thanks to Salvador and Lione for their work.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 20:55:28 +0200
parents
children 5d7c05932b13
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/doc/help/en/hlp_buffer.txt	Wed Jun 21 20:55:28 2006 +0200
@@ -0,0 +1,32 @@
+
+ /BUFFER [clear|purge|top|bottom|date|%|search_backward|search_forward]
+ /BUFFER [scroll_lock|scroll_unlock|scroll_toggle]
+
+Buddy's buffer manipulation command.  Eg. you can search through buffer for "text", clear chat window etc.
+
+/buffer clear
+ Clear the current buddy chat window
+/buffer purge
+ Clear the current buddy chat window and empty all contents of the chat buffer
+/buffer bottom
+ Jump to the bottom of the current buddy chat buffer
+/buffer top
+ Jump to the top of the current buddy chat buffer
+/buffer up [n]
+ Scroll the buffer up [n] lines (default: half a screen)
+/buffer down [n]
+ Scroll the buffer down [n] lines (default: half a screen)
+/buffer date [date]
+ Jump to the first line after the specified [date] in the chat buffer (date format: "YYYY-mm-dd")
+/buffer % n
+ Jump to position %n of the buddy chat buffer
+/buffer search_backward text
+ Search for [text] in the current buddy chat buffer
+/buffer search_forward text
+ Search for [text] in the current buddy chat buffer
+/buffer scroll_lock
+ Lock buffer scrolling
+/buffer scroll_unlock
+ Unlock buffer scrolling
+/buffer scroll_toggle
+ Toggle buffer scrolling (lock/unlock)