help-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[zile-devel] [ zile-Patches-1563161 ] FIx c-h on OS X


From: SourceForge.net
Subject: [zile-devel] [ zile-Patches-1563161 ] FIx c-h on OS X
Date: Sun, 11 Feb 2007 16:27:18 -0800

Patches item #1563161, was opened at 2006-09-21 22:08
Message generated for change (Comment added) made by rrt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=317089&aid=1563161&group_id=17089

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michael Stevens (mpstevens_uk)
Assigned to: Nobody/Anonymous (nobody)
Summary: FIx c-h on OS X

Initial Comment:
I'm not sure if this is portable, but...

I've been trying to install zile on OS X.

The 2.2.22 release can't tell the difference between ^h and backspace - 
both are treated as backspace.

The patch below fixes things in Terminal.app on OS X, but I haven't tested 
elsewhere.

----------------------------------------------------------------------

>Comment By: Reuben Thomas (rrt)
Date: 2007-02-12 00:27

Message:
Logged In: YES 
user_id=50145
Originator: NO

This isn't a bug in Zile, it's a question of how Terminal is set up (and
possibly curses.h). Can you find out for me how KEY_BACKSPACE is defined
in curses.h. Your patch messes things up because KEY_BACKSPACE should do
"backspace", not "Ctrl-H". I believe that you can ensure that Terminal
sends Ctrl+? when you press Backspace, rather than Ctrl-H, which is
possibly what is happening at present.

Sorry I took so long to read this; I've taken steps to ensure I don't
overlook patches in future.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=317089&aid=1563161&group_id=17089



reply via email to

[Prev in Thread] Current Thread [Next in Thread]