aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info (unfollow)
Commit message (Collapse)AuthorFilesLines
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
signal params
2010-10-10implemented the various prompt addition modes as documented. tests so far ↵Tom Feist1-52/+82
look good.
2010-10-10added a bunch of documentation (provisional atm, pending implementation), andTom Feist1-38/+79
started cleanup of code
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
enough to not really be a problem, I hope.
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-06back to stty parsing, with linux and osx cases. Falls back to 80x24 if itTom Feist1-8/+18
doesn't match either.
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
2010-10-06added /print_test to check rev. video stuff is behaving.Tom Feist1-1/+6
2010-10-06fixed priorities (-1) and position (100) of prompt statusbarsTom Feist1-4/+8
2010-10-06fixed a bug causing prompt to not get updated properly, and added a nasty compatTom Feist1-3/+9
hack so things expecting prompt_Info will still load.
2010-10-06modified the API signal handling to prepend $p by default (as prompt_info sortTom Feist1-1/+2
of worked).
2010-10-06general cleanup and refactoring. Need to figure out how to handle regions goingTom Feist1-35/+87
backwards as well as forwards. Also better ways to remove them when no longer active.
2010-10-06moved most of the overlay stuff out into overlays.pl for another time.Tom Feist2-85/+89
2010-10-06renamed a lot of things, it's now 'uberprompt', which can be set from withinTom Feist1-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.
2010-10-06removed useless include of Term::SizeTom Feist1-1/+0
2010-10-06test release of prompt_replace. need to rework the whole visual stuff a bitTom Feist1-49/+92
more - probably into a generic overlay system. Also menu!
2010-10-06more progress on replacing prompt bar for visual mode and other trickery. ↵Tom Feist1-0/+275
Prompt is mostly working but needs configuration options and more cleanup. Visual mode is still hacky as sin.
2010-09-28added a bunch more documentation to prompt_info script.Tom Feist1-3/+23
2010-09-20fixed a stupid typo, and made it more clear how to install it.Tom Feist1-2/+3
2010-09-20added a warning message to prompt_info indicating that the user hasn't modifiedTom Feist1-0/+11
their prompt theme to include the necessary expando.
2010-08-04some stuff with colour popupsTom Feist1-0/+2
2010-07-24working? verion of scrolled reminderTom Feist1-2/+5
2010-07-24moved prompt_info to its own subdirTom Feist1-0/+77