[haiku-bugs] [Haiku] #12911: Terminal can't handle curses programs

  • From: "oskog97" <trac@xxxxxxxxxxxx>
  • Date: Sat, 13 Aug 2016 08:14:46 -0000

#12911: Terminal can't handle curses programs
-----------------------------------+------------------------------
 Reporter:  oskog97                |        Owner:  jackburton
     Type:  bug                    |       Status:  new
 Priority:  low                    |    Milestone:  Unscheduled
Component:  Applications/Terminal  |      Version:  R1/Development
 Keywords:  terminal, curses       |   Blocked By:
 Blocking:                         |  Has a Patch:  0
 Platform:  All                    |
-----------------------------------+------------------------------
 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.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12911>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: