summaryrefslogtreecommitdiffstats
path: root/term-utils/setterm.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+3
* misc: never use usage(stderr)Ruediger Meier2017-06-261-6/+8
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+4
* text-utils: use proper paths to term.hKarel Zak2017-05-301-9/+6Star
* setterm: fix bitfield warning [smatch]Sami Kerola2017-02-281-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
* setterm: add --resize optionSami Kerola2016-12-291-1/+111
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-1/+1
* setterm: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-40/+40
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-5/+3Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* setterm: remove unnecessary translation stringSami Kerola2016-05-091-8/+8
* setterm: de-duplicate color option string parsingKarel Zak2016-05-091-44/+36Star
* setterm: remove dead code [coverity scan]Karel Zak2015-08-051-2/+0Star
* lib/strutils: extend parse_switch() to accept more optionsKarel Zak2015-02-241-12/+24
* lib/strutils: move parse_switch() from setterm(1) to librarySami Kerola2015-02-241-16/+0Star
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* setterm: fix dubious one-bit signed bitfield [smatch scan]Sami Kerola2014-10-201-3/+4
* setterm: remove unnecessary variableSami Kerola2014-07-131-2/+1Star
* setterm: improve formatting and wording of usage textBenno Schulenberg2014-06-301-17/+17
* setterm: add usage() descriptionsSami Kerola2014-05-261-34/+35
* setterm: fix 'bright' in usage, remove unnecessary error messageKarel Zak2014-05-201-5/+2Star
* setterm: remove ulcolor and hbcolor duplicatesSami Kerola2014-05-191-4/+0Star
* setterm: add set_blanking() actionSami Kerola2014-05-191-21/+36
* setterm: mark some options to be exclusive with each otherSami Kerola2014-05-191-0/+9
* setterm: various visual terminal effects are not console specificSami Kerola2014-05-191-8/+8
* setterm: improve error messagesSami Kerola2014-05-191-5/+5
* setterm: tell user when options does not effectSami Kerola2014-05-191-38/+45
* setterm: improve perform_sequence() coding styleSami Kerola2014-05-191-57/+35Star
* setterm: correct usage() bright color argumentSami Kerola2014-05-191-14/+12Star
* setterm: make -msglevel 0 to work as is did earlierSami Kerola2014-05-191-5/+7
* setterm: remove devfs and /dev/vcsa0 supportSami Kerola2014-05-191-27/+10Star
* setterm: clean up screendump()Sami Kerola2014-05-191-45/+47
* setterm: add init_terminal() to make main() shorterSami Kerola2014-05-191-23/+25
* setterm: add option control structureSami Kerola2014-05-191-199/+194Star
* setterm: remove usage comment segmentSami Kerola2014-05-191-46/+0Star
* setterm: move show_tabs() and screendump() functionsSami Kerola2014-05-191-95/+92Star
* setterm: use string utils to numeric parsingSami Kerola2014-05-191-36/+25Star
* setterm: recommend long options with double hyphenSami Kerola2014-05-191-37/+37
* setterm: use getopt_long_only() for option parsingSami Kerola2014-05-191-490/+426Star
* setterm: clean up includesSami Kerola2014-05-191-25/+15Star
* setterm: convert remaining magic values to symbolic referencesSami Kerola2014-05-121-20/+47
* setterm: convert various constant number definitions to enumsSami Kerola2014-05-121-20/+26
* setterm: cleanup printf() usageKarel Zak2014-05-121-58/+24Star
* setterm: remove unused codeSami Kerola2014-05-121-68/+3Star
* build-sys: Fix check for __GNU_LIBRARY__Michael Forney2013-10-041-1/+1
* setterm: fix term.h/ncurses.h include orderingMike Frysinger2013-09-301-2/+3
* setterm: fix various color option argument listsSami Kerola2013-04-051-37/+37