diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-16 11:09:35 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-16 11:09:35 +0200 |
commit | a5a59eb664cdfb5fe37fb7d8c82d11c7008cbac7 (patch) | |
tree | 73221a4b7c0c1bf60b570cca80d2c963303d02e9 /src/ui/window.h | |
parent | 01c298520d7b6d9ad268d59a6d2a0b99c5cded78 (diff) |
DocumentWidget: Paste preceding line
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document.
One use case for this is user-editable lines.
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index 6c921f09..ae111f4c 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -114,6 +114,7 @@ struct Impl_MainWindow { | |||
114 | int splitMode; | 114 | int splitMode; |
115 | int pendingSplitMode; | 115 | int pendingSplitMode; |
116 | iString * pendingSplitUrl; /* URL to open in a newly opened split */ | 116 | iString * pendingSplitUrl; /* URL to open in a newly opened split */ |
117 | iString * pendingSplitOrigin; /* tab from where split was initiated, if any */ | ||
117 | SDL_Texture * appIcon; | 118 | SDL_Texture * appIcon; |
118 | int keyboardHeight; /* mobile software keyboards */ | 119 | int keyboardHeight; /* mobile software keyboards */ |
119 | }; | 120 | }; |