| Commit message (Expand) | Author | Age | Files | Lines |
* | do not print to STDOUT if we're in background, as requested by Theo |  espie | 2021-01-30 | 1 | -7/+12 |
* | switch ProgressMeter to clearer API |  espie | 2021-01-30 | 1 | -5/+2 |
* | the width code was moved to State.pm a while ago, remove last remnants |  espie | 2018-12-16 | 1 | -2/+1 |
* | scrape most of the config framework |  espie | 2017-03-01 | 1 | -5/+1 |
* | simplify the logic. no need for a separate hook when we can just specialize |  espie | 2016-06-24 | 1 | -5/+5 |
* | there's no reason for window size computation to be linked to the |  espie | 2016-06-23 | 1 | -22/+11 |
* | ProgressMeter keeps state. Unfortunately, term is shared between processes. |  espie | 2016-06-15 | 1 | -1/+7 |
* | set glitch correctly |  espie | 2016-05-15 | 1 | -2/+2 |
* | go deeper in Term::ReadKey, we don't need smart guesses. |  espie | 2016-05-10 | 1 | -6/+2 |
* | stop depending on *.ph |  espie | 2016-05-09 | 1 | -14/+11 |
* | simplify progressmeter calls to visit_and: we retrieve the state from the |  espie | 2015-05-18 | 1 | -3/+3 |
* | since the progressmeter is always tied to a state, store the state always, |  espie | 2015-05-18 | 1 | -7/+7 |
* | tweak the ntogo messages slightly so that they work better in all situations |  espie | 2015-01-04 | 1 | -2/+2 |
* | when we run into real errors, the progress meter is distracting, so have |  espie | 2014-12-22 | 1 | -1/+9 |
* | don't really bother cleaning up the callback, it will go away soon enough |  espie | 2014-07-08 | 1 | -10/+1 |
* | cleaner callback handling |  espie | 2014-07-08 | 1 | -1/+10 |
* | restore progressmeter for big files. |  espie | 2014-07-07 | 1 | -5/+6 |
* | tweak the ProgressMeter code to always record sizes, even in the stub case |  espie | 2014-07-01 | 1 | -37/+18 |
* | tweak the size_and support to be able to do stuff out of order |  espie | 2014-06-16 | 1 | -12/+33 |
* | remove $_ usage that warns under perl 5.18 |  espie | 2014-03-18 | 1 | -13/+13 |
* | don't store full terminal, we just need a few control sequences |  espie | 2014-02-07 | 1 | -7/+7 |
* | perl is actually VERY BAD at scraping captured variables until the end. |  espie | 2014-02-03 | 1 | -3/+4 |
* | avoid storing dead keys. |  espie | 2014-01-30 | 1 | -2/+2 |
* | real fix: turns out visit_with_* are transparent, e.g., pass all their |  espie | 2013-12-23 | 1 | -4/+4 |
* | and I fucked up that one too... |  espie | 2013-12-23 | 1 | -2/+2 |
* | NYTProf now warns against $& in regexps, remove that one which doesn't |  espie | 2011-01-09 | 1 | -2/+2 |
* | don't use the fullwidth of the term by default, makes typing easier. |  espie | 2010-10-25 | 1 | -2/+2 |
* | separate "Term" part from "Real progressmeter" handling, so that one can |  espie | 2010-10-25 | 1 | -51/+55 |
* | missed one if (continued) test, so simplify logic: test continue beforehand. |  espie | 2010-08-03 | 1 | -4/+11 |
* | adjust position of test so that it does something ! |  espie | 2010-08-01 | 1 | -2/+4 |
* | allow say and errsay to work without parameters, as it's ways common. |  espie | 2010-06-30 | 1 | -1/+1 |
* | whitespace cleanup |  espie | 2010-06-30 | 1 | -2/+2 |
* | screen does not have hpa, but we can make do with \r cuf. |  espie | 2010-06-14 | 1 | -1/+8 |
* | start with an empty header |  espie | 2010-06-11 | 1 | -1/+3 |
* | replace confusing (n to go) message with #done/#total annotations. |  espie | 2010-06-09 | 1 | -3/+3 |
* | oops, make sure we have wpa before using it. |  espie | 2010-06-06 | 1 | -2/+2 |
* | be more specific as to what we keep. Less flicker in working |  espie | 2010-06-05 | 1 | -6/+6 |
* | interface tweaks: |  espie | 2010-06-05 | 1 | -1/+8 |
* | move code around, so that commands can be used as modules. |  espie | 2010-06-04 | 1 | -2/+3 |
* | whitespace fixes |  espie | 2010-05-10 | 1 | -6/+6 |
* | fix callback. This one isn't called that often actually. |  espie | 2010-03-23 | 1 | -2/+2 |
* | clean up the ProgressMeter code, create a specific class if a Term |  espie | 2010-03-22 | 1 | -0/+278 |