Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | doesn't match either. | ||||
* | 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 |
| | | | | hack so things expecting prompt_Info will still load. | ||||
* | modified the API signal handling to prepend $p by default (as prompt_info sort | Tom Feist | 2010-10-06 | 1 | -1/+2 |
| | | | | of worked). | ||||
* | general cleanup and refactoring. Need to figure out how to handle regions going | Tom Feist | 2010-10-06 | 1 | -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 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 |
| | | | | | | | | 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::Size | Tom Feist | 2010-10-06 | 1 | -1/+0 |
| | |||||
* | test release of prompt_replace. need to rework the whole visual stuff a bit | Tom Feist | 2010-10-06 | 1 | -49/+92 |
| | | | | more - probably into a generic overlay system. Also menu! | ||||
* | more progress on replacing prompt bar for visual mode and other trickery. ↵ | Tom Feist | 2010-10-06 | 1 | -0/+275 |
| | | | | | | | Prompt is mostly working but needs configuration options and more cleanup. Visual mode is still hacky as sin. | ||||
* | added a bunch more documentation to prompt_info script. | Tom Feist | 2010-09-28 | 1 | -3/+23 |
| | |||||
* | fixed a stupid typo, and made it more clear how to install it. | Tom Feist | 2010-09-20 | 1 | -2/+3 |
| | |||||
* | added a warning message to prompt_info indicating that the user hasn't modified | Tom Feist | 2010-09-20 | 1 | -0/+11 |
| | | | | their prompt theme to include the necessary expando. | ||||
* | some stuff with colour popups | Tom Feist | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | working? verion of scrolled reminder | Tom Feist | 2010-07-24 | 1 | -2/+5 |
| | |||||
* | moved prompt_info to its own subdir | Tom Feist | 2010-07-24 | 1 | -0/+77 |