mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
Random data selection feature done. (#1617)
This commit is contained in:
parent
b7b4a10485
commit
7354ba8fd5
4 changed files with 87 additions and 47 deletions
|
@ -73,9 +73,10 @@ class TextViewer : public Widget {
|
|||
void cursor_end();
|
||||
void cursor_set(uint16_t line, uint16_t col);
|
||||
void cursor_mark_selected();
|
||||
void cursor_clear_marked();
|
||||
|
||||
typedef std::pair<uint16_t, uint16_t> LineColPair;
|
||||
std::vector<LineColPair> pairedVector{};
|
||||
std::vector<LineColPair> lineColPair{};
|
||||
|
||||
// Gets the length of the current line.
|
||||
uint16_t line_length();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue