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
*
terminal-util: drop unused open_terminal_in_namespace()
Mike Yuan
2025-01-15
1
-1
/
+0
*
terminal-util: drop support for pre-TIOCGPTPEER kernels
Lennart Poettering
2025-01-15
1
-1
/
+0
*
terminal-util: pidref'ify two terminal related calls
Lennart Poettering
2025-01-10
1
-2
/
+3
*
terminal-util: modernize vtnr_from_tty() a bit
Lennart Poettering
2025-01-03
1
-0
/
+4
*
tree-wide: Rename ret_slave to ret_peer
Daan De Meyer
2025-01-03
1
-2
/
+2
*
terminal-util: introduce terminal_{new,detach}_session helpers
Mike Yuan
2025-01-02
1
-0
/
+7
*
terminal-util: regroup some functions
Mike Yuan
2025-01-02
1
-16
/
+17
*
meson: allow to customize the access mode for tty/pts devices
Yu Watanabe
2024-12-16
1
-2
/
+3
*
pretty-print: don't use OSC 8 for incompatible URLs
Lennart Poettering
2024-12-11
1
-0
/
+6
*
util-lib/systemd-run: implement race-free PTY peer opening (#34953)
Luca Boccassi
2024-11-01
1
-0
/
+3
|
\
|
*
terminal-util: add pty_open_peer() helper
Lennart Poettering
2024-10-30
1
-0
/
+3
*
|
terminal-util: define ANSI_OSC as macro for the OSC terminal sequence prefix
Lennart Poettering
2024-10-31
1
-0
/
+3
*
|
tree-wide: prefer generating 0x1B 0x5C as ANSI sequence "ST"
Lennart Poettering
2024-10-31
1
-0
/
+7
|
/
*
varlinkctl: respect $COLUMNS when rebreaking lines and we are not connected t...
Lennart Poettering
2024-10-21
1
-0
/
+1
*
Move show_menu() to terminal-util.h
Daan De Meyer
2024-10-02
1
-0
/
+1
*
homed: wait for user input during firstboot
Michael Ferrari
2024-09-17
1
-0
/
+1
*
crash-handler: Call vhangup on /dev/console before spawning crash shell
Daan De Meyer
2024-08-07
1
-0
/
+1
*
tree-wide: acquire /dev/console lock around any attempts to reset TTY
Lennart Poettering
2024-07-19
1
-0
/
+1
*
terminal-util: move lock_dev_console() here
Lennart Poettering
2024-07-19
1
-0
/
+1
*
terminal-util: move acquire_terminal() and AcquireTerminalFlags back together...
Lennart Poettering
2024-07-19
1
-3
/
+3
*
terminal-util: split out color macros/helpers into its own header
Lennart Poettering
2024-07-19
1
-158
/
+0
*
terminal-util: remove terminal_vhangup() because apparently unused
Lennart Poettering
2024-07-19
1
-1
/
+0
*
terminal-util: rename return parameters ret_xyz
Lennart Poettering
2024-07-19
1
-4
/
+4
*
terminal-util: don't export vt_reset_keyboard() + vt_default_utf8()
Lennart Poettering
2024-07-19
1
-2
/
+0
*
terminal-util: don't export terminal_reset_ioctl()/terminal_reset_ansi_seq() ...
Lennart Poettering
2024-07-19
1
-2
/
+0
*
terminal-util: rename reset_terminal_fd() → terminal_reset_ioctl()
Lennart Poettering
2024-07-19
1
-1
/
+1
*
terminal-util: remove reset_terminal() as it is unused
Lennart Poettering
2024-07-19
1
-1
/
+0
*
terminal-util: add new helper terminal_reset_defensive() that combines reset-...
Lennart Poettering
2024-07-19
1
-0
/
+1
*
terminal-util: add terminal_is_pty_fd() helper
Lennart Poettering
2024-07-19
1
-0
/
+2
*
terminal-util: unify code that resets /dev/console in common helper
Lennart Poettering
2024-07-19
1
-0
/
+1
*
terminal-util: add helper that adjust terminal width/height from data acquire...
Lennart Poettering
2024-07-19
1
-0
/
+2
*
terminal-util: add helper that queries terminal sizes via ANSI sequence
Lennart Poettering
2024-07-19
1
-0
/
+1
*
terminal-util: rename set_terminal_cursor_position() → terminal_set_cursor_...
Lennart Poettering
2024-07-19
1
-1
/
+2
*
terminal-util: several cleanups for ColorMode
Yu Watanabe
2024-06-24
1
-13
/
+9
*
terminal-util: merge COLOR_ON with COLOR_24BIT
Yu Watanabe
2024-06-24
1
-4
/
+1
*
terminal-util: use colon as separator for specifying color
Yu Watanabe
2024-06-24
1
-7
/
+7
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-4
/
+4
*
core: Limit terminal reset using ANSI sequences to /dev/console
Daan De Meyer
2024-04-23
1
-0
/
+1
*
core: Check for TERM=dumb in show_status()
Daan De Meyer
2024-04-22
1
-0
/
+1
*
terminal-util: fix underlying with SYSTEMD_COLORS=no
Yu Watanabe
2024-03-19
1
-1
/
+1
*
ptyfwd: optionally update window title if we are running a ptyfwd session
Lennart Poettering
2024-02-09
1
-0
/
+4
*
ptyfwd: when leaving a session with tinted background, clear to end of screen
Lennart Poettering
2024-01-20
1
-0
/
+3
*
terminal-util: introduce isatty_safe that rejects EBADF
Mike Yuan
2023-12-22
1
-0
/
+2
*
terminal-util: add helper that determines terminal default bg color
Lennart Poettering
2023-12-21
1
-0
/
+2
*
terminal-util: add helper for disabling terminal echo in termios struct
Lennart Poettering
2023-12-21
1
-1
/
+3
*
terminal-util: add macro for adding underline to existing formats
Lennart Poettering
2023-11-20
1
-0
/
+11
*
Add tool to display emergency log message full-screen on boot failure.
OMOJOLA JOSHUA
2023-08-04
1
-0
/
+4
*
sd-device, basic: align backslashes and drop unnecessary parens
Zbigniew Jędrzejewski-Szmek
2023-07-17
1
-9
/
+9
*
tree-wide: Set /dev/console size when we reset it
Daan De Meyer
2023-07-14
1
-0
/
+1
*
basic: Fix color + underline functions/macros
Daan De Meyer
2023-07-12
1
-6
/
+12
[next]