inferiorhumanorgans (Alex Zepeda)
- Login: inferiorhumanorgans
- Registered on: 07/20/2013
- Last sign in: 07/20/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/20/2013
-
03:55 PM Ruby Bug #8659 (Closed): Curses::Window#bkgdset does not handle color correctly
- =begin
Colors in curses are handled as high bits on a character. Logically ORing a character with a color pair should allow bkgdset to configure a colored background. This can be seen in the source for the Python curses module. The P...