[Bug 949] New: Ocl patch for using good curses implementation

http://bugs.orocos.org/show_bug.cgi?id=949

Summary: Ocl patch for using good curses implementation
Product: Toolchain
Version: master
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: Lua
AssignedTo: orocos-dev [..] ...
ReportedBy: paul [dot] chavent [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created attachment 793
--> http://bugs.orocos.org/attachment.cgi?id=793
Lua : detect and use termcap if curses not found

This is the same patch that 4682c536895ea3456eb53563ffcab7303910fc2c commit,
applied to the lua CMakeLists.txt.

It allow to compile with termcap instead of ncurses (can be usefull on systems
that don't need the whole ncurses implementation).

Regards.

Paul.

[Bug 949] Ocl patch for using good curses implementation

http://bugs.orocos.org/show_bug.cgi?id=949

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |peter [..] ...
Resolution| |FIXED

[Bug 949] New: Ocl patch for using good curses implementation

On Wed, Apr 25, 2012 at 08:20:28AM +0000, Chavent Paul wrote:
>
> http://bugs.orocos.org/show_bug.cgi?id=949
>
> Summary: Ocl patch for using good curses implementation
> Product: Toolchain
> Version: master
> Platform: All
> OS/Version: All
> Status: NEW
> Severity: enhancement
> Priority: P3
> Component: Lua
> AssignedTo: orocos-dev [..] ...
> ReportedBy: paul [dot] chavent [..] ...
> CC: orocos-dev [..] ...
> Estimated Hours: 0.0
>
>
> Created attachment 793
> --> http://bugs.orocos.org/attachment.cgi?id=793
> Lua : detect and use termcap if curses not found
>
> This is the same patch that 4682c536895ea3456eb53563ffcab7303910fc2c commit,
> applied to the lua CMakeLists.txt.
>
> It allow to compile with termcap instead of ncurses (can be usefull on systems
> that don't need the whole ncurses implementation).

Thanks Paul, i picked this one up.

Markus