aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | fix to uberprompt calling the wrong draw function from signalhandlersTom Feist2010-10-131-4/+4
| | |
* | | re-added additional signals to refresh prompt when neededTom Feist2010-10-101-1/+7
| | |
* | | removed compat mode for prompt-info, since we no longer adhere to the sameTom Feist2010-10-101-3/+0
| | | | | | | | | | | | signal params
* | | implemented the various prompt addition modes as documented. tests so far ↵Tom Feist2010-10-101-52/+82
| | | | | | | | | | | | look good.
* | | added a bunch of documentation (provisional atm, pending implementation), andTom Feist2010-10-101-38/+79
| | | | | | | | | | | | started cleanup of code
* | | added uberprompt_debug as an irssi setting. defaults to off.Tom Feist2010-10-091-2/+8
| | |
* | | added doc about uberprompt_format settingTom Feist2010-10-091-0/+12
| | |
* | | added Bugs section in comments describing crash bug when debug enabled. RareTom Feist2010-10-091-0/+6
| | | | | | | | | | | | enough to not really be a problem, I hope.
* | | moved more functions out into visual.pl, cleaned up some of the formatting.Tom Feist2010-10-092-13/+7
| | |
* | | added some debug logging to catch 'prompt changed'Tom Feist2010-10-091-4/+12
| | |
* | | documented uberprompt better, and added the 'prompt changed' signalTom Feist2010-10-091-3/+68
| | |
* | | actually properly fixed the escaping of stuff now.Tom Feist2010-10-091-5/+12
| | |
* | | renamed prompt_replace to uberpromptTom Feist2010-10-091-0/+0
| | |
* | | factored all the visual stuff out of prompt_replace into its own file.Tom Feist2010-10-092-159/+196
| |/ |/|
* | back to stty parsing, with linux and osx cases. Falls back to 80x24 if itTom Feist2010-10-061-8/+18
| | | | | | | | doesn't match either.
* | added some debugging output to terminal size detectionTom Feist2010-10-061-2/+4
| |
* | changed terminal size detection from stty to tput lines/colsTom Feist2010-10-061-11/+8
| |
* | added /print_test to check rev. video stuff is behaving.Tom Feist2010-10-061-1/+6
| |
* | fixed priorities (-1) and position (100) of prompt statusbarsTom Feist2010-10-061-4/+8
| |
* | fixed a bug causing prompt to not get updated properly, and added a nasty compatTom Feist2010-10-061-3/+9
| | | | | | | | hack so things expecting prompt_Info will still load.
* | modified the API signal handling to prepend $p by default (as prompt_info sortTom Feist2010-10-061-1/+2
| | | | | | | | of worked).
* | general cleanup and refactoring. Need to figure out how to handle regions goingTom Feist2010-10-061-35/+87
| | | | | | | | backwards as well as forwards. Also better ways to remove them when no longer active.
* | moved most of the overlay stuff out into overlays.pl for another time.Tom Feist2010-10-062-85/+89
| |
* | renamed a lot of things, it's now 'uberprompt', which can be set from withinTom Feist2010-10-061-124/+157
| | | | | | | | | | | | | | | | irssi rather than editing themes. It also allows additional text to be specified with the $p 'variable' Started on a big overlay system, but needs a lot more thinking about. Will rip it out and just make visual inputline for now.
* | removed useless include of Term::SizeTom Feist2010-10-061-1/+0
| |
* | test release of prompt_replace. need to rework the whole visual stuff a bitTom Feist2010-10-061-49/+92
| | | | | | | | more - probably into a generic overlay system. Also menu!