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