summaryrefslogtreecommitdiffstats
path: root/src/basic/terminal-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* core: Limit terminal reset using ANSI sequences to /dev/consoleDaan De Meyer2024-04-231-21/+32
* terminal-util: Enable line wrapping in reset_terminal_fd()Daan De Meyer2024-04-221-0/+22
* core: Check for TERM=dumb in show_status()Daan De Meyer2024-04-221-1/+1
* various: also use strdup_to() in cases where we don't return immediatelyZbigniew Jędrzejewski-Szmek2024-03-201-7/+3
* various: use strdup_to() in various obvious casesZbigniew Jędrzejewski-Szmek2024-03-201-18/+5
* basic/terminal-util: accept ST or BEL to end escape sequence queriesSam Leonard2024-02-281-2/+13
* basic/terminal-util: add check for poll timeout in get_default_background_colorSam Leonard2024-02-281-0/+4
* tree-wide: add short comments for namespace_open() and namespace_enter()Yu Watanabe2024-01-191-2/+2
* various: clean up isatty() handlingMike Yuan2023-12-221-5/+5
* terminal-util: introduce isatty_safe that rejects EBADFMike Yuan2023-12-221-0/+12
* terminal-util: use RET_GATHER moreMike Yuan2023-12-221-18/+13
* terminal-util: add helper that determines terminal default bg colorLennart Poettering2023-12-211-0/+208
* terminal-util: add helper for disabling terminal echo in termios structLennart Poettering2023-12-211-0/+8
* terminal-util: drop ECHOPRT flag from TTY settings when resettingLennart Poettering2023-11-221-1/+1
* terminal-util: trivial modernizations for reset_terminal_fd()Lennart Poettering2023-11-221-4/+5
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-2/+2
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-261-2/+2
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-2/+2
* Add tool to display emergency log message full-screen on boot failure.OMOJOLA JOSHUA2023-08-041-0/+15
* terminal-util: Document boolean parameter in one more placeDaan De Meyer2023-07-141-1/+1
* tree-wide: Set /dev/console size when we reset itDaan De Meyer2023-07-141-0/+59
* time-util: introduce usleep_safe()Yu Watanabe2023-06-221-1/+1
* devnum-util: add new devnum_is_zero() helperLennart Poettering2023-03-291-1/+1
* terminal-util: Don't assume terminal is dumb if connected to /dev/nullDaan De Meyer2023-03-161-1/+17
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-201-2/+2
* tree-wide: use -EBADF also in pipe initializersZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-10/+10
* terminal-util: Set OPOST when setting ONLCRRay Strode2022-12-011-1/+1
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: add global ascii_isdigit() + ascii_isalpha()Lennart Poettering2022-07-051-1/+1
* shared/terminal-util: don't use $COLORTERM to force colorsZbigniew Jędrzejewski-Szmek2022-05-061-9/+18
* terminal-util: get_color_mode checks COLORTERMSonali Srivastava2022-05-051-0/+5
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-0/+1
* inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()Yu Watanabe2022-03-251-1/+0
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-16/+5
* exec: Add TTYRows and TTYColumns properties to set TTY dimensionsDaan De Meyer2021-11-051-0/+33
* basic: split out inotify-related calls from fs-util.h → inotify-util.hLennart Poettering2021-10-051-0/+1
* basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.cZbigniew Jędrzejewski-Szmek2021-06-241-1/+0
* terminal: don't hardcode major number of PTYsLennart Poettering2021-05-191-26/+38
* terminal-util: use _cleanup_close_ where appropriateLennart Poettering2021-05-191-11/+8
* terminal-util: add extra validity checks that we operate on a TTY before doin...Lennart Poettering2021-05-191-3/+11
* terminal-util: add debug logging for when TTY ioctls failLennart Poettering2021-05-191-3/+6
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+2
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-041-3/+3
* terminal-util: use ansi_normal() or friends instead of ANSI_NORMALYu Watanabe2021-01-251-7/+7
* terminal-util: use 256 color mode for PID 1 output, tooLennart Poettering2020-12-171-3/+8