| Commit message (Expand) | Author | Files | Lines |
2010-12-04 | uberprompt: have the debug_prompt_changed handler added/removed appropriately | Tom Feist | 1 | -4/+7 |
2010-11-24 | uberprompt: squash an uninitalised warning in $cumode checking | Tom Feist | 1 | -2/+3 |
2010-11-24 | uberprompt: prompt now updates correctly with $cumode expando | Tom Feist | 1 | -1/+25 |
2010-11-24 | uberprompt: updates prompt for changes to $N (your nick) | Tom Feist | 1 | -0/+2 |
2010-11-24 | uberprompt: now updates correctly for some additional expandos, such as $tag | Tom Feist | 1 | -4/+20 |
2010-11-08 | fix for prompt_ifno users upgrading to uberprompt without restart (hopefully) | Tom Feist | 1 | -0/+3 |
2010-11-05 | added some feature tests for format expansion | Tom Feist | 1 | -1/+150 |
2010-11-04 | add support for 'prompt length request' signal, which responds with a standard | Tom Feist | 1 | -4/+22 |
2010-11-04 | added input overlay script, still wip | Tom Feist | 1 | -0/+53 |
2010-10-15 | uberprompt: oops, got the setting backwards. On enables replaces now. | Tom Feist | 1 | -1/+1 |
2010-10-15 | uberprompt: added uberprompt_use_replaces setting (default off) to allow replace | Tom Feist | 1 | -2/+10 |
2010-10-15 | uberprompt: fix to allow { and } characters in input. | Tom Feist | 1 | -1/+17 |
2010-10-14 | visual: moved term size out of visual into overlay | Tom Feist | 1 | -23/+0 |
2010-10-14 | overlays: initial implementation. | Tom Feist | 1 | -52/+161 |
2010-10-14 | prompt: uberprompt no longer applies abstract replaces on prompt format. | Tom Feist | 1 | -1/+2 |
2010-10-14 | prompt: uberprompt no longer applies abstract replaces on prompt format. | Tom Feist | 1 | -1/+2 |
2010-10-14 | uberprompt: removed dead code from startup func. | Tom Feist | 1 | -13/+1 |
2010-10-14 | uberprompt: hopefully fixed RHS positioning on script autorun | Tom Feist | 1 | -3/+28 |
2010-10-14 | fixed problem with uberprompt sometimes starting on RHS of input line. | Tom Feist | 1 | -7/+1 |
2010-10-13 | fixed undef bug in uberprompt | Tom Feist | 1 | -1/+1 |
2010-10-13 | fix to uberprompt calling the wrong draw function from signalhandlers | Tom Feist | 1 | -4/+4 |
2010-10-10 | re-added additional signals to refresh prompt when needed | Tom Feist | 1 | -1/+7 |
2010-10-10 | removed compat mode for prompt-info, since we no longer adhere to the same | Tom Feist | 1 | -3/+0 |
2010-10-10 | implemented the various prompt addition modes as documented. tests so far loo... | Tom Feist | 1 | -52/+82 |
2010-10-10 | added a bunch of documentation (provisional atm, pending implementation), and | Tom Feist | 1 | -38/+79 |
2010-10-09 | added uberprompt_debug as an irssi setting. defaults to off. | Tom Feist | 1 | -2/+8 |
2010-10-09 | added doc about uberprompt_format setting | Tom Feist | 1 | -0/+12 |
2010-10-09 | added Bugs section in comments describing crash bug when debug enabled. Rare | Tom Feist | 1 | -0/+6 |
2010-10-09 | moved more functions out into visual.pl, cleaned up some of the formatting. | Tom Feist | 2 | -13/+7 |
2010-10-09 | added some debug logging to catch 'prompt changed' | Tom Feist | 1 | -4/+12 |
2010-10-09 | documented uberprompt better, and added the 'prompt changed' signal | Tom Feist | 1 | -3/+68 |
2010-10-09 | actually properly fixed the escaping of stuff now. | Tom Feist | 1 | -5/+12 |
2010-10-09 | renamed prompt_replace to uberprompt | Tom Feist | 1 | -0/+0 |
2010-10-09 | factored all the visual stuff out of prompt_replace into its own file. | Tom Feist | 2 | -159/+196 |
2010-10-07 | added prompt_replace to dev branch | Tom Feist | 1 | -0/+346 |
2010-10-06 | back to stty parsing, with linux and osx cases. Falls back to 80x24 if it | Tom Feist | 1 | -8/+18 |
2010-10-06 | added some debugging output to terminal size detection | Tom Feist | 1 | -2/+4 |
2010-10-06 | changed terminal size detection from stty to tput lines/cols | Tom Feist | 1 | -11/+8 |
2010-10-06 | added /print_test to check rev. video stuff is behaving. | Tom Feist | 1 | -1/+6 |
2010-10-06 | fixed priorities (-1) and position (100) of prompt statusbars | Tom Feist | 1 | -4/+8 |
2010-10-06 | fixed a bug causing prompt to not get updated properly, and added a nasty compat | Tom Feist | 1 | -3/+9 |
2010-10-06 | modified the API signal handling to prepend $p by default (as prompt_info sort | Tom Feist | 1 | -1/+2 |
2010-10-06 | general cleanup and refactoring. Need to figure out how to handle regions going | Tom Feist | 1 | -35/+87 |
2010-10-06 | moved most of the overlay stuff out into overlays.pl for another time. | Tom Feist | 2 | -85/+89 |
2010-10-06 | renamed a lot of things, it's now 'uberprompt', which can be set from within | Tom Feist | 1 | -124/+157 |
2010-10-06 | removed useless include of Term::Size | Tom Feist | 1 | -1/+0 |
2010-10-06 | test release of prompt_replace. need to rework the whole visual stuff a bit | Tom Feist | 1 | -49/+92 |
2010-10-06 | more progress on replacing prompt bar for visual mode and other trickery. Pr... | Tom Feist | 1 | -0/+275 |
2010-09-28 | added a bunch more documentation to prompt_info script. | Tom Feist | 1 | -3/+23 |
2010-09-20 | fixed a stupid typo, and made it more clear how to install it. | Tom Feist | 1 | -2/+3 |