develop #3

Merged
itdominator merged 69 commits from develop into master 2026-03-23 04:51:23 +00:00
Showing only changes of commit 5e5cc50ba8 - Show all commits

View File

@@ -93,6 +93,9 @@ class VteWidget(Vte.Terminal):
if not text.encode() == "\r".encode(): return if not text.encode() == "\r".encode(): return
text, attributes = self.get_text() text, attributes = self.get_text()
if not text: return
lines = text.strip().splitlines() lines = text.strip().splitlines()
command_ran = None command_ran = None