ladybird/Kernel/TTY
Andreas Kling 165f69023b LibVT: Allow updating the window progress via an escape sequence
You can now request an update of the terminal's window progress by
sending this escape sequence:

<esc>]9;<value>;<max_value>;<escape><backslash>

I'm sure we can find many interesting uses for this! :^)
2020-05-30 23:00:35 +02:00
..
MasterPTY.cpp Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
MasterPTY.h Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
PTYMultiplexer.cpp PTYMultiplexer: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
PTYMultiplexer.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
SlavePTY.cpp Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
SlavePTY.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
TTY.cpp Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
TTY.h Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
VirtualConsole.cpp LibVT: Allow updating the window progress via an escape sequence 2020-05-30 23:00:35 +02:00
VirtualConsole.h LibVT: Allow updating the window progress via an escape sequence 2020-05-30 23:00:35 +02:00