Home
last modified time | relevance | path

Searched defs:last (Results 1 – 2 of 2) sorted by relevance

/Held/src/utils/
H A Dbuffer.rs89 let last = lines.last(); in new() localVariable
93 let last = last.unwrap(); in new() localVariable
/Held/src/utils/ui/mode/
H A Dmode.rs627 let last = ui.cursor.y() - 1; in enter() localVariable