File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ type dnd_state struct {
103103 dragging bool
104104 drag_mimes []string
105105 // Current drag cell position (set from t=m events).
106- drag_cell_x int
107- drag_cell_y int
106+ drag_cell_x int
107+ drag_cell_y int
108108 drag_over_box bool // true when the drag is currently over the drop region
109109
110110 // Drop handling.
111111 drop_mimes []string
112- uri_list_mime_idx int // 1-based index of text/uri-list in drop_mimes (0 = not present)
112+ uri_list_mime_idx int // 1-based index of text/uri-list in drop_mimes (0 = not present)
113113 is_remote bool // X=1 received in URI list response (client is on different machine)
114114
115115 // Collection state: what we're currently collecting.
@@ -118,9 +118,9 @@ type dnd_state struct {
118118 collect_buf strings.Builder
119119
120120 // Results of drop.
121- plain_text string
122- uri_list []string // parsed file:// URIs from text/uri-list
123- file_infos []file_info // one entry per uri_list entry
121+ plain_text string
122+ uri_list []string // parsed file:// URIs from text/uri-list
123+ file_infos []file_info // one entry per uri_list entry
124124 has_drop_data bool
125125
126126 // File reading state.
You can’t perform that action at this time.
0 commit comments