Minga.Session.BufferEntry (Minga v0.1.0)

Copy Markdown View Source

A single buffer's state within a session snapshot.

Captures the file path and cursor position so they can be restored when the session is reloaded.

Summary

Types

t()

A buffer entry in the session snapshot.

Types

t()

@type t() :: %Minga.Session.BufferEntry{
  cursor_col: non_neg_integer(),
  cursor_line: non_neg_integer(),
  file: String.t()
}

A buffer entry in the session snapshot.