summaryrefslogtreecommitdiff
path: root/watch.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity scan findings - memleaks, unused vars, potential nullptr dereferencesJan Rybar2021-05-061-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
* Support simple 8 bit ansi escape sequencesNipunn Koorapati2020-12-221-28/+28
* Spaces to tabsNipunn Koorapati2020-12-221-42/+39
* Add comments and limit to standard colorsNipunn Koorapati2020-12-221-7/+18
* bugfix - increment endpointer when parsing color_escape_sequenceNipunn Koorapati2020-12-221-9/+8
* Support simple 8 bit ansi escape sequencesNipunn Koorapati2020-12-221-10/+51
* Convert spaces to tabs in watch.cNipunn Koorapati2020-12-221-25/+25
* watch: Add no linewrap optionCraig Small2020-10-191-1/+29
* Merge branch 'awesomeclaw/procps-master'Craig Small2020-05-121-4/+10
|\
| * 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 lengthCraig Small2018-03-031-4/+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
* configure.ac: use pkg-config to get ncursesw header locationGustavo Zacarias2016-08-071-3/+1
* watch: define HOST_NAME_MAXCraig Small2016-07-111-0/+4
* watch: fix process_ansi typoCraig Small2016-07-091-2/+1
* watch: Remove second [m checkCraig Small2016-07-091-2/+0
* 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 Small2015-11-181-0/+3
* 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: 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