gambas-source-code/gb.ncurses/src
Tobias Boege 0a4dd6f9d2 [GB.NCURSES]
* NEW: Add ReadLine() function to Window that does the same as ncurses
  getstr(3X) but usable in all input modes
* NEW: Encapsulate Input, Cursor and Border modes into static objects
* NEW: Tidy up Color class in various places
* NEW: Specifiying color values is now done via floats instead of ints
* NEW: Remove ContainerW and ContainerH (and corresponding long forms)
  properties from Window class. It is always .Width/.Height + 2
* NEW: Rename Input.Repeater to Input.RepeatDelay
* OPT: Remove unnecessary ncurses input mode changes
* OPT: Tidy up Input and Screen code
* OPT: Reduce useless calls to input queue read callback in Screen class
* BUG: Add constant for already implemented "very visible" cursor mode
* BUG: Use opaque input module in Window.Ask()
* BUG: Note that NoDelay and Window/Screen events still not work



git-svn-id: svn://localhost/gambas/trunk@4827 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-06-13 15:47:00 +00:00
..
c_color.c [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_color.h [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_input.c [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_input.h [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_key.c [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_key.h
c_screen.c [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_screen.h [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_window.c [GB.NCURSES] 2012-06-13 15:47:00 +00:00
c_window.h [GB.NCURSES] 2012-06-13 15:47:00 +00:00
gb.ncurses.component
main.c [GB.NCURSES] 2012-06-13 15:47:00 +00:00
main.h
Makefile.am [GB.NCURSES] 2012-06-13 15:47:00 +00:00