d0f656651d
- Add APIs for setting font with/without antialiasing, cursor color, hilite color, and a forkpty()-alike. Fix meta-space. Use glib 2.4's child watch API if available. - Add a configure switch for setting the default emulation instead of hard-coding it to be "xterm". - Tweak autowrapping of text to handle cases where the terminal has both LP and xn capabilities. - Truncate empty lines when copying text to mimic xterm. - Internally abstract out matching APIs, though we still use POSIX regex. - Try to set UTF8 line editing mode under sufficiently-new Linux. - Obey Pango's specified attributes when displaying pre-edit text. - Never steal modifier keys which might affect the input method from the input methods. - Fix python binding so that help() lists the terminal class.
20 lines
449 B
Text
20 lines
449 B
Text
$NetBSD: patch-ag,v 1.1 2004/05/07 11:13:16 jmmv Exp $
|
|
|
|
--- gnome-pty-helper/configure.orig 2004-05-02 08:44:08.000000000 +0200
|
|
+++ gnome-pty-helper/configure
|
|
@@ -6269,6 +6269,7 @@ fi
|
|
rm -f conftest*
|
|
|
|
|
|
+if false; then
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define _XOPEN_SOURCE_EXTENDED 1
|
|
_ACEOF
|
|
@@ -6282,6 +6283,7 @@ _ACEOF
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define __EXTENSIONS__ 1
|
|
_ACEOF
|
|
+fi
|
|
|
|
|
|
ac_config_headers="$ac_config_headers config.h"
|