python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Clear wrapped lines with curses
When I run the following code in bash, in a terminal that's not too wide (currently my terminal is 97 columns wide), I don't see the expected behavior
# foo.sh
tput sc # save cursor
for i in $(seq 10...
Robert T. McGibbon
Votes: 0
Answers: 0
Ncurses x value capped
I am writing an Ncurses app, and I noticed this strange behaviour. When I write some text, the characters are capped to 60. I don't believe this is specific to my terminal emulator as I tried 3 others...
Mores
Votes: 0
Answers: 1
PyInstaller creates an exe file, it works for the menu but it doesn't work for the actual program
Okay so I'm using pyinstaller to create an exe file for my python project to run, but when I run it, the exe file will open up my menu, and it will work perfectly fine, but when I select an option, it...
Matthew Collard
Votes: 0
Answers: 1
No module named '_curses'
Traceback (most recent call last):
File "c:\the stuff\DarkOS-main\bootscreen.py", line 21, in <module>
from curses import *
File "C:\Program Files\WindowsApps\PythonSoftwa...
aanginer
Votes: 0
Answers: 1