mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-21 11:08:09 +08:00
Feature: hyperlink
support. (#665)
See the [OSC 8 page](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). FTXUI support proposed by @aaleino in [#662](https://github.com/ArthurSonzogni/FTXUI/issues/662). API: ```cpp auto link = text("Click here") | hyperlink("https://github.com/FTXUI") ``` Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/662
This commit is contained in:
26
iwyu.imp
26
iwyu.imp
@@ -14,6 +14,32 @@
|
||||
{ include: ["<gtest/gtest-printers.h>", "private", "<gtest/gtest.h>", "public" ] },
|
||||
{ include: ["<gtest/gtest-test-part.h>", "private", "<gtest/gtest.h>", "public" ] },
|
||||
{ include: ["<gtest/gtest-typed-test.h>", "private", "<gtest/gtest.h>", "public" ] },
|
||||
{ include: ["<assert.h>", "private", "<cassert>", "public" ] },
|
||||
{ include: ["<complex.h>", "private", "<ccomplex>", "public" ] },
|
||||
{ include: ["<ctype.h>", "private", "<cctype>", "public" ] },
|
||||
{ include: ["<errno.h>", "private", "<cerrno>", "public" ] },
|
||||
{ include: ["<fenv.h>", "private", "<cfenv>", "public" ] },
|
||||
{ include: ["<float.h>", "private", "<cfloat>", "public" ] },
|
||||
{ include: ["<inttypes.h>", "private", "<cinttypes>", "public" ] },
|
||||
{ include: ["<iso646.h>", "private", "<ciso646>", "public" ] },
|
||||
{ include: ["<limits.h>", "private", "<climits>", "public" ] },
|
||||
{ include: ["<locale.h>", "private", "<clocale>", "public" ] },
|
||||
{ include: ["<math.h>", "private", "<cmath>", "public" ] },
|
||||
{ include: ["<setjmp.h>", "private", "<csetjmp>", "public" ] },
|
||||
{ include: ["<signal.h>", "private", "<csignal>", "public" ] },
|
||||
{ include: ["<stdalign.h>", "private", "<cstdalign>", "public" ] },
|
||||
{ include: ["<stdarg.h>", "private", "<cstdarg>", "public" ] },
|
||||
{ include: ["<stdbool.h>", "private", "<cstdbool>", "public" ] },
|
||||
{ include: ["<stddef.h>", "private", "<cstddef>", "public" ] },
|
||||
{ include: ["<stdint.h>", "private", "<cstdint>", "public" ] },
|
||||
{ include: ["<stdio.h>", "private", "<cstdio>", "public" ] },
|
||||
{ include: ["<stdlib.h>", "private", "<cstdlib>", "public" ] },
|
||||
{ include: ["<string.h>", "private", "<cstring>", "public" ] },
|
||||
{ include: ["<tgmath.h>", "private", "<ctgmath>", "public" ] },
|
||||
{ include: ["<time.h>", "private", "<ctime>", "public" ] },
|
||||
{ include: ["<uchar.h>", "private", "<cuchar>", "public" ] },
|
||||
{ include: ["<wchar.h>", "private", "<cwchar>", "public" ] },
|
||||
{ include: ["<wctype.h>", "private", "<cwctype>", "public" ] },
|
||||
{ symbol: ["ftxui", "private", "", "public" ] },
|
||||
{ symbol: ["char_traits", "private", "<string>", "public" ] },
|
||||
{ symbol: ["ECHO", "private", "<termios.h>", "public" ] },
|
||||
|
Reference in New Issue
Block a user