1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00
serenity/Libraries/LibVT
Andreas Kling ab7de41c7b LibVT: Don't commit to opening a hyperlink until mouseup
It felt too rushed to open links when simply mousedown'ing on them.
Improve this by implementing basic "click" semantics instead.

This patch also introduces the ability to prevent link opening if you
want to force selection instead. Hold shift and we will not open links.
2020-05-10 16:01:08 +02:00
..
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Position.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Terminal.cpp LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m) 2020-05-10 10:23:05 +02:00
Terminal.h LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m) 2020-05-10 10:23:05 +02:00
TerminalWidget.cpp LibVT: Don't commit to opening a hyperlink until mouseup 2020-05-10 16:01:08 +02:00
TerminalWidget.h LibVT: Don't commit to opening a hyperlink until mouseup 2020-05-10 16:01:08 +02:00
XtermColors.h LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m) 2020-05-10 10:23:05 +02:00