Commit History

Author SHA1 Message Date
  Jacek Caban 288093229d conhost: Remove unused extra_size argument from set_output_info. 2 years ago
  Hugh McMaster 12cf3459b5 conhost: Process Ctrl-M key input. 2 years ago
  Hugh McMaster a7fb08fba6 conhost: Use font face length as number of characters. 3 years ago
  Jacek Caban da86e50e29 conhost: Use message window to return a window for windowless consoles. 3 years ago
  Jacek Caban 365e99c022 conhost: Use dedicated ioctl for GetConsoleWindow. 3 years ago
  Hugh McMaster 3bf6b27882 conhost: Copy font properties to the new screen buffer. 3 years ago
  Hugh McMaster f1023b4b52 conhost: Popup Attributes should match Character Attributes when creating a new screen buffer. 3 years ago
  Hugh McMaster b17eb27112 conhost: Copy Character Attributes (colors) to the new screen buffer. 3 years ago
  Jacek Caban 8dfcc1e3bc conhost: Silence FIXME in console_input_ioctl. 3 years ago
  Alexandre Julliard 1bd4473484 ntdll: Create a thread to run the ctrl-C routine instead of raising an exception. 3 years ago
  Jacek Caban fdf568aaae ntdll: Inherit tty std input and output in processes attached to Unix console. 3 years ago
  Gabriel Ivăncescu 8d076bc5e4 conhost: Fix line wrapping around when ENABLE_VIRTUAL_TERMINAL_PROCESSING is set. 3 years ago
  Gabriel Ivăncescu 85c4adc80b conhost: Wrap around immediately if ENABLE_VIRTUAL_TERMINAL_PROCESSING is not set. 3 years ago
  Jacek Caban 8ccf24ccb0 conhost: Delay window refresh on output update. 3 years ago
  Jacek Caban 9e97f3513e conhost: Avoid assumption about the exact Unix cursor position after writing to the last column. 3 years ago
  Roman Pišl 2ca86d3b59 conhost: Improve notification when resizing window. 3 years ago
  Jacek Caban 105db4c538 conhost: Fix wrapping search in edit_line_find_in_history. 3 years ago
  Jacek Caban d7d315ddf4 conhost: Ignore CONTROL_C_EXIT exceptions in Unix mode. 3 years ago
  Jacek Caban ef876fc54e conhost: Improve get_output_info debug traces. 3 years ago
  Jacek Caban 8a47ef28ca conhost: Use QS_ALLINPUT to wait for input in main loop. 4 years ago
  Jacek Caban 90cdea1b65 conhost: Allow events with left alt pressed in edit_line_insert. 4 years ago
  Gabriel Ivăncescu 7b2b4e0329 conhost: Respect the StartupInfo's wShowWindow. 4 years ago
  Jacek Caban dfe1bb7b8d conhost: Signal console in process_console_input if needed. 4 years ago
  Jacek Caban a66eab0dfb kernelbase: Move Unicode conversion from ReadConsoleA to conhost. 4 years ago
  Jacek Caban 4cc4ea449b kernelbase: Move Unicode conversion from WriteConsoleA to conhost. 4 years ago
  Jacek Caban 1f15ddce9c conhost: Use console debug channel. 4 years ago
  Jacek Caban 1d8c2d28cb kernelbase: Move console code page validation to conhost. 4 years ago
  Jacek Caban 01c17ca260 conhost: Remove no longer needed non-blocking IOCTL_CONDRV_READ_INPUT. 4 years ago
  Jacek Caban 6f05b299bc kernel32: Use new IOCTL_CONDRV_SCROLL ioctl for FlushConsoleInputBuffer implementation. 4 years ago
  Jacek Caban e909986e6e conhost: Remove no longer needed condrv_input_info fields. 4 years ago