1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-20 20:23:48 -04:00
Go to file
Simon Effenberg 34148e2101 adding preference option for dynamic input blocking
/inpblock is now having subcommands 'timeout' and 'dynamic'
with:

/inpblock timeout <milliseconds>

and

/inpblock dynamic <on|off>

Defaults are:

/inpblock timeout 500
/inpblock dynamic on

To get the old behavior specify:

/inpblock timeout 20
/inpblock dynamic off

The dynamic mode will block incrementally after something
should be written to the window or after a key was pressed. So pressing
a key would set the timeout to 0ms and after 10 timeouts to the next
bigger one.

Example (with dynamic mode on):

"/inpblock timeout 50"

timeout series:

10x 0ms
10x 10ms (0ms + 10 times since last keypress)
10x 30ms (10ms + 20 times since last keypress)
*x50ms until next key was pressed or
2015-01-12 11:32:32 +01:00
docs Spelling errors fixed and hyphenation used as minus sign fixed 2014-08-11 18:54:20 +02:00
src adding preference option for dynamic input blocking 2015-01-12 11:32:32 +01:00
tests Merge remote-tracking branch 'incertia/exit-title' 2015-01-12 01:12:42 +00:00
themes Updated theme 2014-12-05 00:31:41 +00:00
.gitignore Added chat session tests 2015-01-06 21:22:09 +00:00
.travis.yml travis: added m4 dir for libstrophe 2014-09-30 21:06:09 +01:00
bootstrap.sh
CHANGELOG Merge remote-tracking branch 'incertia/exit-title' 2015-01-12 01:12:42 +00:00
configure-debug Handle chat states for users not in roster 2014-08-19 21:22:43 +01:00
configure.ac Set version to 0.4.6 development 2014-11-07 01:14:20 +00:00
COPYING
install-all.sh Set version to 0.4.6 development 2014-11-07 01:14:20 +00:00
LICENSE.txt Added LICENSE.txt 2014-08-24 21:08:55 +01:00
Makefile.am Added remaining chat states 2015-01-11 20:20:17 +00:00
prof.supp Fixed various memory leaks 2014-11-01 01:48:36 +00:00
profanity.spec Set version to 0.5.0 development 2014-05-18 16:29:58 +01:00
profrc.example Added example profrc config 2014-06-29 22:58:33 +01:00
README.md Update README.md 2014-02-23 04:27:14 +00:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi,

alt tag

See the User Guide for information on installing, upgrading and using Profanity.

Homepage: http://www.profanity.im

Mailing List: https://groups.google.com/forum/#!forum/profanitydev