HAYAMA_Kaoru
|
41dc2eb1fd
|
Fix: expect: When monitoring words were output in succession, the latter was sometimes overlooked
|
2024-12-05 13:55:33 +09:00 |
|
HAYAMA_Kaoru
|
b3f3b344b7
|
Replace Ctrl-H to Backspace because Ctrl-H removes all input text on CMD.exe
The reason is unknown
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
1b20e3b846
|
Support aborting with Ctrl-C
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
5abb509017
|
Remove an unused function (*Watcher) updateLastLine
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
eceaa0bfbc
|
watcher.go: trivial modify
|
2024-11-30 10:45:36 +09:00 |
|
HAYAMA_Kaoru
|
3f48724fad
|
Fix: the read pointer was not advanced when target was found
|
2024-11-29 18:00:20 +09:00 |
|
HAYAMA_Kaoru
|
98f350ad89
|
NewWatcher(pty.Pty) → NewWatcher(io.ReadWriter)
|
2024-11-29 13:43:07 +09:00 |
|
HAYAMA_Kaoru
|
0ae6dd9422
|
Do not pop the line not terminating with \n
|
2024-11-29 13:06:54 +09:00 |
|
HAYAMA_Kaoru
|
9bca54b14e
|
Add (*Watcher) ExpectWithTimeout
|
2024-11-29 12:49:11 +09:00 |
|
HAYAMA_Kaoru
|
0961e035fc
|
New class Watcher
|
2024-11-29 11:59:56 +09:00 |
|