ladybird/Libraries
Andreas Kling cd1eee6604 LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty
Instead of quitting the application immediately when the pty gives an
EOF, fire an on_command_exit hook so the TerminalWidget client can
decide for himself what to do.
2019-10-22 21:57:53 +02:00
..
LibAudio AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
LibC LibC: Better strtok implementation (string.h) 2019-10-17 14:39:57 +02:00
LibCore LibCore: Make CFile::open() assert that the filename is non-null 2019-10-21 18:45:27 +02:00
LibDraw LibDraw: Add FloatPoint, FloatSize and FloatRect 2019-10-20 12:55:55 +02:00
LibGUI LibGUI: Allow override the font on a per-index basis in GListView 2019-10-22 21:38:04 +02:00
LibHTML LibHTML: <a href="#foo"> should prefer any element type with id=foo 2019-10-21 12:14:00 +02:00
LibIPC
LibM LibM: Make roundf() and ceilf() slightly less terrible 2019-10-20 17:20:20 +02:00
LibMarkdown LibMarkdown: Emit properly formed HTML documents 2019-10-13 12:58:56 +02:00
LibPCIDB
LibThread
LibVT LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty 2019-10-22 21:57:53 +02:00