updating jump to line

This commit is contained in:
2026-01-01 19:12:46 -08:00
parent cc0c187481
commit 2542690eca
5 changed files with 478 additions and 474 deletions

View File

@@ -73,6 +73,7 @@ TerminalFrontend::Init(Editor &ed)
have_old_sigint_ = true;
}
}
return true;
}
@@ -120,4 +121,4 @@ TerminalFrontend::Shutdown()
have_old_sigint_ = false;
}
endwin();
}
}