factor out scroll into ui

This commit is contained in:
2026-03-13 10:17:13 -04:00
parent 4e0d9fdcca
commit 68fc916bc1
4 changed files with 168 additions and 111 deletions

2
.vscode/tasks.json vendored
View File

@@ -47,7 +47,7 @@
},
"group": "build",
"problemMatcher": {
"owner": "cpp",
"owner": "c",
"fileLocation": ["relative", "${workspaceFolder}"],
"pattern": {
"regexp": "^(.+?):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$",