sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
809 stars 39 forks source link

Not displaying anything in output screen when scanf or getch is used. #6521

Closed AshutoshT07 closed 2 hours ago

AshutoshT07 commented 3 hours ago

Description of the bug

report I am using this editor for more than 4-5 months till date and something strange is happening. Whenever I am using the 'scanf()' function in my c code and runs the program, the output window freezes and displays nothing. I tried many solutions to this problem, but those didn't worked out. Please try to fix that in shortest time possible. Thankful to sublime community if you do so.

Steps to reproduce

df

Expected behavior

Whenever I am using the 'scanf' function in my c code, it must take input from the user and output window must not freeze at all.

Actual behavior

Whenever I am using the 'scanf' function in my c code, it must take input from the user and output window must not freeze at all. I am facing this issue from past few days and tried to fix that problem, but noting really worked out, it was happening since the new update came into sublime text. And also as mentioned picture, the side bar or frame of the software is getting white as it should remain the black as I am using the adaptive built in theme of sublime text, please fix those errors, they are now frustrating me a lot.

Sublime Text build number

4180

Operating system & version

Windows 7 ultimate 64-bit

(Linux) Desktop environment and/or window manager

No response

Additional information

No response

OpenGL context information

No response

deathaxe commented 2 hours ago

The build output panel is designed to display compiler output only.

It is neither designed to be a REPL front-end nor a terminal.

Thus interactive inputs are not supported.

You might want to setup Terminus as build runner instead.

deathaxe commented 2 hours ago

Duplicate of #6458