aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info (follow)
Commit message (Collapse)AuthorAgeFilesLines
* oops, escape the var in the documentation. Promise self to actually test ↵Tom Feist2012-08-061-1/+1
| | | | before releasing.
* apply uberprompt_empty / uberprompt_trim_data patch from "meh."Tom Feist2012-08-061-8/+51
| | | | | | | <meh@paranoici.org>, and add (minimal) documentation about it. Not rigorously tested, bug reports welcomed (hopefully acted on faster than the ~2 months it took to get aroudn to applying this patch :p)
* added a new boolean setting `uberprompt_restore_on_exit` which determinesTom Feist2012-08-061-3/+7
| | | | | whether it should run the code that removes the uberprompt statusbar, and resets the 'prompt' one. This is probalby only useful if you disable autostart as well.
* fixed incorrect signal removal (leading to irssi-crashing loop) in ↵Tom Feist2011-07-242-2/+2
| | | | documentation for uberprompt
* uberprompt: added documentation for all the uberprompt settings, including theTom Feist2011-04-182-2/+110
| | | | new uberprompt_*_hook commands. Updated Readme.
* uberprompt: added uberprompt_load_hook and uberprompt_unload_hook settings whichTom Feist2011-04-181-0/+33
| | | | run user-specified commands during uberprompt startup and shutdown.
* uberprompt: minor cleanup of MSGLEVEL args.Tom Feist2011-04-181-3/+3
|
* uberprompt: rebuild docs AGAIN. :(Tom Feist2011-04-182-221/+10
|
* uberprompt: updated readmeTom Feist2011-04-181-0/+214
|
* moved older scripts out of prompt-info to ensure uberprompt readme is ↵Tom Feist2011-04-185-0/+1114
| | | | correctly generated (2)
* moved older scripts out of prompt-info to ensure uberprompt readme is ↵Tom Feist2011-04-186-1127/+26
| | | | correctly generated
* added uberprompt readmeTom Feist2011-04-181-0/+221
|
* uberprompt: converted header comments to PODTom Feist2011-04-181-171/+199
|
* updated a whole bunch of README files.Tom Feist2011-04-181-0/+0
|
* input_overlay: cleanup, and work towards better region support.Tom Feist2011-04-061-51/+137
|
* Bah. more fixing of script_is_loaded.Tom Feist2011-04-011-1/+1
|
* uberprompt: general cleanupTom Feist2011-04-011-10/+6
|
* uberprompt: fix brace handling bugTom Feist2011-04-011-3/+5
|
* modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-011-8/+2
| | | | versions of perl get upset at defined(%hash).
* uberprompt: added brace-truncation bug to BUGS section in comments.Tom Feist2011-04-011-0/+2
|
* uberprompt: add script developer notes and stealable code loading snippet toTom Feist2011-03-311-0/+56
| | | | documentation at the top of the script.
* uberprompt: updated docs to clarify $uber variable, and polish help stirngs.Tom Feist2011-03-011-5/+10
|
* uberprompt: added /help prompt to mimic built-in help stuffs.Tom Feist2011-01-091-0/+47
|
* uberprompt: switch to _debug_print(), and clean up some unnecessary ↵Tom Feist2011-01-091-15/+13
| | | | debugging code
* uberprompt: use argument parser to ensure a mode is set for /prompt setTom Feist2011-01-091-7/+40
|
* uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness.Tom Feist2010-12-311-0/+2
|
* uberprompt: have the debug_prompt_changed handler added/removed appropriatelyTom Feist2010-12-041-4/+7
| | | | when toggling the _debug flag.
* uberprompt: squash an uninitalised warning in $cumode checkingTom Feist2010-11-241-2/+3
|
* uberprompt: prompt now updates correctly with $cumode expandoTom Feist2010-11-241-1/+25
|
* uberprompt: updates prompt for changes to $N (your nick)Tom Feist2010-11-241-0/+2
|
* uberprompt: now updates correctly for some additional expandos, such as $tagTom Feist2010-11-241-4/+20
|
* fix for prompt_ifno users upgrading to uberprompt without restart (hopefully)Tom Feist2010-11-081-0/+3
|
* added some feature tests for format expansionTom Feist2010-11-051-1/+150
|
* add support for 'prompt length request' signal, which responds with a standardTom Feist2010-11-041-4/+22
| | | | 'prompt changed' signal
* added input overlay script, still wipTom Feist2010-11-041-0/+53
|
* uberprompt: oops, got the setting backwards. On enables replaces now.Tom Feist2010-10-151-1/+1
|
* uberprompt: added uberprompt_use_replaces setting (default off) to allow replaceTom Feist2010-10-151-2/+10
| | | | abstracts to be applied to the rendered prompt.
* uberprompt: fix to allow { and } characters in input.Tom Feist2010-10-151-1/+17
| | | | | % still pending - ideally te job of the sender to deal with it, or colour features can't be used.
* visual: moved term size out of visual into overlayTom Feist2010-10-141-23/+0
|
* overlays: initial implementation.Tom Feist2010-10-141-52/+161
| | | | Vaguely working, but many todos and bugs remain
* Merge remote branch 'origin/dev'Tom Feist2010-10-141-0/+346
|\
| * prompt: uberprompt no longer applies abstract replaces on prompt format.Tom Feist2010-10-141-1/+2
| |
| * merged configTom Feist2010-10-142-0/+570
| |\
| * \ Merge remote branch 'origin/dev' into devTom Feist2010-10-083-4/+113
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: prompt_info/prompt_replace.pl test/irssi/config
| * | | added prompt_replace to dev branchTom Feist2010-10-071-0/+346
| | | |
* | | | prompt: uberprompt no longer applies abstract replaces on prompt format.Tom Feist2010-10-141-1/+2
| | | |
* | | | uberprompt: removed dead code from startup func.Tom Feist2010-10-141-13/+1
| |_|/ |/| |
* | | uberprompt: hopefully fixed RHS positioning on script autorunTom Feist2010-10-141-3/+28
| | |
* | | fixed problem with uberprompt sometimes starting on RHS of input line.Tom Feist2010-10-141-7/+1
| | |
* | | fixed undef bug in uberpromptTom Feist2010-10-131-1/+1
| | |