File: BUGS

package info (click to toggle)
libcurses-ui-perl 0.95-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 860 kB
  • ctags: 510
  • sloc: perl: 10,479; makefile: 48
file content (16 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Bugs:
=====
 
- Curses on Solaris will have output frozen if key-presses
  arrive during updating or drawing or so. It's best seen in the
  progress-bar dialog demo. If you press a key halfway, the
  screen will freeze. The application however, will continue
  running! ---> bug in curses that was shipped with the
  system. Using NCurses -> OK! I do not know if there is
  a workaround for this.

- Curses::UI has a strange behavior when recursively creating
  widgets. If you e.g. create a Listbox out of a Listbox and
  delete the originating Listbox the visible focus gets lost
  though it reacts on keystrokes. Seems to be a problem with
  closures and such stuff, but I haven't figured it out yet.