ladybird/Userland/Libraries/LibVT
David Lindbom 3c98a9430b LibVT: Show action of double click in tooltip
When hovering an item in Terminal we now show what application will
handle it, e.g "Open app-catdog.png in ImageViewer".

If the file is its own handler, i.e an executable, it will show
"Execute myscript.sh"
2021-11-13 23:33:46 +01:00
..
Attribute.h
CharacterSet.h LibVT: Add missing headers 2021-10-06 23:52:40 +01:00
CMakeLists.txt Terminal+LibVT: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:27 +02:00
Color.h
EscapeSequenceParser.cpp
EscapeSequenceParser.h LibVT: Add missing headers 2021-10-06 23:52:40 +01:00
Line.cpp LibVT: Only resize the line after all rewrapping is done 2021-06-24 18:50:45 +02:00
Line.h Userland: Make use of container version of any_of 2021-08-02 00:37:18 +02:00
Position.h LibVT: Add missing headers 2021-10-06 23:52:40 +01:00
Range.h
StateMachine.txt
Terminal.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Terminal.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
TerminalWidget.cpp LibVT: Show action of double click in tooltip 2021-11-13 23:33:46 +01:00
TerminalWidget.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
XtermColors.h