fix(coding-agent): properly cleanup terminal on Ctrl+C in session selector (#247)
This commit is contained in:
@@ -1435,6 +1435,10 @@ export class InteractiveMode {
|
||||
done();
|
||||
this.ui.requestRender();
|
||||
},
|
||||
() => {
|
||||
this.stop();
|
||||
process.exit(0);
|
||||
},
|
||||
);
|
||||
return { component: selector, focus: selector.getSessionList() };
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user