Contur 2
Educational OS kernel simulator
Loading...
Searching...
No Matches
contur::TuiHistoryEntry Struct Reference

Single history entry stored by the UI history buffer. More...

#include <tui_models.h>

Public Attributes

std::size_t sequence = 0
 History index/sequence.
TuiSnapshot snapshot
 Captured immutable TUI snapshot.

Detailed Description

Single history entry stored by the UI history buffer.

Definition at line 117 of file tui_models.h.

Member Data Documentation

◆ sequence

std::size_t contur::TuiHistoryEntry::sequence = 0

History index/sequence.

Definition at line 120 of file tui_models.h.

◆ snapshot

TuiSnapshot contur::TuiHistoryEntry::snapshot

Captured immutable TUI snapshot.

Definition at line 123 of file tui_models.h.


The documentation for this struct was generated from the following file: