index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
terminal-util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/terminal-util: rename our replacement highlight-yellow and test both th...
Zbigniew Jędrzejewski-Szmek
2020-07-30
1
-10
/
+17
*
basic/terminal-util: define all foreground colors
Zbigniew Jędrzejewski-Szmek
2020-07-23
1
-0
/
+33
*
systemctl: ensure underline for "list-unit-files" empty cells
Lennart Poettering
2020-05-06
1
-0
/
+2
*
terminal-util: fixate underlined yellow color too
Lennart Poettering
2020-04-08
1
-1
/
+1
*
Revert "Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()"
Lennart Poettering
2019-07-18
1
-1
/
+0
*
basic/log: put location in a dark shade of yellow
Zbigniew Jędrzejewski-Szmek
2019-07-02
1
-6
/
+7
*
terminal-util: introduce openpt_allocate()
Franck Bui
2019-06-18
1
-2
/
+2
*
terminal-util: reset access mode in vt_restore(), too
Lennart Poettering
2019-05-24
1
-0
/
+3
*
terminal-util: define yellow as "Khaki3"
Zbigniew Jędrzejewski-Szmek
2019-05-17
1
-1
/
+1
*
Merge pull request #12535 from poettering/color-grey
Zbigniew Jędrzejewski-Szmek
2019-05-16
1
-25
/
+26
|
\
|
*
terminal-util: add complete set of inline functions for all colors we define
Lennart Poettering
2019-05-10
1
-15
/
+23
|
*
terminal-util: reduce colors we define a bit
Lennart Poettering
2019-05-10
1
-9
/
+2
|
*
terminal-util: define grey as 256color ANSI sequence
Lennart Poettering
2019-05-10
1
-1
/
+1
*
|
Merge pull request #12378 from rbalint/vt-kbd-reset-check
Lennart Poettering
2019-05-16
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()
Balint Reczey
2019-04-24
1
-0
/
+1
*
|
basic/log: use colors to highlight messages like journalctl
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-0
/
+3
|
/
*
resolvectl: color "comment" output grey
Lennart Poettering
2018-12-05
1
-0
/
+2
*
terminal-util: introduce vt_release() helper
Franck Bui
2018-11-21
1
-0
/
+1
*
terminal-util: introduce vt_restore() helper
Franck Bui
2018-11-21
1
-0
/
+1
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-12
/
+0
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-0
/
+1
*
show-status: add newline to ephemeral messages
Tomsod M
2018-07-06
1
-0
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: unify how we define bit mak enums
Lennart Poettering
2018-06-12
1
-5
/
+5
*
terminal-util: add a function that shows a pretty separator line
Lennart Poettering
2018-05-11
1
-0
/
+2
*
analyze: add 'cat-config' verb
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-1
/
+6
*
Move function to cat file & dropins into basic/
Zbigniew Jędrzejewski-Szmek
2018-04-26
1
-0
/
+2
*
terminal: add internal API to format URLs for display in capable terminals
Lennart Poettering
2018-04-19
1
-0
/
+3
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__
Zbigniew Jędrzejewski-Szmek
2018-03-06
1
-5
/
+2
*
Merge pull request #8314 from poettering/rearrange-stdio
Lennart Poettering
2018-03-02
1
-2
/
+0
|
\
|
*
terminal-util: port some generic code over to rearrange_stdio()
Lennart Poettering
2018-03-02
1
-2
/
+0
*
|
Organize the ANSI codes and add missing colors
Alexander F Rødseth
2018-03-02
1
-10
/
+34
|
/
*
terminal-util: make resolve_dev_console() less weird
Lennart Poettering
2018-02-14
1
-1
/
+1
*
terminal-util: modernize get_kernel_consoles() a bit
Lennart Poettering
2018-02-14
1
-1
/
+1
*
tty-ask-password-agent: reenable color for boot-time password prompt
Lennart Poettering
2018-02-14
1
-0
/
+1
*
terminal-util: when making /dev/null or the console stdio, forget cached term...
Lennart Poettering
2018-02-13
1
-0
/
+2
*
terminal-util: rework acquire_terminal()
Lennart Poettering
2018-02-13
1
-1
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
systemctl: don't do ANSI underlining on TERM=linux (#6778)
Lennart Poettering
2017-09-09
1
-6
/
+16
*
terminal: unify code for resetting kbd utf8 mode a bit (#6692)
Lennart Poettering
2017-09-01
1
-0
/
+3
*
terminal-util: helper macro for highlighting functions
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-47
/
+18
*
systemctl: use underlines to seperate unit types in listing
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-0
/
+20
*
pager: don't start pager if the terminal is explicitly set to TERM=dumb
Lennart Poettering
2016-05-30
1
-0
/
+1
*
ask-password: ask for passphrases not only on the first console of /dev/console
Werner Fink
2016-05-24
1
-0
/
+1
*
basic/terminal-util: introduce SYSTEMD_COLORS environment variable
Jan Synacek
2016-01-20
1
-8
/
+9
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+1
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
1
-1
/
+1
*
util-lib: move status printing stuff into src/core/
Lennart Poettering
2015-10-27
1
-3
/
+0
[next]