summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-062-2/+2
* script: fix spurious exit from input read loop on EINTR.Csaba Kos2014-06-021-1/+2
* script: fix a rare deadlock after child terminationCsaba Kos2014-06-021-8/+45
* docs: setterm.1 clean up manual page groff styleSami Kerola2014-05-261-103/+164
* docs: setterm.1 add options compatibility noteSami Kerola2014-05-261-1/+11
* docs: setterm.1 add missing options to manual page and remove duplicateSami Kerola2014-05-261-4/+16
* setterm: add usage() descriptionsSami Kerola2014-05-261-34/+35
* build-sys: add BUILD_{SCRIPT,SCRIPTREPLAY}Karel Zak2014-05-211-2/+4
* 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-192-37/+26Star
* setterm: recommend long options with double hyphenSami Kerola2014-05-192-84/+84
* setterm: use getopt_long_only() for option parsingSami Kerola2014-05-191-490/+426Star
* setterm: clean up includesSami Kerola2014-05-191-25/+15Star
* agetty: update man pageKarel Zak2014-05-191-8/+16
* agetty: Update help usage functionBenjamin Robin2014-05-181-2/+5
* agetty: Fix implementation of option --nonewline. The flag F_NONL was never set.Benjamin Robin2014-05-181-0/+3
* agetty: use the "best" interface for \4 and \6Karel Zak2014-05-132-42/+67
* agetty: fix odd check for chardev/ttyKarel Zak2014-05-131-2/+2
* agetty: beside virtual consoles support xvc and hvc device lines as wellWerner Fink2014-05-131-12/+11Star
* agetty: better support of the special system consoles on S390Werner Fink2014-05-131-5/+10
* agetty: avoid that agetty nor sulogin are fooled by a running plymouthWerner Fink2014-05-131-7/+68
* 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
* wall: replace magic number by named valueSami Kerola2014-05-121-7/+8
* term-utils: avoid error message string length couting errorsSami Kerola2014-05-121-34/+32Star
* build-sys: remove unnecessary void castsSami Kerola2014-05-121-13/+13
* include/carefulputc: cleanup and add fputs_{quoted,nonblank}()Karel Zak2014-04-032-2/+2
* scriptreplay: no need to skip first time value or last bytes fixes #58Wolfgang Richter2014-03-201-4/+1Star
* script: time from end of read() call partially fixes #58Wolfgang Richter2014-03-201-2/+3
* script: clean up files usageKarel Zak2014-02-211-28/+40
* script: Also flush writes to timing file.Jesper Dahl Nyerup2014-02-211-1/+4
* scriptreplay: Add --maxdelay option.Jesper Dahl Nyerup2014-02-102-4/+20
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-1/+1