index
:
plymouth
189-feature-request-virtual-console-display
bitmap-label-control
config-file
cothreads
fix-text-spew
fix-text-splash-regression
fix-vt-management-on-deactivate
generic-drm-driver
headless
improved-vt-handling
input-rework
landing-spot
list-optimizations
main
man-page
master
multiple-splashes-at-once-yay
no-fbcon
no-vt-switch-on-hide-splash
optionalize-library-dependencies
parsekmsg
plymouth-terminal-buffer
presentation-mode
resilientunicode
scripted-plugin
seat-rework
seriously-whats-the-dl
tmp
transition
utf8-changes
wip/better-flush-notification
wip/deseatify
wip/drm-first-fb-last
wip/external-command
wip/fix-non-udev-codepath
wip/fix-remount-failure
wip/fix-text-splash
wip/syslog-support
wip/systemd-fixes
wip/udev
wip/use-logo-file
x11-renderer
Plymouth graphical boot system. (mirrored from https://gitlab.freedesktop.org/plymouth/plymouth)
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libply-splash-core
/
ply-terminal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
ply-utils: Introduce ply_change_to_vt_with_fd () and ply_change_to_vt ()
nerdopolis
1
-12
/
+2
2023-12-08
When using input devices, set the VT keyboard state with KDSKBMODE so that th...
nerdopolis
1
-0
/
+27
2023-12-04
Include config.h automatically
Ray Strode
1
-1
/
+0
2022-11-29
src: Hide console text when splash is requested
Ray Strode
1
-0
/
+2
2022-11-29
src: Add support for /dev/input devices
Diego Augusto
1
-33
/
+4
2022-11-29
terminal: Add API for flushing input buffer
Ray Strode
1
-0
/
+9
2022-11-29
Revert "Add input device support"
Ray Strode
1
-13
/
+33
2022-11-27
Add input device support
Diego Augusto
1
-33
/
+13
2022-08-03
src: Drop vim: lines
Ray Strode
1
-1
/
+0
2022-07-29
src: Run through uncrustify
Ray Strode
1
-2
/
+2
2019-10-01
terminal: add ply_terminal_get_keymap function
Hans de Goede
1
-0
/
+41
2019-09-24
terminal: add ply_terminal_get_capslock_state function
Hans de Goede
1
-0
/
+11
2019-06-05
Unify all code's vi format control.
ZhaoQiang
1
-1
/
+1
2017-08-18
terminal: add include for sysmacros.h
Sakaki
1
-0
/
+1
2016-06-20
terminal: refresh geometry after drm device arrives
Ray Strode
1
-4
/
+4
2016-06-16
terminal: always open terminal in non-blocking mode
Ray Strode
1
-1
/
+3
2014-05-20
Reindent
Ray Strode
1
-609
/
+565
2013-12-03
terminal: add new get_name() method
Ray Strode
1
-0
/
+6
2012-07-30
ply-terminal: remove pointless casts
Jan Engelhardt
1
-16
/
+7
2011-05-11
keyboard: handle kernel terminal EIO better
Ray Strode
1
-4
/
+96
2011-03-04
terminal: Keep retrying to reopen tty on EIO after hang up
Ray Strode
1
-11
/
+87
2011-03-01
terminal: apply terminal settings immediately
Ray Strode
1
-2
/
+2
2011-02-18
terminal: unlock tty before mucking with it
Ray Strode
1
-22
/
+46
2010-11-19
terminal: don't rely on strlen(bytes) for write size
Ray Strode
1
-2
/
+3
2010-11-15
terminal: Don't set ISTRIP in terminal attributes
Ray Strode
1
-1
/
+1
2010-07-23
[terminal] fix debug statement
Ray Strode
1
-1
/
+1
2010-06-30
[terminal] Add OPOST to tty attributes
Ray Strode
1
-1
/
+1
2010-06-30
[terminal] Force enter to output newline
Ray Strode
1
-0
/
+3
2010-06-02
[terminal] Add some debug spew if terminal couldn't be opened
Ray Strode
1
-1
/
+4
2010-05-07
[terminal] Don't stomp over original tty lock settings
Ray Strode
1
-1
/
+2
2010-04-29
[terminal] wait for vt switching to finish on quit
Ray Strode
1
-1
/
+17
2010-04-29
[terminal] Add some debug spew
Ray Strode
1
-4
/
+18
2010-04-14
[terminal] Lock terminal settings
Ray Strode
1
-0
/
+25
2010-03-31
[terminal] Do not discard the input when turning the terminal unbuffered
Charlie Brej
1
-1
/
+1
2010-03-22
[terminal] Add new ply_terminal_deactivate function
Ray Strode
1
-0
/
+66
2010-03-21
[terminal] keep track of terminal raw/cooked state
Scott James Remnant
1
-3
/
+15
2010-03-21
[terminal] export functions to enable/disable VT watching
Scott James Remnant
1
-2
/
+2
2010-03-21
[terminal] Add spew for multiple opens and closes
Ray Strode
1
-2
/
+8
2010-03-18
[terminal] guard open and close against repeated calls
Scott James Remnant
1
-0
/
+6
2010-03-18
[terminal] don't treat ttySx as VT
Scott James Remnant
1
-1
/
+1
2010-03-18
[terminal] drop next_active_vt
Scott James Remnant
1
-9
/
+0
2010-03-18
[terminal] don't keep track of active vt, just if vt is active
Scott James Remnant
1
-17
/
+21
2010-03-18
[terminal] drop support for opening the foreground terminal
Scott James Remnant
1
-50
/
+11
2010-03-18
[terminal] only support vt-like operations on VTs
Scott James Remnant
1
-1
/
+22
2010-03-18
[terminal] add ply_terminal_is_vt() function
Scott James Remnant
1
-1
/
+7
2010-03-18
[terminal] replace set_active_vt with activate_vt
Scott James Remnant
1
-7
/
+16
2010-03-18
[terminal] merge console and terminal code
Scott James Remnant
1
-21
/
+264
2010-03-17
[terminal] change fallback terminal settings
Ray Strode
1
-2
/
+2
2010-01-13
[splash] Rename libplybootsplash to libply-splash-core
Ray Strode
1
-0
/
+516