summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD/ProgressMeter (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not print to STDOUT if we're in background, as requested by Theoespie2021-01-301-7/+12
* switch ProgressMeter to clearer APIespie2021-01-301-5/+2
* the width code was moved to State.pm a while ago, remove last remnantsespie2018-12-161-2/+1
* scrape most of the config frameworkespie2017-03-011-5/+1
* simplify the logic. no need for a separate hook when we can just specializeespie2016-06-241-5/+5
* there's no reason for window size computation to be linked to theespie2016-06-231-22/+11
* ProgressMeter keeps state. Unfortunately, term is shared between processes.espie2016-06-151-1/+7
* set glitch correctlyespie2016-05-151-2/+2
* go deeper in Term::ReadKey, we don't need smart guesses.espie2016-05-101-6/+2
* stop depending on *.phespie2016-05-091-14/+11
* simplify progressmeter calls to visit_and: we retrieve the state from theespie2015-05-181-3/+3
* since the progressmeter is always tied to a state, store the state always,espie2015-05-181-7/+7
* tweak the ntogo messages slightly so that they work better in all situationsespie2015-01-041-2/+2
* when we run into real errors, the progress meter is distracting, so haveespie2014-12-221-1/+9
* don't really bother cleaning up the callback, it will go away soon enoughespie2014-07-081-10/+1
* cleaner callback handlingespie2014-07-081-1/+10
* restore progressmeter for big files.espie2014-07-071-5/+6
* tweak the ProgressMeter code to always record sizes, even in the stub caseespie2014-07-011-37/+18
* tweak the size_and support to be able to do stuff out of orderespie2014-06-161-12/+33
* remove $_ usage that warns under perl 5.18espie2014-03-181-13/+13
* don't store full terminal, we just need a few control sequencesespie2014-02-071-7/+7
* perl is actually VERY BAD at scraping captured variables until the end.espie2014-02-031-3/+4
* avoid storing dead keys.espie2014-01-301-2/+2
* real fix: turns out visit_with_* are transparent, e.g., pass all theirespie2013-12-231-4/+4
* and I fucked up that one too...espie2013-12-231-2/+2
* NYTProf now warns against $& in regexps, remove that one which doesn'tespie2011-01-091-2/+2
* don't use the fullwidth of the term by default, makes typing easier.espie2010-10-251-2/+2
* separate "Term" part from "Real progressmeter" handling, so that one canespie2010-10-251-51/+55
* missed one if (continued) test, so simplify logic: test continue beforehand.espie2010-08-031-4/+11
* adjust position of test so that it does something !espie2010-08-011-2/+4
* allow say and errsay to work without parameters, as it's ways common.espie2010-06-301-1/+1
* whitespace cleanupespie2010-06-301-2/+2
* screen does not have hpa, but we can make do with \r cuf.espie2010-06-141-1/+8
* start with an empty headerespie2010-06-111-1/+3
* replace confusing (n to go) message with #done/#total annotations.espie2010-06-091-3/+3
* oops, make sure we have wpa before using it.espie2010-06-061-2/+2
* be more specific as to what we keep. Less flicker in workingespie2010-06-051-6/+6
* interface tweaks:espie2010-06-051-1/+8
* move code around, so that commands can be used as modules.espie2010-06-041-2/+3
* whitespace fixesespie2010-05-101-6/+6
* fix callback. This one isn't called that often actually.espie2010-03-231-2/+2
* clean up the ProgressMeter code, create a specific class if a Termespie2010-03-221-0/+278