mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
change signum to signame
This commit is contained in:
+1
-1
@@ -149,7 +149,6 @@ class Cmd {
|
||||
}
|
||||
|
||||
handleKey(event : any) {
|
||||
console.log("onkey", event);
|
||||
if (!this.isRunning()) {
|
||||
return;
|
||||
}
|
||||
@@ -1249,6 +1248,7 @@ class Model {
|
||||
}
|
||||
|
||||
cmdStatusUpdate(sessionId : string, cmdId : string, origStatus : string, newStatus : string) {
|
||||
// TODO force recompute usedrows in terminal when status changes to done
|
||||
console.log("cmd status", sessionId, cmdId, origStatus, "=>", newStatus);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -169,7 +169,7 @@ type FeInputPacketType = {
|
||||
ck : string,
|
||||
remote : RemotePtrType,
|
||||
inputdata64? : string,
|
||||
signum? : number,
|
||||
signame? : string,
|
||||
winsize? : TermWinSize,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user