Fix PR gdb/393:
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index e0377c5afe4098a4d5aaeb4a97e3d1fc43c04f2d..781a84126cb37b727c51b8a7115703facd19f1a9 100644 (file)
@@ -1791,6 +1791,7 @@ init_child_ops (void)
   child_ops.to_terminal_inferior = terminal_inferior;
   child_ops.to_terminal_ours_for_output = terminal_ours_for_output;
   child_ops.to_terminal_ours = terminal_ours;
+  child_ops.to_terminal_save_ours = terminal_save_ours;
   child_ops.to_terminal_info = child_terminal_info;
   child_ops.to_kill = child_kill_inferior;
   child_ops.to_load = 0;
This page took 0.023562 seconds and 4 git commands to generate.