This commit is contained in:
Kovid Goyal
2024-08-20 17:27:13 +05:30
parent 6d06415ec5
commit 2ac26b0e6d
5 changed files with 17 additions and 2 deletions

View File

@@ -196,6 +196,10 @@ func NoRestoreColors(self *Loop) {
self.terminal_options.restore_colors = false
}
func NoInBandResizeNotifications(self *Loop) {
self.terminal_options.in_band_resize_notification = false
}
func (self *Loop) DeathSignalName() string {
if self.death_signal != SIGNULL {
return self.death_signal.String()