summaryrefslogtreecommitdiff
path: root/watch.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity scan findings - memleaks, unused vars, potential nullptr dereferencesJan Rybar2021-05-101-2/+3
* If you use echo -e $(put sgr0)"text" - reset color attributes, it turns out t...Alexandr Miasnikov2020-12-221-0/+5
* Supporting bright colors with ncursesNipunn Koorapati2020-12-221-31/+62
* Add comments and limit to standard colorsNipunn Koorapati2020-12-221-9/+32
* bugfix - increment endpointer when parsing color_escape_sequenceNipunn Koorapati2020-12-221-4/+29
* watch: Add no linewrap optionCraig Small2020-10-191-1/+29
* watch: add additional notes about environmentCraig Small2020-05-121-1/+1
* Add ability to specify watch interval using environment variable WATCH_INTERVALHarry Wagstaff2020-05-121-4/+10
* watch: fix unsetting of COLOR flagCraig Small2019-09-211-1/+1
* watch: use sysconf() for hostname length __ (catch up)Jim Warner2018-05-061-1/+2
* watch: Support ANSI 39,49 reset sequencesCraig Small2017-12-201-0/+6
* misc: eliminate all those remaining gcc -Wall warningsJim Warner2017-05-221-2/+2
* watch: fix process_ansi typoCraig Small2016-07-101-2/+1
* watch: Don't attempt to ungetc parts of unknown ANSI escape sequencesJosh Triplett2016-07-091-2/+0
* watch: Fix ANSI escape sequence terminationJosh Triplett2016-07-091-1/+1
* watch: Don't process additional numbers in unknown ANSI color escapesJosh Triplett2016-07-091-2/+6
* watch: fix 8bit regressionCraig Small2016-07-091-1/+1
* watch,free: interpet intervals in non-locale wayCraig Small2016-07-031-1/+1
* watch: truncate command in non-8 bit modeCraig Small2016-07-021-6/+13
* watch: Add hostname to the headerJesse Hathaway2016-07-021-19/+25
* watch: interpret esc[m sequenceCraig Small2016-03-101-0/+3
* Merge branch 'master' into newlibCraig Small2015-10-281-0/+1
|\
| * watch: Correctly process [m Remove lib dependencyCraig Small2015-09-011-2/+4
| * Add _XOPEN_SOURCE_EXTENDED definition in WATCH8BITAndrew Wilcox2015-07-051-0/+1
* | watch: Correctly process [m Remove lib dependencyCraig Small2015-10-141-2/+4
* | miscellaneous: silence a whole bunch of clang warningsJim Warner2015-09-211-1/+1
|/
* watch: treat <ESC>[m as <ESC>[0mJaromir Capik2015-02-251-0/+3
* watch: avoid ansi manipulations in non-ansi modeJaromir Capik2014-09-081-1/+2
* watch: fixing uninitialized variableJaromir Capik2014-09-081-1/+1
* watch: fixing default color handlingJaromir Capik2014-09-081-12/+15
* watch: fixing future italic supportJaromir Capik2014-09-061-1/+1
* watch: enhancing ANSI color & style supportJaromir Capik2014-09-061-20/+93
* watch: fixing uninitialized endptr in the previous commitJaromir Capik2014-08-201-2/+2
* watch: Fix handling of ANSI color escapes for -cSean Silva2014-08-201-9/+11
* watch: Don't leak extra fds to the childJosh Stone2014-02-041-0/+1
* Split help lines to help translatorsCraig Small2013-12-281-10/+10
* Increase watch interval.Craig Small2013-08-251-6/+7
* watch: Remove unused headerRainer Müller2013-03-201-1/+0
* configure: check for program_invocation_nameRainer Müller2013-03-201-0/+2
* watch: fix compiler warningsSami Kerola2012-11-061-4/+4
* watch: fix to backporting error, and other wide character issuesSami Kerola2012-05-301-2/+3
* watch compiles with 8bit enabledCraig Small2012-05-201-0/+8
* all: check stdout and stderr status at exitSami Kerola2012-03-231-0/+2
* watch: refactor code, add output_header() and run_command()Sami Kerola2012-03-161-297/+286
* watch: remove arbitrary terminal size restrictionSami Kerola2012-03-161-11/+11
* slabtop, vmstat, watch: remove file descriptor constantsSami Kerola2012-03-161-1/+1
* Don't check if output changed on first screen.Kent R. Spillner2012-03-111-1/+1
* watch: exit cleanly when falling through main loop.Kent R. Spillner2012-03-101-1/+3
* docs: clarification to license headers in filesSami Kerola2012-03-031-0/+14
* watch: remove unused variablesSami Kerola2012-03-031-1/+1