Package: snooper
Version: 19991202-3
Severity: wishlist
Tags: patch
The patch below allows ASCII DEL also to delete the last input
character when entering memo or log file name:
-------------8<----------------------8<------------------
--- main.c.orig 2006-04-28 10:48:36.000000000 +0200
+++ main.c 2006-04-28 10:57:23.000000000 +0200
@@ -377,6 +377,7 @@
ret = NULL;
goto quit;
case '\b':
+ case '\0177':
if (!idx) {
scrn_beep();
break;
-------------8<----------------------8<------------------
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages snooper depends on:
ii libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii liblockdev1 1.0.1-6 Run-time shared library for lockin
ii libncurses5 5.4-4 Shared libraries for terminal hand
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]