Word Unperfect
public
Read
Owner: themaster
Branch: main
Commits: 0
Git CLI clone URL
git clone https://www.xt-emporium.com/git/word-unperfect.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
word-unperfect
/
rev
/
wp_record_merge.h
File editor
#ifndef WP_RECORD_MERGE_H #define WP_RECORD_MERGE_H #include "wp_layout_shared.h" #include <stdbool.h> #include <stddef.h> #include <stdint.h> typedef struct WpRecordMergeResult { uint32_t merge_calls; uint32_t merge_skipped_emit_flags; uint32_t merge_skipped_postprocess; uint32_t merge_zero_stops; uint32_t merge_space_window_stops; uint32_t merge_extent_stops; uint32_t merge_bytes; uint32_t merge_spaces_committed; uint32_t merge_plain_metric_steps; uint32_t merge_table_byte_steps; uint32_t merge_table_word_steps; uint16_t merge_last_code; uint16_t merge_last_metric; uint16_t merge_last_cursor; uint32_t advance_calls; uint32_t advance_runtime_flag_sets; uint32_t advance_zero_stops; uint32_t advance_bytes; uint16_t advance_last_code; uint32_t position_gate_increments; uint32_t position_gate_increment_carries; uint32_t position_gate_decrements; uint32_t position_gate_decrement_borrows; } WpRecordMergeResult; void wp_record_merge_result_clear(WpRecordMergeResult *result); bool wp_record_merge_secondary_into_primary_cursor(WpLayoutGlobals *wl, WpRecordMergeResult *result); bool wp_record_position_gate_advance_primary_to_secondary(WpLayoutGlobals *wl, WpRecordMergeResult *result); uint32_t __cdecl16near layout_merge_secondary_into_primary_cursor(WpLayoutGlobals *wl); void __cdecl16near layout_position_gate_advance_helper(WpLayoutGlobals *wl); #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history