aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-06oops, escape the var in the documentation. Promise self to actually test ↵Tom Feist1-1/+1
before releasing.
2012-08-06apply uberprompt_empty / uberprompt_trim_data patch from "meh."Tom Feist1-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)
2012-08-06added a new boolean setting `uberprompt_restore_on_exit` which determinesTom Feist1-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.
2011-07-24fixed incorrect signal removal (leading to irssi-crashing loop) in ↵Tom Feist2-2/+2
documentation for uberprompt
2011-04-18uberprompt: added documentation for all the uberprompt settings, including theTom Feist2-2/+110
new uberprompt_*_hook commands. Updated Readme.
2011-04-18uberprompt: added uberprompt_load_hook and uberprompt_unload_hook settings whichTom Feist1-0/+33
run user-specified commands during uberprompt startup and shutdown.
2011-04-18uberprompt: minor cleanup of MSGLEVEL args.Tom Feist1-3/+3
2011-04-18uberprompt: rebuild docs AGAIN. :(Tom Feist2-221/+10
2011-04-18uberprompt: updated readmeTom Feist1-0/+214
2011-04-18moved older scripts out of prompt-info to ensure uberprompt readme is ↵Tom Feist5-0/+1114
correctly generated (2)
2011-04-18moved older scripts out of prompt-info to ensure uberprompt readme is ↵Tom Feist6-1127/+26
correctly generated
2011-04-18added uberprompt readmeTom Feist1-0/+221
2011-04-18uberprompt: converted header comments to PODTom Feist1-171/+199
2011-04-18updated a whole bunch of README files.Tom Feist1-0/+0
2011-04-06input_overlay: cleanup, and work towards better region support.Tom Feist1-51/+137
2011-04-01Bah. more fixing of script_is_loaded.Tom Feist1-1/+1
2011-04-01uberprompt: general cleanupTom Feist1-10/+6
2011-04-01uberprompt: fix brace handling bugTom Feist1-3/+5
2011-04-01modify all scripts to use the new script_is_loaded() function, since newerTom Feist1-8/+2
versions of perl get upset at defined(%hash).
2011-04-01uberprompt: added brace-truncation bug to BUGS section in comments.Tom Feist1-0/+2
2011-03-31uberprompt: add script developer notes and stealable code loading snippet toTom Feist1-0/+56
documentation at the top of the script.
2011-03-01uberprompt: updated docs to clarify $uber variable, and polish help stirngs.Tom Feist1-5/+10
2011-01-09uberprompt: added /help prompt to mimic built-in help stuffs.Tom Feist1-0/+47
2011-01-09uberprompt: switch to _debug_print(), and clean up some unnecessary ↵Tom Feist1-15/+13
debugging code
2011-01-09uberprompt: use argument parser to ensure a mode is set for /prompt setTom Feist1-7/+40
2010-12-31uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness.Tom Feist1-0/+2
2010-12-04uberprompt: have the debug_prompt_changed handler added/removed appropriatelyTom Feist1-4/+7
when toggling the _debug flag.
2010-11-24uberprompt: squash an uninitalised warning in $cumode checkingTom Feist1-2/+3
2010-11-24uberprompt: prompt now updates correctly with $cumode expandoTom Feist1-1/+25
2010-11-24uberprompt: updates prompt for changes to $N (your nick)Tom Feist1-0/+2
2010-11-24uberprompt: now updates correctly for some additional expandos, such as $tagTom Feist1-4/+20
2010-11-08fix for prompt_ifno users upgrading to uberprompt without restart (hopefully)Tom Feist1-0/+3
2010-11-05added some feature tests for format expansionTom Feist1-1/+150
2010-11-04add support for 'prompt length request' signal, which responds with a standardTom Feist1-4/+22
'prompt changed' signal
2010-11-04added input overlay script, still wipTom Feist1-0/+53
2010-10-15uberprompt: oops, got the setting backwards. On enables replaces now.Tom Feist1-1/+1
2010-10-15uberprompt: added uberprompt_use_replaces setting (default off) to allow replaceTom Feist1-2/+10
abstracts to be applied to the rendered prompt.
2010-10-15uberprompt: fix to allow { and } characters in input.Tom Feist1-1/+17
% still pending - ideally te job of the sender to deal with it, or colour features can't be used.
2010-10-14visual: moved term size out of visual into overlayTom Feist1-23/+0
2010-10-14overlays: initial implementation.Tom Feist1-52/+161
Vaguely working, but many todos and bugs remain
2010-10-14prompt: uberprompt no longer applies abstract replaces on prompt format.Tom Feist1-1/+2
2010-10-14prompt: uberprompt no longer applies abstract replaces on prompt format.Tom Feist1-1/+2
2010-10-14uberprompt: removed dead code from startup func.Tom Feist1-13/+1
2010-10-14uberprompt: hopefully fixed RHS positioning on script autorunTom Feist1-3/+28
2010-10-14fixed problem with uberprompt sometimes starting on RHS of input line.Tom Feist1-7/+1
2010-10-13fixed undef bug in uberpromptTom Feist1-1/+1
2010-10-13fix to uberprompt calling the wrong draw function from signalhandlersTom Feist1-4/+4
2010-10-10re-added additional signals to refresh prompt when neededTom Feist1-1/+7
2010-10-10removed compat mode for prompt-info, since we no longer adhere to the sameTom Feist1-3/+0
signal params
2010-10-10implemented the various prompt addition modes as documented. tests so far ↵Tom Feist1-52/+82
look good.