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:
Johannes Altmanninger 2023-12-31 11:02:05 +01:00
parent 31eb429add
commit efa37b6a2e

View File

@ -517,6 +517,9 @@ impl FdMonitor {
});
}
// Tickle our signaller.
self.change_signaller.post();
item_id
}