Skip to content
Advertisement

Tag: curses

How do you change the default window size of windows-curses?

When I initialize a window in curses with something like it always seems to have a default resolution of 120×30 characters that you can’t change the resolution beyond. How do you create a window with a resolution beyond this, or change the current window to a higher resolution? I’m trying to make a fullscreen (bordered) window, but it doesn’t seem

Urwid: make cursor invisible

I’m using urwid, which is a Python “framework” for designing terminal user interfaces in ncurses. There’s one thing though that I’m not able to do in urwid that was easy in curses – make the cursor invisible. As it is now, the cursor is visible when selecting buttons, and it just looks plain ugly. Is there a way to disable

Advertisement