summaryrefslogtreecommitdiff
path: root/src/libply-splash-core/ply-terminal.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08ply-utils: Introduce ply_change_to_vt_with_fd () and ply_change_to_vt ()nerdopolis1-12/+2
2023-12-08When using input devices, set the VT keyboard state with KDSKBMODE so that th...nerdopolis1-0/+27
2023-12-04Include config.h automaticallyRay Strode1-1/+0
2022-11-29src: Hide console text when splash is requestedRay Strode1-0/+2
2022-11-29src: Add support for /dev/input devicesDiego Augusto1-33/+4
2022-11-29terminal: Add API for flushing input bufferRay Strode1-0/+9
2022-11-29Revert "Add input device support"Ray Strode1-13/+33
2022-11-27Add input device supportDiego Augusto1-33/+13
2022-08-03src: Drop vim: linesRay Strode1-1/+0
2022-07-29src: Run through uncrustifyRay Strode1-2/+2
2019-10-01terminal: add ply_terminal_get_keymap functionHans de Goede1-0/+41
2019-09-24terminal: add ply_terminal_get_capslock_state functionHans de Goede1-0/+11
2019-06-05Unify all code's vi format control.ZhaoQiang1-1/+1
2017-08-18terminal: add include for sysmacros.hSakaki1-0/+1
2016-06-20terminal: refresh geometry after drm device arrivesRay Strode1-4/+4
2016-06-16terminal: always open terminal in non-blocking modeRay Strode1-1/+3
2014-05-20ReindentRay Strode1-609/+565
2013-12-03terminal: add new get_name() methodRay Strode1-0/+6
2012-07-30ply-terminal: remove pointless castsJan Engelhardt1-16/+7
2011-05-11keyboard: handle kernel terminal EIO betterRay Strode1-4/+96
2011-03-04terminal: Keep retrying to reopen tty on EIO after hang upRay Strode1-11/+87
2011-03-01terminal: apply terminal settings immediatelyRay Strode1-2/+2
2011-02-18terminal: unlock tty before mucking with itRay Strode1-22/+46
2010-11-19terminal: don't rely on strlen(bytes) for write sizeRay Strode1-2/+3
2010-11-15terminal: Don't set ISTRIP in terminal attributesRay Strode1-1/+1
2010-07-23[terminal] fix debug statementRay Strode1-1/+1
2010-06-30[terminal] Add OPOST to tty attributesRay Strode1-1/+1
2010-06-30[terminal] Force enter to output newlineRay Strode1-0/+3
2010-06-02[terminal] Add some debug spew if terminal couldn't be openedRay Strode1-1/+4
2010-05-07[terminal] Don't stomp over original tty lock settingsRay Strode1-1/+2
2010-04-29[terminal] wait for vt switching to finish on quitRay Strode1-1/+17
2010-04-29[terminal] Add some debug spewRay Strode1-4/+18
2010-04-14[terminal] Lock terminal settingsRay Strode1-0/+25
2010-03-31[terminal] Do not discard the input when turning the terminal unbufferedCharlie Brej1-1/+1
2010-03-22[terminal] Add new ply_terminal_deactivate functionRay Strode1-0/+66
2010-03-21[terminal] keep track of terminal raw/cooked stateScott James Remnant1-3/+15
2010-03-21[terminal] export functions to enable/disable VT watchingScott James Remnant1-2/+2
2010-03-21[terminal] Add spew for multiple opens and closesRay Strode1-2/+8
2010-03-18[terminal] guard open and close against repeated callsScott James Remnant1-0/+6
2010-03-18[terminal] don't treat ttySx as VTScott James Remnant1-1/+1
2010-03-18[terminal] drop next_active_vtScott James Remnant1-9/+0
2010-03-18[terminal] don't keep track of active vt, just if vt is activeScott James Remnant1-17/+21
2010-03-18[terminal] drop support for opening the foreground terminalScott James Remnant1-50/+11
2010-03-18[terminal] only support vt-like operations on VTsScott James Remnant1-1/+22
2010-03-18[terminal] add ply_terminal_is_vt() functionScott James Remnant1-1/+7
2010-03-18[terminal] replace set_active_vt with activate_vtScott James Remnant1-7/+16
2010-03-18[terminal] merge console and terminal codeScott James Remnant1-21/+264
2010-03-17[terminal] change fallback terminal settingsRay Strode1-2/+2
2010-01-13[splash] Rename libplybootsplash to libply-splash-coreRay Strode1-0/+516