Update of bug #16356 (project weechat):

                 Release:                    None => 0.2.6                  

    _______________________________________________________

Follow-up Comment #5:

I'm currently fixing that!
And you can test it if you want, in devel version ("protocols" branch in git
repository).
To test it, you have to do that:

1. comment these 3 lines in src/gui/curses/gui-curses-input.c, line 363-365,
like that:
  //if (ptr_win == gui_current_window)
  //    move (ptr_win->win_input_y,
  //          ptr_win->win_input_x + ptr_win->win_input_cursor_x);

2. run weechat, and create default bars with /bar default

You should have 2 input lines (one is old input (without cursor)), and other
is new input as bar (with cursor in line). This bar can be tested with wide
chars. I've rewritten all code for input, so you can test (I didn't test if
this bug is fixed by this new version).

Other solution is to wait that I remove old input, to keep only input bar.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?16356>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/



_______________________________________________
Weechat-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to