comparison mcabber/doc/mcabber.1 @ 1139:104676e3389b

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Feb 2007 11:57:14 +0100
parents 73e6ca0a03a9
children b335d30881bd
comparison
equal deleted inserted replaced
1138:8ba4b1e8b42d 1139:104676e3389b
1 .\" Title: mcabber 1 .\" Title: mcabber
2 .\" Author: Mikael BERTHE 2 .\" Author: Mikael BERTHE
3 .\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/> 3 .\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
4 .\" Date: 12/09/2006 4 .\" Date: 02/04/2007
5 .\" Manual: 5 .\" Manual:
6 .\" Source: 6 .\" Source:
7 .\" 7 .\"
8 .TH "MCABBER" "1" "12/09/2006" "" "" 8 .TH "MCABBER" "1" "02/04/2007" "" ""
9 .\" disable hyphenation 9 .\" disable hyphenation
10 .nh 10 .nh
11 .\" disable justification (adjust text to left margin only) 11 .\" disable justification (adjust text to left margin only)
12 .ad l 12 .ad l
13 .SH "NAME" 13 .SH "NAME"
317 Bind a command line to the key with the "keycode" code number. Keycodes of unused keys are displayed by 317 Bind a command line to the key with the "keycode" code number. Keycodes of unused keys are displayed by
318 mcabber 318 mcabber
319 in the log window when pressing the key, for example "Unknown key=265". "/bind keycode" displays the command line bound to the given keycode; "/bind keycode =" unbinds the given keycode. "/bind" displays a list of the bound keycodes. Note: aliases can be used in key bindings. Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation). 319 in the log window when pressing the key, for example "Unknown key=265". "/bind keycode" displays the command line bound to the given keycode; "/bind keycode =" unbinds the given keycode. "/bind" displays a list of the bound keycodes. Note: aliases can be used in key bindings. Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation).
320 .RE 320 .RE
321 .PP 321 .PP
322 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward, /buffer scroll_lock|scroll_unlock|scroll_toggle 322 /buffer clear|close|close_all|purge, /buffer top|bottom|date|%|search_backward|search_forward, /buffer scroll_lock|scroll_unlock|scroll_toggle
323 .RS 3n 323 .RS 3n
324 The 324 The
325 \fIbuffer\fR 325 \fIbuffer\fR
326 command manipulates the current buddy's buffer (chat window). 326 command manipulates the current buddy's buffer (chat window).
327 .TS 327 .TS
343 \fIclear\fR 343 \fIclear\fR
344 T}:T{ 344 T}:T{
345 clear the current buddy chat window 345 clear the current buddy chat window
346 T} 346 T}
347 T{ 347 T{
348 \fIclose\fR
349 T}:T{
350 empty all contents of the buffer and close the current buddy chat window
351 T}
352 T{
353 \fIclose_all\fR
354 T}:T{
355 empty all contents of the chat buffers and close the chat windows
356 T}
357 T{
358 \fIpurge\fR
359 T}:T{
360 clear the current buddy chat window and empty all contents of the chat buffer
361 T}
362 T{
363 \fItop\fR
364 T}:T{
365 jump to the top of the current buddy chat buffer
366 T}
367 T{
368 \fIbottom\fR
369 T}:T{
370 jump to the bottom of the current buddy chat buffer
371 T}
372 T{
373 \fIup\fR
374 [n]
375 T}:T{
376 scroll the buffer up n lines (default: half a screen)
377 T}
378 T{
379 \fIdown\fR
380 [n]
381 T}:T{
382 scroll the buffer down n lines (default: half a screen)
383 T}
384 T{
385 \fIdate\fR
386 date
387 T}:T{
388 jump to the first line after the specified date in the chat buffer (date format: "YYYY\-mm\-dd[THH:MM:SS]", "\-" and ":" are optional)
389 T}
390 T{
391 \fI%\fR
392 n
393 T}:T{
394 jump to position %n of the buddy chat buffer
395 T}
396 T{
397 \fIsearch_backward\fR
398 text
399 T}:T{
400 search for "text" in the current buddy chat buffer
401 T}
402 T{
348 \fIsearch_forward\fR 403 \fIsearch_forward\fR
349 text 404 text
350 T}:T{ 405 T}:T{
351 search for "text" in the current buddy chat buffer 406 search for "text" in the current buddy chat buffer
352 T} 407 T}
362 T} 417 T}
363 T{ 418 T{
364 \fIscroll_toggle\fR 419 \fIscroll_toggle\fR
365 T}:T{ 420 T}:T{
366 toggle buffer scrolling (lock/unlock) 421 toggle buffer scrolling (lock/unlock)
367 T}
368 T{
369 \fIpurge\fR
370 T}:T{
371 clear the current buddy chat window and empty all contents of the chat buffer
372 T}
373 T{
374 \fIbottom\fR
375 T}:T{
376 jump to the bottom of the current buddy chat buffer
377 T}
378 T{
379 \fItop\fR
380 T}:T{
381 jump to the top of the current buddy chat buffer
382 T}
383 T{
384 \fIup\fR
385 [n]
386 T}:T{
387 scroll the buffer up n lines (default: half a screen)
388 T}
389 T{
390 \fIdown\fR
391 [n]
392 T}:T{
393 scroll the buffer down n lines (default: half a screen)
394 T}
395 T{
396 \fIdate\fR
397 date
398 T}:T{
399 jump to the first line after the specified date in the chat buffer (date format: "YYYY\-mm\-dd[THH:MM:SS]", "\-" and ":" are optional)
400 T}
401 T{
402 \fI%\fR
403 n
404 T}:T{
405 jump to position %n of the buddy chat buffer
406 T}
407 T{
408 \fIsearch_backward\fR
409 text
410 T}:T{
411 search for "text" in the current buddy chat buffer
412 T} 422 T}
413 .TE 423 .TE
414 424
415 .RE 425 .RE
416 .PP 426 .PP