Opened 8 years ago

Closed 7 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)

haiku-2.png (50.7 KB ) - added by oskog97 8 years ago.
Screenshot

Download all attachments as: .zip

Change History (3)

by oskog97, 8 years ago

Attachment: haiku-2.png added

Screenshot

comment:1 by oskog97, 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 korli, 7 years ago

Resolution: fixed
Status: newclosed

Plays OK on hrev50662. Please reopen if you notice specific.

Note: See TracTickets for help on using tickets.