Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 6 of 6) sorted by relevance

/Held/src/utils/ui/mode/
H A Dcommon.rs105 let offset = ui.buffer.offset() as u16; in locate_nextw_ending() localVariable
115 let offset = ui.buffer.offset() as u16; in locate_nextw_ending() localVariable
126 let offset = ui.buffer.offset() as u16; in locate_next_word() localVariable
134 let offset = ui.buffer.offset() as u16; in locate_next_word() localVariable
141 let offset = ui.buffer.offset(); in move_to_nlines_of_screen() localVariable
H A Dmode.rs143 let offset = ui.buffer.offset(); in jump_to_next_flag() localVariable
173 let offset = ui.buffer.offset(); in jump_to_previous_flag() localVariable
392 let offset = ui.buffer.offset(); in move_to_nlines_of_screen() localVariable
493 let offset = ui.buffer.offset(); in input_data() localVariable
/Held/src/config/
H A Dlastline_cmd.rs273 let offset = ui.buffer.offset() + ui.cursor.y() as usize; in delete_lines() localVariable
291 let offset = ui.buffer.offset() + line; in delete_lines() localVariable
/Held/src/utils/ui/
H A Duicore.rs182 let offset = self.buffer.offset(); in scroll_up() localVariable
212 let offset = self.buffer.offset(); in scroll_down() localVariable
/Held/src/utils/
H A Dbuffer.rs73 offset: AtomicUsize, field
119 pub fn offset(&self) -> usize { in offset() method
351 let mut offset = line_idx - y; in goto_line() localVariable
H A Dcursor.rs182 let offset = self.buf.offset(); in move_to_nextline() localVariable
211 let offset = self.buf.offset(); in move_to_previous_line() localVariable