We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta2cbb0f commit0442ee5Copy full SHA for 0442ee5
agent/reconnectingpty/screen.go
@@ -81,6 +81,13 @@ func newScreen(ctx context.Context, cmd *pty.Cmd, options *Options, logger slog.
81
rpty.id=hex.EncodeToString(buf)
82
83
settings:= []string{
84
+// Disable the startup message that appears for five seconds.
85
+"startup_message off",
86
+// Some message are hard-coded, the best we can do is set msgwait to 0
87
+// which seems to hide them. This can happen for example if screen shows
88
+// the version message when starting up.
89
+"msgminwait 0",
90
+"msgwait 0",
91
// Tell screen not to handle motion for xterm* terminals which allows
92
// scrolling the terminal via the mouse wheel or scroll bar (by default
93
// screen uses it to cycle through the command history). There does not