Opened 8 years ago
Closed 8 years ago
#12911 closed bug (fixed)
Terminal can't handle curses programs
Reported by: | oskog97 | Owned by: | jackburton |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Applications/Terminal | Version: | R1/Development |
Keywords: | terminal, curses | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I've noticed that the terminal occasionally screws up when using curses mode programs.
(Haiku nightly build hrev50483, x86-32 on VirtualBox)
To reproduce:
Try editing a file with nano(1), try inserting text in the middle of a word.
I also have an issue with a game of mine, which is what I originally detected: $ git clone https://github.com/oskar-skog/anonymine.git $ cd anonymine $ touch highscores # Optional $ ./mkenginecfg ./ ./ highscores $ python anonymine.py -c cursescfg -e enginecfg.out -8 # -8 is optional
It performs better without color though: $ echo $TERM $ TERM=vt100 $ python anonymine.py -c cursescfg -e enginecfg.out -8 # -8 is optional But if you play till the end, you should notice issues.
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | haiku-2.png added |
---|
comment:1 by , 8 years ago
Unlike <https://dev.haiku-os.org/ticket/10031>, the internal text in nano was fine, only output was affected.
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Plays OK on hrev50662. Please reopen if you notice specific.
Screenshot