aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info/prompt_replace.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/dev' into devTom Feist2010-10-081-1/+1
|\ | | | | | | | | | | Conflicts: prompt_info/prompt_replace.pl test/irssi/config
| * 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-061-85/+0
| |
| * 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!
| * more progress on replacing prompt bar for visual mode and other trickery. ↵Tom Feist2010-10-061-0/+275
| | | | | | | Prompt is mostly working but needs configuration options and more cleanup. Visual mode is still hacky as sin.
* added prompt_replace to dev branchTom Feist2010-10-071-0/+346