aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
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 debugging...Tom Feist1-15/+13
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
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
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
2010-10-15uberprompt: fix to allow { and } characters in input.Tom Feist1-1/+17
2010-10-14visual: moved term size out of visual into overlayTom Feist1-23/+0
2010-10-14overlays: initial implementation.Tom Feist1-52/+161
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
2010-10-10implemented the various prompt addition modes as documented. tests so far loo...Tom Feist1-52/+82
2010-10-10added a bunch of documentation (provisional atm, pending implementation), andTom Feist1-38/+79
2010-10-09added uberprompt_debug as an irssi setting. defaults to off.Tom Feist1-2/+8
2010-10-09added doc about uberprompt_format settingTom Feist1-0/+12
2010-10-09added Bugs section in comments describing crash bug when debug enabled. RareTom Feist1-0/+6
2010-10-09moved more functions out into visual.pl, cleaned up some of the formatting.Tom Feist2-13/+7
2010-10-09added some debug logging to catch 'prompt changed'Tom Feist1-4/+12
2010-10-09documented uberprompt better, and added the 'prompt changed' signalTom Feist1-3/+68
2010-10-09actually properly fixed the escaping of stuff now.Tom Feist1-5/+12
2010-10-09renamed prompt_replace to uberpromptTom Feist1-0/+0
2010-10-09factored all the visual stuff out of prompt_replace into its own file.Tom Feist2-159/+196
2010-10-07added prompt_replace to dev branchTom Feist1-0/+346
2010-10-06back to stty parsing, with linux and osx cases. Falls back to 80x24 if itTom Feist1-8/+18
2010-10-06added some debugging output to terminal size detectionTom Feist1-2/+4
2010-10-06changed terminal size detection from stty to tput lines/colsTom Feist1-11/+8