MCPcopy Create free account

hub / github.com/1jehuang/handterm / functions

Functions1,262 in github.com/1jehuang/handterm

↓ 1 callersFunctionread_dirty_cell
(r: &mut Reader)
handterm-common/src/protocol.rs:523
↓ 1 callersFunctionread_glyph
(r: &mut Reader)
handterm-common/src/protocol.rs:580
↓ 1 callersFunctionread_host_command
(stream: &mut UnixStream)
src/native_scroll.rs:514
↓ 1 callersFunctionread_key_event
(r: &mut Reader)
handterm-common/src/protocol.rs:415
↓ 1 callersFunctionread_messages
(stream: &mut UnixStream, buffer: &mut Vec<u8>)
src/native_scroll.rs:278
↓ 1 callersFunctionread_mouse_event
(r: &mut Reader)
handterm-common/src/protocol.rs:440
↓ 1 callersFunctionreference
Reference implementation: the previous loop-based behavior.
src/native_scroll.rs:345
↓ 1 callersFunctionrender_grid
(state: &mut RemoteState, config: &AppConfig)
src/remote_app.rs:724
↓ 1 callersFunctionrender_grid
( state: &mut HostWindowState, atlas: &mut GlyphAtlas, config: &AppConfig, )
src/app.rs:1208
↓ 1 callersFunctionrender_surface_state
( state: &mut GpuSurfaceState, terminal: &mut impl TerminalView, atlas: &mut GlyphAtlas, confi
src/gpu_runtime.rs:1129
↓ 1 callersFunctionrepo_local_tempdir
()
src/config.rs:152
↓ 1 callersFunctionrequested_window_size
(req: &Request)
src/host_commands.rs:132
↓ 1 callersMethodreset_underline_color
(&mut self)
handterm-common/src/grid.rs:1411
↓ 1 callersMethodresize
(&mut self, cols: u16, rows: u16)
src/remote.rs:49
↓ 1 callersFunctionresize_alpha_pixels
( src: &[u8], src_width: usize, src_height: usize, dst_width: usize, dst_height: usize, )
src/font.rs:1155
↓ 1 callersFunctionresize_glyph_pixels
(glyph: &RasterizedGlyph, new_width: usize, new_height: usize)
src/font.rs:1136
↓ 1 callersFunctionresize_rgba_pixels
( src: &[u8], src_width: usize, src_height: usize, dst_width: usize, dst_height: usize, )
src/font.rs:1172
↓ 1 callersMethodresolve_dpi
(&self, event_loop: &ActiveEventLoop)
src/app.rs:236
↓ 1 callersMethodresolve_dpi
(&self, event_loop: &ActiveEventLoop)
src/gpu_app.rs:373
↓ 1 callersFunctionrestore_fixed_strike_by_ppem
(face: &freetype::Face, ppem: i32)
src/font.rs:1032
↓ 1 callersMethodreverse_index
(&mut self)
handterm-common/src/grid.rs:1052
↓ 1 callersMethodrun
(&mut self)
src/daemon_stack/runtime.rs:153
↓ 1 callersFunctionrun_cli
()
src/runtime.rs:59
↓ 1 callersFunctionrun_client_only_command
( backend: Backend, socket: Option<PathBuf>, config: AppConfig, )
src/daemon_mode.rs:25
↓ 1 callersFunctionrun_server_only_command
(socket: Option<PathBuf>, config: &AppConfig)
src/daemon_mode.rs:19
↓ 1 callersFunctionrun_server_only_with_build_id
( socket: Option<PathBuf>, config: &AppConfig, protocol_build_id: String, )
src/daemon_stack/runtime.rs:32
↓ 1 callersFunctionrun_with_cli
(cli: Cli)
src/runtime.rs:70
↓ 1 callersFunctionsave_cached_cell_width
(path: &str, font_size_pt: f64, dpi: u32, signature: &str, width: usize)
src/font.rs:1964
↓ 1 callersFunctionsave_cached_emoji_font_paths
(paths: &[String])
src/font.rs:1881
↓ 1 callersFunctionsave_cached_font_metrics
( family: &str, font_size_pt: f64, dpi: u32, metrics: &FontBootstrapMetrics, )
src/font.rs:2113
↓ 1 callersMethodscroll_down_n
(&mut self, n: usize)
handterm-common/src/grid.rs:1245
↓ 1 callersMethodscroll_up_n
(&mut self, n: usize)
handterm-common/src/grid.rs:1239
↓ 1 callersMethodscroll_up_ring
(&mut self)
handterm-common/src/grid.rs:861
↓ 1 callersMethodscrollable
(&self)
src/native_scroll.rs:45
↓ 1 callersMethodscrollback_limit
(&self)
handterm-common/src/terminal.rs:204
↓ 1 callersFunctionselect_alpha_mode
( capabilities: &wgpu::SurfaceCapabilities, transparency_requested: bool, )
src/gpu_runtime.rs:1796
↓ 1 callersFunctionselect_present_mode
(capabilities: &wgpu::SurfaceCapabilities)
src/gpu_runtime.rs:1770
↓ 1 callersFunctionselect_surface_format
( capabilities: &wgpu::SurfaceCapabilities, fallback: wgpu::TextureFormat, )
src/gpu_runtime.rs:1758
↓ 1 callersMethodset_bg_rgb
(&mut self, r: u8, g: u8, b: u8)
handterm-common/src/grid.rs:1383
↓ 1 callersMethodset_cursor_col
(&mut self, col: usize)
handterm-common/src/grid.rs:1071
↓ 1 callersMethodset_cursor_row
(&mut self, row: usize)
handterm-common/src/grid.rs:1066
↓ 1 callersMethodset_fg_rgb
(&mut self, r: u8, g: u8, b: u8)
handterm-common/src/grid.rs:1379
↓ 1 callersMethodset_hyperlink
(&mut self, url: &str)
handterm-common/src/grid.rs:1416
↓ 1 callersMethodset_nonblocking
(&self)
src/pty.rs:128
↓ 1 callersMethodset_scroll_region
(&mut self, top: usize, bottom: usize)
handterm-common/src/grid.rs:1232
↓ 1 callersMethodset_underline_color_rgb
(&mut self, r: u8, g: u8, b: u8)
handterm-common/src/grid.rs:1405
↓ 1 callersFunctionshader_color_for_cell_instance
( instance: &CellInstance, texture: Option<&TestAtlasTexture>, dx: usize, dy:
src/gpu_runtime.rs:1872
↓ 1 callersMethodshape_run
(&mut self, text: &str)
src/font.rs:526
↓ 1 callersMethodsnap_to_target
(&mut self)
src/frontend.rs:490
↓ 1 callersFunctionsocket_path_for_window
(window_id: u64)
src/native_scroll.rs:197
↓ 1 callersFunctionspawn_bridge_thread
( listener: UnixListener, snapshot: Arc<Mutex<PaneSnapshot>>, connected: Arc<AtomicBool>, stop
src/native_scroll.rs:208
↓ 1 callersMethodstart_ipc_watcher
(&mut self)
src/app.rs:206
↓ 1 callersMethodstart_ipc_watcher
(&mut self)
src/gpu_app.rs:253
↓ 1 callersMethodstart_server_watcher
(&mut self)
src/remote_app.rs:109
↓ 1 callersMethodstart_server_watcher
(&mut self)
src/remote_gpu_app.rs:103
↓ 1 callersFunctionstartup_banner
(backend: Backend, socket_path: Option<&Path>)
src/build_info.rs:13
↓ 1 callersFunctionstructured_profile_enabled
()
src/profiling.rs:72
↓ 1 callersFunctionstructured_profile_enabled_from
(value: Option<&str>)
src/profiling.rs:65
↓ 1 callersFunctionstructured_profile_event_line
(event: &str, data: Value)
src/profiling.rs:79
↓ 1 callersFunctionsynthetic_key_event_from_request
(req: &Request)
src/host_commands.rs:156
↓ 1 callersMethodtake_bell
(&mut self)
handterm-common/src/terminal.rs:277
↓ 1 callersFunctiontake_frame
(buf: &mut Vec<u8>)
src/client.rs:66
↓ 1 callersFunctionterminal_has_visible_content
(terminal: &T)
src/frontend.rs:800
↓ 1 callersFunctiontext_for_ime_key_dedupe
( event_text: Option<&str>, encoded_bytes: Option<&[u8]>, )
src/frontend.rs:977
↓ 1 callersFunctiontext_key_is_ambiguous
(modifiers: ModifiersState)
src/input.rs:638
↓ 1 callersFunctiontext_key_primary_codepoint
( key: &Key, physical_key: Option<&PhysicalKey>, modifiers: ModifiersState, )
src/input.rs:647
↓ 1 callersMethodtotal
(self)
src/profiling.rs:38
↓ 1 callersMethodu64
(&mut self)
handterm-common/src/protocol.rs:346
↓ 1 callersMethodunaccounted_total
(self)
src/gpu_runtime.rs:233
↓ 1 callersMethodvisible_rows
(self, base_rows: usize)
src/frontend.rs:368
↓ 1 callersMethodwrite_ascii_run
(&mut self, run: &[u8])
handterm-common/src/grid.rs:777
↓ 1 callersFunctionwrite_kitty_first_param
( out: &mut Vec<u8>, primary: u32, text: Option<&str>, physical_key: Option<&PhysicalKey>,
src/input.rs:669
↓ 1 callersFunctionwrite_kitty_legacy_tilde_sequence
(out: &mut Vec<u8>, number: u16, mods: ModField)
src/input.rs:430
↓ 1 callersFunctionwrite_kitty_text_codepoints
(out: &mut Vec<u8>, text: &str)
src/input.rs:783
↓ 1 callersMethodwrite_text
(&mut self, text: &str)
handterm-common/src/grid.rs:739
Methodabout_to_wait
(&mut self, event_loop: &ActiveEventLoop)
src/remote_app.rs:576
Methodabout_to_wait
(&mut self, event_loop: &ActiveEventLoop)
src/remote_gpu_app.rs:545
Methodabout_to_wait
(&mut self, event_loop: &ActiveEventLoop)
src/app.rs:1127
Methodabout_to_wait
(&mut self, event_loop: &ActiveEventLoop)
src/gpu_app.rs:1552
Functionaccumulate_scroll_steps_handles_large_delta_in_constant_time
()
src/native_scroll.rs:381
Functionaccumulate_scroll_steps_matches_reference_loop
()
src/native_scroll.rs:343
Functionaccumulate_scroll_steps_rejects_non_finite_delta
()
src/native_scroll.rs:391
Functionaction_is_register_sized
()
handterm-common/src/parser.rs:529
Functionall_client_message_variants_roundtrip
()
handterm-common/src/protocol.rs:1277
Functionall_server_message_variants_roundtrip
()
handterm-common/src/protocol.rs:1326
Functionalt_modified_enter_keeps_escape_prefix
()
src/input.rs:1961
Functionalt_screen
()
handterm-common/src/terminal.rs:1506
Functionalt_screen_disables_scrollback_even_when_main_screen_has_history
()
handterm-common/src/terminal.rs:1521
Methodalternate_scroll_mode
(&self)
handterm-common/src/terminal.rs:416
Methodappend_mouse_utf8_codepoint
(out: &mut Vec<u8>, codepoint: u32)
handterm-common/src/terminal.rs:495
Functionappend_scrollbar_overlay_instances_adds_track_and_thumb
()
src/gpu_frame.rs:1230
Functionapplication_cursor_keys
()
handterm-common/src/terminal.rs:1565
Functionapply_cursor_state_sets_position_visibility_and_style
()
handterm-common/src/server_sync.rs:150
Functionapply_dirty_cell_clears_grapheme_when_absent
()
handterm-common/src/server_sync.rs:140
Functionapply_dirty_cell_stores_grapheme_cluster
()
handterm-common/src/server_sync.rs:132
Functionapply_dirty_cell_writes_plain_cell_fields
()
handterm-common/src/server_sync.rs:115
Methodapply_modifier_transition
(&mut self, logical_key: &Key, event_kind: KeyEventKind)
src/app.rs:163
Methodapply_modifier_transition
(&mut self, logical_key: &Key, event_kind: KeyEventKind)
src/gpu_app.rs:190
Methodapply_scrollback_delta
(state: &mut GpuWindowState, delta_rows: f32, up: bool)
src/gpu_app.rs:303
Functionapply_server_message_collects_side_effects
()
handterm-common/src/terminal.rs:2616
← previousnext →601–700 of 1,262, ranked by callers