mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 17:27:58 +08:00
Add back poll of change signaller after adding starting fd monitor
This was missed in ce559bc20 (Port fd_monitor (and its needed components), 2023-02-17). Fixes the wrong color in echo (set_color yellow; date +%T; set_color blue) as reported in https://github.com/fish-shell/fish-shell/issues/10176#issuecomment-1872658589
This commit is contained in:
parent
31eb429add
commit
efa37b6a2e
@ -517,6 +517,9 @@ impl FdMonitor {
|
||||
});
|
||||
}
|
||||
|
||||
// Tickle our signaller.
|
||||
self.change_signaller.post();
|
||||
|
||||
item_id
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user