aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-06-21 19:56:13 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-06-22 04:10:39 +0200
commit17e7768e3393eaac91ebfa7467be3d1cabd7659a (patch)
tree61287c03ac216f91f8e8460ebb771ac3ad918519 /src/cmdline.h
parent1d626c2785117f9c9bf6683d98f57e825a9e7938 (diff)
downloadsciteco-17e7768e3393eaac91ebfa7467be3d1cabd7659a.tar.gz
added XCurses support
* enabled via --with-interface=xcurses, so we can configure it automatically via xcurses-config. This also adds XCURSES_CFLAGS and XCURSES_LIBS. * The X11 window class name is set to "SciTECO". X11 resource overrides can currently not be set via sciteco's command line. The user may use .Xdefaults though. * interruptions via CTRL+C are currently not supported. Apparently, XCurses also does send SIGINT in cbreak() mode. An XCurses-specific hack would be cumbersome. * ~InterfaceCurses() should probably be rewritten. Curses cleanup should be completely in restore_batch() as the destructor may be called after Curses-cleanup handlers. E.g. isendwin() SEGFAULTs on XCurses when called from the destructor.
Diffstat (limited to 'src/cmdline.h')
0 files changed, 0 insertions, 0 deletions