(no subject)
- From: Max Schedriviy <max tavrida net>
- To: mc-devel gnome org
- Subject: (no subject)
- Date: Fri, 17 Aug 2001 15:34:08 +0300
patch for quick_input in the QuickDialog. Move cursor in
copy/move/symlink/etc dialogs to end of string.
---------------------------
--- wtools.c Wed Jun 27 16:29:24 2001
+++ wtools.c.new Fri Aug 17 15:02:16 2001
@@ -479,7 +479,10 @@
input = input_new (ypos, xpos, INPUT_COLOR,
qw->hotkey_pos, qw->text, qw->tkname);
input->is_password = qw->value == 1;
- input->point = 0;
+ if (qw->text)
+ input->point = strlen(qw->text);
+ else
+ input->point = 0;
if (qw->value & 2)
input->completion_flags |= INPUT_COMPLETE_CD;
widget = input;
---------------------------
--
C U L8er!
Max Schedriviy mailto:max tavrida net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]