Commit e9c4f02
committed
Externalize window grids in the basic architecture
The grids get allocated a handle (very naive at the moment) and these
handles are sent with every event to the external UIs. Works for one
window at the moment.
Use neovim/python-gui#36 to test. It currently creates separate windows
for each grid. `:sp` seems to work, but `:vs` crashes.1 parent 466bbc8 commit e9c4f02
4 files changed
Lines changed: 31 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
265 | 269 | | |
266 | 270 | | |
267 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
5824 | 5829 | | |
5825 | 5830 | | |
5826 | 5831 | | |
| 5832 | + | |
| 5833 | + | |
| 5834 | + | |
| 5835 | + | |
| 5836 | + | |
| 5837 | + | |
5827 | 5838 | | |
5828 | 5839 | | |
5829 | 5840 | | |
| |||
5919 | 5930 | | |
5920 | 5931 | | |
5921 | 5932 | | |
| 5933 | + | |
5922 | 5934 | | |
5923 | 5935 | | |
5924 | 5936 | | |
| |||
6230 | 6242 | | |
6231 | 6243 | | |
6232 | 6244 | | |
6233 | | - | |
| 6245 | + | |
6234 | 6246 | | |
6235 | 6247 | | |
6236 | 6248 | | |
| |||
6282 | 6294 | | |
6283 | 6295 | | |
6284 | 6296 | | |
6285 | | - | |
| 6297 | + | |
6286 | 6298 | | |
6287 | 6299 | | |
6288 | 6300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
328 | 327 | | |
329 | 328 | | |
330 | 329 | | |
| |||
0 commit comments